Skip to content

Commit

Permalink
minor fixes; CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
damondpham committed Feb 23, 2024
1 parent d1f5a05 commit c698d87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.14.0
Date: 2024-02-23 17:28:30 UTC
SHA: d1f5a05fe6ab3d3466ee3522475d5bcb95a2f04e
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ciftiTools
Type: Package
Title: Tools for Reading, Writing, Viewing and Manipulating CIFTI Files
Version: 0.13.4
Version: 0.14.0
Authors@R: c(
person(given = "Amanda",
family = "Mejia",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 14.0

Minor fixes and improvements.

# 13.2

`ciftiTools` now has a couple functions which make working with parcellations easier. (A parcellation is a single-column dlabel CIFTI or `"xifti"` object. Each label level, or "Key", represents a "parcel." Each location belongs to exactly one parcel. Parcels are usually contiguous regions--but not necessarily. `ciftiTools` includes a few of the most commonly-used parcellations. These can be loaded with `load_parc`. Any other parcellation CIFTI file can be read in with `read_cifti`.)
Expand Down
8 changes: 0 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@ These files are necessary and have already been reduced in size.
## Tests

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

## Previous submission

#### 0.13.3

Lost braces in \itemize; meant \describe ?

\itemize has been replaced with \describe.

0 comments on commit c698d87

Please sign in to comment.