Skip to content

Commit

Permalink
Add flirt to Namespace; Modify _pkgdown.yml to change github page add…
Browse files Browse the repository at this point in the history
…ress
  • Loading branch information
Jinyao Tian committed Sep 21, 2024
1 parent 6d259b5 commit 71dbd8b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
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/.github/workflows"
"path": "~/Desktop/MRIreduce"
}
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": 3
}
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": 380,
"splitterpos": 162,
"topwindowstate": "NORMAL",
"panelheight": 663,
"windowheight": 701
},
"right": {
"splitterpos": 203,
"splitterpos": 273,
"topwindowstate": "NORMAL",
"panelheight": 663,
"windowheight": 701
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion R/eve_T1.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 71dbd8b

Please sign in to comment.