Skip to content

Commit

Permalink
removed example from mri_segment
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed May 13, 2024
1 parent bc396d6 commit 19ed266
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export(mri_mask)
export(mri_mask.help)
export(mri_normalize)
export(mri_normalize.help)
export(mri_segment.help)
export(mri_surf2surf)
export(mri_surf2surf.help)
export(mri_watershed)
Expand Down
6 changes: 0 additions & 6 deletions R/mri_segment.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
#' @return Character or nifti depending on \code{retimg}
#'
#' @note NOT COMPLETE
#' @examples \dontrun{
#' if (have_fs()){
#' mri_segment("/path/to/T1.nii.gz")
#' }
#' }
mri_segment = function(
file,
outfile = NULL,
Expand All @@ -36,7 +31,6 @@ mri_segment = function(
#' @description This calls Freesurfer's \code{mri_segment} help
#'
#' @return Result of \code{fs_help}
#' @export
mri_segment.help = function(){
fs_help(func_name = "mri_segment")
}
7 changes: 0 additions & 7 deletions man/mri_segment.Rd

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

0 comments on commit 19ed266

Please sign in to comment.