Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 512 Bytes

README_DEVELOPMENT.md

File metadata and controls

26 lines (17 loc) · 512 Bytes

freesurferformats development information

Recommended dev environment

  • clone the git repo
  • install rstudio
  • install the following R packages: devtools, knitr, testthat
  • in rstudio, open the included project file freesurferformats.Rproj

Running tests

Click Build - Test Package

Checking package

Click Build - Check Package

Building the documentation (vignettes)

Click Build - Clean and Rebuild In the R command window that opens:

library("devtools")
build_vignettes()