Skip to content

Commit

Permalink
change package name!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyao Tian committed Sep 16, 2024
1 parent 376def9 commit 22d813f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .Rproj.user/6A9A55E1/pcs/files-pane.pper
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"ascending": true
}
],
"path": "~/Desktop/MRIreduce"
"path": "~/Desktop/MRIreduce/R"
}
2 changes: 1 addition & 1 deletion .Rproj.user/6A9A55E1/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab": 2
"activeTab": 4
}
4 changes: 2 additions & 2 deletions .Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"left": {
"splitterpos": 269,
"splitterpos": 369,
"topwindowstate": "NORMAL",
"panelheight": 663,
"windowheight": 701
},
"right": {
"splitterpos": 79,
"splitterpos": 301,
"topwindowstate": "NORMAL",
"panelheight": 663,
"windowheight": 701
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: MRIreduce
Type: Package
Title: MRIreduce: An R Package for ROI-Based Transformation of Neuroimages into High-Dimensional Data Frames
Version: 0.1.0
Version: 0.2.0
Authors@R: c(
person("Joshua", "Milstein", email = "[email protected]", role = c("aut")),
person("Jinyao", "Tian", email = "[email protected]", role = c("aut", "cre"))
Expand All @@ -23,6 +23,7 @@ Imports:
roxygen2,
DT,
remotes
Depends: R (>= 3.5.0)
SystemRequirements: FSL (FMRIB Software Library, available at https://fsl.fmrib.ox.ac.uk/fsl/docs/#/install/index)
LinkingTo:
Rcpp
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ importFrom(neurobase,readnii)
importFrom(neurobase,writenii)
importFrom(oro.nifti,img_data)
importFrom(oro.nifti,voxres)
useDynLib(whims, .registration = TRUE)
useDynLib(MRIreduce, .registration = TRUE)
Binary file modified R/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion R/whims-package.R → R/MRIreduce-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
NULL

## usethis namespace: start
#' @useDynLib whims, .registration = TRUE
#' @useDynLib MRIreduce, .registration = TRUE
## usethis namespace: end
NULL

0 comments on commit 22d813f

Please sign in to comment.