jmvReadWrite
Routines to read and write (jamovi) OMV-files from R
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.2%) to scientific vocabulary
Keywords
cran
jamovi
r
Last synced: 4 months ago
·
JSON representation
Repository
Routines to read and write (jamovi) OMV-files from R
Basic Info
- Host: GitHub
- Owner: sjentsch
- License: agpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://sjentsch.github.io/jmvReadWrite/
- Size: 14.4 MB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
- Releases: 22
Topics
cran
jamovi
r
Created over 5 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Changelog
Contributing
Funding
License
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# jmvReadWrite
[](https://cran.r-project.org/package=jmvReadWrite)
[](https://www.repostatus.org/#active)
[](https://www.gnu.org/licenses/agpl-3.0.html)
[](https://cran.r-project.org/package=jmvReadWrite)
[](https://github.com/sjentsch/jmvReadWrite)
[](https://github.com/sjentsch/jmvReadWrite/issues)
[](https://github.com/sjentsch/jmvReadWrite/actions/workflows/rhub.yaml)
[](https://github.com/sjentsch/jmvReadWrite/actions/workflows/R-CMD-check.yaml)
[](https://github.com/sjentsch/jmvReadWrite/actions/workflows/CI.yml)
[](https://github.com/sjentsch/jmvReadWrite/actions?query=workflow%3Apkgcheck)
[](https://app.codecov.io/gh/sjentsch/jmvReadWrite?branch=main)
[](https://sjentsch.github.io/jmvReadWrite/)
```{r, child=c('vignettes/jmvReadWrite.Rmd')}
```
---
[Changelog](https://github.com/sjentsch/jmvReadWrite/blob/main/NEWS.md)
## Authors
[Sebastian Jentschke](https://www.uib.no/en/persons/Sebastian.Jentschke)
## License
[AGPL 3](https://github.com/sjentsch/jmvReadWrite/blob/main/LICENSE)
## Giving back
If you find this package helpful, please consider donating to the jamovi project (via
the Patreon-link on the left side).
If you can't give money, but would like to support us in another way, you may contribute
to translating [jamovi](https://hosted.weblate.org/engage/jamovi/), the
[jamovi documentation](https://hosted.weblate.org/engage/jamovidocs/), or the textbook
[”learning statistics with jamovi“](https://hosted.weblate.org/engage/jamovi/) into your
language.
Thank you for your support!
Owner
- Name: Sebastian Jentschke
- Login: sjentsch
- Kind: user
- Location: Bergen, Norway
- Company: University of Bergen
- Website: https://www.uib.no/en/persons/Sebastian.Jentschke
- Repositories: 12
- Profile: https://github.com/sjentsch
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "jmvReadWrite",
"description": "The free and open a statistical spreadsheet 'jamovi' (<https://www.jamovi.org>) aims to make statistical analyses easy and intuitive. 'jamovi' produces syntax that can directly be used in R (in connection with the R-package 'jmv'). Having import / export routines for the data files 'jamovi' produces ('.omv') permits an easy transfer of data and analyses between 'jamovi' and R.",
"name": "jmvReadWrite: Read and Write 'jamovi' Files ('.omv')",
"codeRepository": "https://github.com/sjentsch/jmvReadWrite",
"issueTracker": "https://github.com/sjentsch/jmvReadWrite/issues",
"license": "https://spdx.org/licenses/AGPL-3.0",
"version": "0.4.12",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.5.1 (2025-06-13)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Jentschke",
"email": "sebastian.jentschke@uib.no",
"@id": "https://orcid.org/0000-0003-2576-5432"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Jentschke",
"email": "sebastian.jentschke@uib.no",
"@id": "https://orcid.org/0000-0003-2576-5432"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Jentschke",
"email": "sebastian.jentschke@uib.no",
"@id": "https://orcid.org/0000-0003-2576-5432"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "jmv",
"name": "jmv",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jmv"
},
{
"@type": "SoftwareApplication",
"identifier": "jmvcore",
"name": "jmvcore",
"version": ">= 2.4.7",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jmvcore"
},
{
"@type": "SoftwareApplication",
"identifier": "foreign",
"name": "foreign",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=foreign"
},
{
"@type": "SoftwareApplication",
"identifier": "haven",
"name": "haven",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=haven"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "RProtoBuf",
"name": "RProtoBuf",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=RProtoBuf"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "zip",
"name": "zip",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=zip"
},
"SystemRequirements": null
},
"fileSize": "1027.162KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2025",
"author": [
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Jentschke",
"email": "sebastian.jentschke@uib.no"
}
],
"name": "jmvReadWrite: Read and Write jamovi Files",
"url": "https://CRAN.R-project.org/package=jmvReadWrite",
"description": "R package version 0.4.12"
}
],
"relatedLink": [
"https://sjentsch.github.io/jmvReadWrite/",
"https://CRAN.R-project.org/package=jmvReadWrite"
],
"releaseNotes": "https://github.com/sjentsch/jmvReadWrite/blob/master/NEWS.md",
"readme": "https://github.com/sjentsch/jmvReadWrite/blob/main/README.md",
"contIntegration": [
"https://github.com/sjentsch/jmvReadWrite/actions/workflows/rhub.yaml",
"https://github.com/sjentsch/jmvReadWrite/actions/workflows/R-CMD-check.yaml",
"https://github.com/sjentsch/jmvReadWrite/actions/workflows/CI.yml",
"https://github.com/sjentsch/jmvReadWrite/actions?query=workflow%3Apkgcheck",
"https://app.codecov.io/gh/sjentsch/jmvReadWrite?branch=main"
],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": [
"r",
"jamovi",
"cran"
]
}
GitHub Events
Total
- Create event: 2
- Release event: 4
- Issues event: 2
- Watch event: 2
- Issue comment event: 23
- Push event: 84
Last Year
- Create event: 2
- Release event: 4
- Issues event: 2
- Watch event: 2
- Issue comment event: 23
- Push event: 84
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Sebastian Jentschke | S****e@g****m | 405 |
| Sebastian Jentschke | 3****h | 34 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 8
- Total pull requests: 8
- Average time to close issues: 14 days
- Average time to close pull requests: 17 days
- Total issue authors: 4
- Total pull request authors: 1
- Average comments per issue: 6.0
- Average comments per pull request: 0.13
- Merged pull requests: 1
- Bot issues: 5
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: 3 months
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 13.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 1
- Bot pull requests: 0
Top Authors
Issue Authors
- github-actions[bot] (5)
- conchra (1)
- wdkeyzer (1)
- MAgojam (1)
Pull Request Authors
- sjentsch (11)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 777 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 25
- Total maintainers: 1
cran.r-project.org: jmvReadWrite
Read and Write 'jamovi' Files ('.omv')
- Homepage: https://sjentsch.github.io/jmvReadWrite/
- Documentation: http://cran.r-project.org/web/packages/jmvReadWrite/jmvReadWrite.pdf
- License: AGPL-3
-
Latest release: 0.4.11
published 7 months ago
Rankings
Forks count: 14.2%
Downloads: 19.0%
Average: 22.7%
Dependent repos count: 23.8%
Stargazers count: 27.8%
Dependent packages count: 28.7%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- rjson * imports
- zip * imports
- RProtoBuf * suggests
- covr * suggests
- foreign * suggests
- haven * suggests
- jmv * suggests
- jmvcore * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests