Skip to content
Snippets Groups Projects
Commit 66258a20 authored by B.Anderson's avatar B.Anderson
Browse files

added example function (setup) and ran initial build

parent 5ed06cc2
No related branches found
No related tags found
No related merge requests found
^.*\.Rproj$
^\.Rproj\.user$
Package: woRkflow
Type: Package
Title: A template for how we do collaborative reproducible analysis with R #ymmv
Version: 0.1.0
Authors@R:
c(person(given = "Ben",
family = "Anderson",
role = c("aut", "cre"),
email = "ben.anderson@otago.ac.nz")
)
Description: A repo that collects various guidance and resources for people trying to set up and run collaborative reproducible analysis with R. Also a repo that can act as a template for you if you like how we work. You may not...
License: MIT License
Imports:
here
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
\ No newline at end of file
# Generated by roxygen2: do not edit by hand
export(setup)
#' 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"))
}
\ No newline at end of file
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/setup.R
\name{setup}
\alias{setup}
\title{Set up the project}
\usage{
setup()
}
\description{
\code{setup} sources env.R in the repo/project top level folder.
}
\author{
Ben Anderson, \email{b.anderson@soton.ac.uk}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment