Skip to content

Commit 3ed7948

Browse files
chore: move data scripts, clean up targets, add test.R
1 parent 9d9edcb commit 3ed7948

5 files changed

Lines changed: 126 additions & 130 deletions

File tree

r/_targets.R

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ library(targets)
22
library(tarchetypes)
33
library(tidyverse)
44

5-
# load all targets
65
tar_source(list.files("R", recursive = TRUE, pattern = ".R$", full.names = TRUE))
76

8-
# packages
97
source("packages.R")
108

119
# load packages into session
@@ -23,10 +21,6 @@ list(
2321
targets_gis,
2422
targets_ref,
2523

26-
# the towed array is now the TOWED_LEGACY PARS submission, and every legacy
27-
# submission has been converted to a PARS submission under data-raw/pars/,
28-
# so R/towed/, R/legacy.R and their target lists are removed - all
29-
# non-Makara data now flows through targets_pars
3024
targets_makara,
3125
targets_pars_ref,
3226
targets_pars,

0 commit comments

Comments
 (0)