Skip to content

Commit

Permalink
updated the news and fslsmooth
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Mar 7, 2019
1 parent f8cca41 commit e2563dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: fslr
Type: Package
Title: Wrapper Functions for 'FSL' ('FMRIB' Software Library) from Functional MRI
of the Brain ('FMRIB')
Version: 2.22.0
Version: 2.23.0
Authors@R: c(person(given = "John",
family = "Muschelli",
email = "muschellij2@gmail.com",
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# fslr 2.23.0

- Fixed `fslsmooth` to return an output file if `retimg = FALSE`.

# fslr 2.22.0

Expand Down
4 changes: 3 additions & 1 deletion R/fslhd.R
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,11 @@ fslsmooth <- function(
if (retimg) {
img = readnii(outfile, reorient = reorient, ...)
return(img)
} else {
return(outfile)
}
# x = file.remove(paste0(mask.blur, ".nii"))
return(res)
# return(res)
}

#' @name fslmask
Expand Down

0 comments on commit e2563dd

Please sign in to comment.