Skip to content

Commit 049b4e0

Browse files
committed
added cran comments
1 parent 53276df commit 049b4e0

9 files changed

+33
-26
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ docs/*
3838
^R/probtrackx2\.R$
3939
^\.github$
4040
^inst/extdata/example_dwi\.zip$
41+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 2.25.2
2+
Date: 2022-08-25 14:49:04 UTC
3+
SHA: 53276dfb7920de666b4846d9d8fb05f05aad4704

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: fslr
22
Type: Package
33
Title: Wrapper Functions for 'FSL' ('FMRIB' Software Library) from Functional MRI
44
of the Brain ('FMRIB')
5-
Version: 2.25.2
5+
Version: 2.25.3
66
Authors@R: c(person(given = "John",
77
family = "Muschelli",
88
email = "[email protected]",
@@ -35,4 +35,4 @@ Suggests:
3535
BugReports: https://github.com/muschellij2/fslr/issues
3636
SystemRequirements: FSL
3737
Encoding: UTF-8
38-
RoxygenNote: 7.2.1
38+
RoxygenNote: 7.3.1

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# fslr 2.25.3
2+
3+
- Updated docs for `neurobase`
4+
15
# fslr 2.25.2
26

37
- Pushing back to CRAN after `neurobase` is back on.

R/fsl_cluster.R

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
#'
2424
#' @return A list of filenames of outputs and tables:
2525
#' \itemize{
26-
#' \item{\code{opvals}}{filename for image output of log pvals}
27-
#' \item{\code{oindex}}{filename for output of cluster index (in size order)}
28-
#' \item{\code{othresh}}{filename for output of thresholded image}
29-
#' \item{\code{olmax}}{filename for output of local maxima text file}
30-
#' \item{\code{olmaxim}}{filename for output of local maxima volume}
31-
#' \item{\code{osize}}{filename for output of size image}
32-
#' \item{\code{omax}}{filename for output of max image}
33-
#' \item{\code{omean}}{filename for output of mean image}
26+
#' \item \code{opvals} filename for image output of log pvals
27+
#' \item \code{oindex} filename for output of cluster index (in size order)
28+
#' \item \code{othresh} filename for output of thresholded image
29+
#' \item \code{olmax} filename for output of local maxima text file
30+
#' \item \code{olmaxim} filename for output of local maxima volume
31+
#' \item \code{osize} filename for output of size image
32+
#' \item \code{omax} filename for output of max image
33+
#' \item \code{omean} filename for output of mean image
3434
#' }
3535
#'
3636
#' @export

R/rpi_orient.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
#' @param verbose print diagnostic messages
2727
#' @return List of 3 elements
2828
#' \itemize{
29-
#' \item{\code{img}: }{Reoriented image of class \code{nifti}}
30-
#' \item{\code{convention}: }{Convention (Neurological/Radiological) of original image}
31-
#' \item{\code{orientation}: }{Original image orientations}
29+
#' \item \code{img}: Reoriented image of class \code{nifti}
30+
#' \item \code{convention}: Convention (Neurological/Radiological) of original image
31+
#' \item \code{orientation}: Original image orientations
3232
#' }
3333
#' @export
3434
#' @note `orient_rpi` and `orient_rpi_file` uses `RNifti` to ensure the

cran-comments.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
---
77
This is a re-upload (with new version number)
88
after the neurobase package fixes were pushed, which were affected because of
9-
oro.nifti and length-1 issues. neurobase is now back on CRAN, so this
10-
upload should pass R CMD check.
9+
documentation issues

man/fsl_cluster.Rd

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rpi_orient.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)