diff --git a/.Rproj.user/6A9A55E1/pcs/files-pane.pper b/.Rproj.user/6A9A55E1/pcs/files-pane.pper index 41cc482..57b9948 100644 --- a/.Rproj.user/6A9A55E1/pcs/files-pane.pper +++ b/.Rproj.user/6A9A55E1/pcs/files-pane.pper @@ -5,5 +5,5 @@ "ascending": true } ], - "path": "~/Desktop/MRIreduce/.github/workflows" + "path": "~/Desktop/MRIreduce" } \ No newline at end of file diff --git a/.Rproj.user/6A9A55E1/pcs/source-pane.pper b/.Rproj.user/6A9A55E1/pcs/source-pane.pper index ddca97d..28a3c2e 100644 --- a/.Rproj.user/6A9A55E1/pcs/source-pane.pper +++ b/.Rproj.user/6A9A55E1/pcs/source-pane.pper @@ -1,3 +1,3 @@ { - "activeTab": 2 + "activeTab": 3 } \ No newline at end of file diff --git a/.Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper b/.Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper index dcc984b..50f7c23 100644 --- a/.Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper +++ b/.Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper @@ -1,12 +1,12 @@ { "left": { - "splitterpos": 380, + "splitterpos": 162, "topwindowstate": "NORMAL", "panelheight": 663, "windowheight": 701 }, "right": { - "splitterpos": 203, + "splitterpos": 273, "topwindowstate": "NORMAL", "panelheight": 663, "windowheight": 701 diff --git a/NAMESPACE b/NAMESPACE index c683ded..f23e1b4 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -14,6 +14,7 @@ importFrom(dplyr,"%>%") importFrom(extrantsr,bias_correct) importFrom(extrantsr,fslbet_robust) importFrom(fslr,fast) +importFrom(fslr,flirt) importFrom(fslr,fsl_biascorrect) importFrom(fslr,fslbet) importFrom(fslr,fslreorient2std) diff --git a/R/eve_T1.R b/R/eve_T1.R index bf2bc89..b997b6b 100644 --- a/R/eve_T1.R +++ b/R/eve_T1.R @@ -37,7 +37,7 @@ #' ## End(Not run) #' #' @importFrom neurobase readnii writenii -#' @importFrom fslr fslreorient2std fsl_biascorrect fslbet fast fslstats +#' @importFrom fslr flirt fslreorient2std fsl_biascorrect fslbet fast fslstats #' @importFrom dplyr %>% #' @importFrom EveTemplate getEvePath #' @export diff --git a/_pkgdown.yml b/_pkgdown.yml index 34f7dd1..b98016b 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://jtian123.github.io/MRIreduce/ +url: https://uscbiostats.github.io/MRIreduce/ template: bootstrap: 5 bootswatch: cosmo # Using the Flatly theme from Bootswatch @@ -14,5 +14,5 @@ navbar: href: reference/index.html right: - text: View on source code - href: https://github.com/jtian123/MRIreduce + href: https://github.com/USCbiostats/MRIreduce icon: fab fa-github