Skip to content
Snippets Groups Projects
Select Git revision
  • 2c362131edd57f7056448b69f05d08ca0955eb02
  • master default protected
  • development
  • gh-pages
4 results

SpindleAssembly.doctree

Blame
  • setup.R 220 B
    #' Set up the project
    #'
    #' \code{setup} sources env.R in the repo/project top level folder.
    #'
    #' @author Ben Anderson, \email{b.anderson@@soton.ac.uk}
    #' @export
    #'
    setup <- function() {
      source(here::here("env.R"))
    }