-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c94f76
commit 130d46b
Showing
4 changed files
with
15 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,16 @@ Package: fslr | |
Type: Package | ||
Title: Wrapper Functions for FSL (FMRIB Software Library) from Functional MRI | ||
of the Brain (FMRIB) | ||
Version: 1.4.4 | ||
Date: 2015-04-22 | ||
Version: 1.4.5 | ||
Date: 2015-05-21 | ||
Author: John Muschelli <[email protected]> | ||
Maintainer: John Muschelli <[email protected]> | ||
Description: Wrapper functions that interface with FSL | ||
(http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/), a powerful and commonly-used | ||
neuroimaging software, using system commands. The goal is to be able to | ||
interface with FSL completely in R, where you pass R nifti objects and the | ||
function executes an FSL command and returns an R nifti object if desired. | ||
interface with FSL completely in R, where you pass R objects of class "nifti", | ||
implemented by package 'oro.nifti', and the function executes an FSL command | ||
and returns an R object of class "nifti" if desired. | ||
Imports: | ||
methods, | ||
matrixStats, | ||
|
@@ -19,7 +20,7 @@ Imports: | |
Depends: | ||
stringr, | ||
oro.nifti (>= 0.5.0) | ||
License: GPL-2 | ||
License: GPL-3 | ||
VignetteBuilder: knitr | ||
Suggests: | ||
knitr | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
fslr v1.4-4 (Release date: 2015-05-20) | ||
============== | ||
|
||
Changes: | ||
|
||
* Moved functions such as cal_img to oro.nifti package. They are all legacies, such as cal_img still works, but calibrateImage and other camelCase functions have been made default. | ||
* Fixed fsl_biascorrect. |
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