Skip to content

Commit

Permalink
Merge pull request #38 from mandymejia/9.0
Browse files Browse the repository at this point in the history
9.0 CRAN
  • Loading branch information
damondpham authored May 16, 2022
2 parents 803ac28 + 80eeaff commit a63c868
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
^README_media$
^tests/run_ciftiTools_tests\.R$
^codecov\.yml$
^CRAN-SUBMISSION$
27 changes: 15 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# 9.0 (TBD)

* Replace coveralls with codecov
* Add `convention` and `orientation_labels` to `view_xifti_volume` (default: neurological, instead of radiological)
* Add `together_ncol` to `view_xifti_*`
* Add citation to welcome message
* Better file path management for system commands
* Allow `"xifti"` objects to have different resolutions in the left and right cortex
* Better use of S3 group methods for Math, Ops, Summary functions
* Add `fname` to `view_comp`
* Misc. patches
# 9.0 (May 16, 2022)

New features
Add convention and orientation_labels to view_xifti_volume (default: neurological, instead of radiological as it's been previously)
Add together_ncol to view_xifti_* to control compositing layout
Add fname argument to view_comp to save the result to a PNG file
Allow "xifti" objects to have different resolutions in the left and right cortex
Add citation to welcome message

Behind-the-scenes improvements
Better file path management for system commands
Better use of S3 group methods for Math, Ops, Summary functions
Replace coveralls with codecov
Misc. patches

# 8.0 (February 1, 2022)

Expand Down Expand Up @@ -373,4 +376,4 @@ Other updates:
* Rewrote `resample_cifti()`. The new version calls `separate_cifti()`, `resample_cifti_components()`, and then uses a template to create the new CIFTI file. (The first half is nearly identical to `read_separate_cifti()`.)
* Moved common argument/parameter descriptions to `rox_args_docs.R`. Use `@inheritParams` to reference these descriptions. This should make maintaining them across the entire package easier.
* Wrapper functions `separate_cifti_wrapper()` and `resample_cifti_wrapper()` to avoid duplicate code across `read_cifti()` and `resample_cifti()`. These should not be used by end-users, so they are not exported.
* Split utility functions into `utils.R` for general functions and `utils_cifti.R` for CIFTI-specific functions.
* Split utility functions into `utils.R` for general functions and `utils_cifti.R` for CIFTI-specific functions.
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ These files are necessary and have already been reduced in size.

## Downstream dependencies

There is one downstream dependency, `fMRIscrub`. It continues to pass all checks.
No downstream dependencies on CRAN.

## Tests

Passes all the tests in `tests/run_ciftiTools_tests.R`

0 comments on commit a63c868

Please sign in to comment.