Skip to content
Snippets Groups Projects
Select Git revision
  • c0fb9ee7c7b8f137a0cd25d5d27a71fee9ec9478
  • master default protected
2 results

CharacterInterface.java

Blame
  • setup.R 237 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
    #' @family utils
    #'
    setup <- function() {
      source(here::here("env.R"))
    }