Skip to content

Commit

Permalink
Update FAFB.surf/FAFBNP.surf to match FAFB14 equivalents
Browse files Browse the repository at this point in the history
* they had got out of sync
* still haven't found a way to avoid these duplicate objects
  • Loading branch information
jefferis committed May 9, 2018
1 parent de638e0 commit f82629b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data-raw/surfaces.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ FAFB14.surf=xform_brain(JFRC2.surf, sample = JFRC2, reference = FAFB14)
FAFB14NP.surf=xform_brain(JFRC2NP.surf, sample = JFRC2, reference = FAFB14)
use_data(FAFB14.surf, overwrite = TRUE)
use_data(FAFB14NP.surf, overwrite = TRUE)

FAFB.surf=FAFB14.surf
FAFBNP.surf=FAFB14NP.surf
use_data(FAFB.surf, overwrite = TRUE)
use_data(FAFBNP.surf, overwrite = TRUE)
Binary file modified data/FAFB.surf.rda
Binary file not shown.
Binary file modified data/FAFBNP.surf.rda
Binary file not shown.

0 comments on commit f82629b

Please sign in to comment.