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

DeadStoreException.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"))
    }