-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preparations for submission to CRAN (v0.4.7)
- Loading branch information
Showing
3 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
# CRAN Notes - jmvReadWrite | ||
|
||
## Current version | ||
0.4.6 | ||
* ensure that the `dataType` attribute is preserved / honoured by `write_omv` (earlier on, the data type | ||
of a variable / column was determined by a logic and my have changed the class of this column) | ||
* fixed a bug leading to an error in `write_omv` when columns where completely empty (i.e., if they contained | ||
only NAs; incl. the respective unit tests) | ||
* reduced cyclomatic complexity for `replace_omv`, `wide2long_omv`, and `jmvAtt` | ||
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 | ||
|
||
## Test environments | ||
* `devtools::check()` | ||
- local (Ubuntu 22.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): | ||
0 errors, 0 warnings, 2 notes (about files found in the main directory; but these files are correctly excluded in .Rbuildignore which rhub doesn't seem to honour) | ||
Status: OK for all four OSes | ||
* `devtools::check_win_devel()` | ||
- status: 0 errors, 0 warnings, 0 notes (status: OK) | ||
- Status: OK | ||
|
||
## R CMD check (on .tar.gz) | ||
* status: OK – no notes, no warnings and no errors |