Skip to content

Commit

Permalink
updated the DESCRIPTION and fixed face_removal_mask submit_package_re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
muschellij2 committed May 19, 2020
1 parent 73aa183 commit c43f92d
Show file tree
Hide file tree
Showing 120 changed files with 23,001 additions and 5 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: extrantsr
Type: Package
Title: Extra Functions to Build on the 'ANTsR' Package
Version: 3.9.12.1
Version: 3.9.13
Authors@R: c(person(given = "John",
family = "Muschelli",
email = "[email protected]",
Expand All @@ -15,10 +15,12 @@ Imports: methods, stats, grDevices, graphics, utils, oro.nifti, ANTsR
2.17.1), WhiteStripe, matrixStats, R.matlab, abind, R.utils,
plyr, RNifti, stapler
BugReports: https://github.com/muschellij2/extrantsr/issues
RoxygenNote: 7.0.1
RoxygenNote: 7.1.0
Remotes: muschellij2/neurobase, muschellij2/fslr, bjw34032/oro.nifti,
muschellij2/kirby21.t1, ANTsX/ANTsR, ANTsX/ANTsRCore,
muschellij2/stapler
SystemRequirements: FSL
Suggests: knitr, rmarkdown, kirby21.t1, covr, neuroim
VignetteBuilder: knitr
Encoding: UTF-8
FSL: true
2 changes: 1 addition & 1 deletion R/face_removal_mask_ants.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#'
#' @examples
#' \donttest{
#' if (have_fsl()) {
#' if (fslr::have_fsl()) {
#' file = "~/Downloads/sample_T1_input.nii.gz"
#' if (file.exists(file)) {
#' mask = face_removal_mask_ants(file = file,
Expand Down
157 changes: 157 additions & 0 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c43f92d

Please sign in to comment.