Skip to content

Commit

Permalink
Preparations for submission to CRAN (v0.4.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Nov 9, 2024
1 parent 63e82b3 commit f123ea7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .prepare4CRAN
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ devtools::check(force_suggests = TRUE, incoming = TRUE, remote = TRUE, env_vars
devtools::check_win_devel()

# the next stage of ping-pong, either build on the standard platforms
# NB: ensure that everything is commited; rhub runs on the code on GitHub!
# ------------------------------------------------------------------------
#rhub::rc_submit(platforms=c("linux", "windows", "macos", "macos-arm64"))
rhub::rhub_check(platforms=c("linux", "windows", "macos", "macos-arm64"))
# running github actions requires a personal access token: https://github.com/settings/profile
Expand Down
11 changes: 8 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/sjentsch/jmvReadWrite",
"issueTracker": "https://github.com/sjentsch/jmvReadWrite/issues",
"license": "https://spdx.org/licenses/AGPL-3.0",
"version": "0.4.7",
"version": "0.4.8",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -167,6 +167,11 @@
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "zip",
"name": "zip",
Expand All @@ -180,7 +185,7 @@
},
"SystemRequirements": null
},
"fileSize": "801.311KB",
"fileSize": "913.378KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -195,7 +200,7 @@
],
"name": "jmvReadWrite: Read and Write jamovi Files",
"url": "https://CRAN.R-project.org/package=jmvReadWrite",
"description": "R package version 0.4.7"
"description": "R package version 0.4.8"
}
],
"relatedLink": ["https://sjentsch.github.io/jmvReadWrite/", "https://CRAN.R-project.org/package=jmvReadWrite"],
Expand Down
12 changes: 7 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# CRAN Notes - jmvReadWrite

## Current version
0.4.7
* added `transform_vars_omv`: apply transformations - calculating the square root, the logarithm to the base 10 or
an inversion - to make variables (better) conform to a normal contribution (incl. unit tests)
* fixed small bugs in `read_omv` and `write_omv` to better handle variable labels
0.4.8
* added `distances_omv`: calculate a wide range of distance measures (either between variables or between units
of observation) on standardized or the original data
* improved the treatment of factors and how they are stored
* corrected a bug in the unit tests resulting from that R 4.5 (current development) begins to treat Date variables
as integers

## Test environments
* `devtools::check()`
- local (Ubuntu 22.04, R 4.4 x86_64-pc-linux-gnu): 0 errors, 0 warnings, 0 notes
- local (Ubuntu 24.04, R 4.4 x86_64-pc-linux-gnu): 0 errors, 0 warnings, 0 notes
* `rhub::rc_submit(platforms=c("linux", "windows", "macos", "macos-arm64"))`
- linux (r-devel), windows (r-devel), macos (r-devel), macos-arm64 (r-devel):
Status: OK for all four OSes
Expand Down

0 comments on commit f123ea7

Please sign in to comment.