Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Apr 27, 2018
1 parent b41f01b commit 277a804
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion DESCRIPTION
@@ -1,7 +1,14 @@
Package: sri24
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.
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))
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-image_df.R
@@ -1,6 +1,6 @@
test_that("Data is installed", {

if ("sri24" %in% installed.packages()) {
if ("sri24" %in% installed.packages()[, "Package"]) {
expect_is(sri24_image_df(), "data.frame")
} else {
expect_is(sri24_image_df(), "NULL")
Expand Down

0 comments on commit 277a804

Please sign in to comment.