Skip to content

Commit

Permalink
udpated;
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jun 21, 2019
1 parent 8aaddec commit ac24599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ License: GPL-2
URL: https://github.com/jonclayden/RNifti
BugReports: https://github.com/jonclayden/RNifti/issues
Encoding: UTF-8
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
3 changes: 3 additions & 0 deletions R/nifti.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ writeNifti <- function (image, file, template = NULL, datatype = "auto")
#' @export
retrieveNifti <- function (object)
{
if (is.character(object)) {
object = path.expand(object)
}
.Call("asNifti", object, PACKAGE="RNifti")
}

Expand Down

0 comments on commit ac24599

Please sign in to comment.