Skip to content

Commit

Permalink
Complete CRAN submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
damondpham committed May 16, 2022
1 parent 893ae99 commit 80eeaff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

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.

0 comments on commit 80eeaff

Please sign in to comment.