diff --git a/DESCRIPTION b/DESCRIPTION index 48fa004..151229f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,13 @@ Package: sri24 -Version: 0.1.0 +Version: 0.1.1 Title: SRI24 MRI Atlas for Normal Adult Brain Anatomy Description: SRI24 is an 'MRI'-based atlas of normal adult human brain anatomy, generated by template-free nonrigid registration from images of 24 normal control subjects. The atlas comprises 'T1', 'T2', and 'PD' weighted structural 'MRI', tissue probability maps ('GM', 'WM', 'CSF'), maximum-likelihood tissue segmentation, 'DTI'-based measures ('FA', 'MD', longitudinal and transversal diffusivity), and two labels maps of cortical regions and subcortical structures. Authors@R: c(person(given = "John", family = "Muschelli", role = c("aut", "cre"), email = "muschellij2@gmail.com", comment = NULL)) License: CC BY-SA 3.0 + file LICENSE +Imports: + utils Suggests: knitr, rmarkdown, diff --git a/NAMESPACE b/NAMESPACE index 2571f94..b77e171 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -4,3 +4,4 @@ export(sri24_image_df) export(sri24_images) export(sri24_label_df) export(sri24_label_list) +importFrom(utils,read.table) diff --git a/R/sri24_label_list.R b/R/sri24_label_list.R index 150cfbf..4b0414a 100644 --- a/R/sri24_label_list.R +++ b/R/sri24_label_list.R @@ -10,6 +10,7 @@ #' sri24_label_list() #' sri24_label_df() #' sri24_label_df("LPBA40") +#' @importFrom utils read.table sri24_label_list = function() { lab_file = system.file("extdata", "SRI24-tzo116plus.txt", package = "sri24") lab_file = readLines(lab_file)