https://github.com/tractor/tractor-paper
Updated version of the original TractoR paper
https://github.com/tractor/tractor-paper
Last synced: 5 months ago
JSON representation
Updated version of the original TractoR paper
- Host: GitHub
- URL: https://github.com/tractor/tractor-paper
- Owner: tractor
- Created: 2016-05-18T13:34:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T13:41:28.000Z (about 10 years ago)
- Last Synced: 2025-06-25T01:43:37.409Z (12 months ago)
- Language: Makefile
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TractoR overview
The main constituent of this repository is an R Markdown document, `TractoR-overview.Rmd`, which when rendered forms an updated version of the original paper on the [TractoR MRI analysis project](http://www.tractor-mri.org.uk), first published in the [Journal of Statistical Software](http://www.jstatsoft.org/v44/i08/) in 2011. The rendered document should look like [this example](http://www.tractor-mri.org.uk/paper/).
To render the document and run the code embedded in it, you can either load `TractoR-overview.Rmd` into [RStudio](http://www.rstudio.com/products/RStudio/) and click on "Knit HTML", or run `make` from a (Unix) command line. You'll need the `rmarkdown` package installed in the latter case. You can also manually render the document using `rmarkdown::render("TractoR-overview.Rmd")`.