-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake.R
More file actions
31 lines (18 loc) · 665 Bytes
/
Copy pathmake.R
File metadata and controls
31 lines (18 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#' causal: A Research Compendium
#'
#' @description
#' A paragraph providing a full description of the project and describing each
#' step of the workflow.
#'
#' @author Scott Large \email{scott.large@noaa.gov}
#'
#' @date 2024/02/01
## Install Dependencies (listed in DESCRIPTION) ----
devtools::install_deps(upgrade = "never")
## Load Project Addins (R Functions and Packages) ----
devtools::load_all(here::here())
## Global Variables ----
# You can list global variables here (or in a separate R script)
## Run Project ----
# List all R scripts in a sequential order and using the following form:
# source(here::here("analyses", "script_X.R"))