Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SAVE Data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Rushby
SAVE Data
Commits
d1eaf88c
Commit
d1eaf88c
authored
5 years ago
by
Ben Anderson
Browse files
Options
Downloads
Patches
Plain Diff
updated notes
parent
18d6bf0a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests.R
+4
-1
4 additions, 1 deletion
tests.R
with
4 additions
and
1 deletion
tests.R
+
4
−
1
View file @
d1eaf88c
...
...
@@ -2,7 +2,7 @@
library
(
readr
)
library
(
dplyr
)
library
(
data.table
)
library
(
drake
)
# don't use it? You should
library
(
drake
)
# don't use it? You should
. You'll see why
library
(
lubridate
)
library
(
hms
)
library
(
saveData
)
...
...
@@ -24,6 +24,9 @@ getFile <- function(f){
# drake plan ----
# this gets run once and only once
# drake does what's in the plan and only re-does it if something in
# the plan changes - such as the file to be loaded
plan
<-
drake
::
drake_plan
(
wHRawD
=
getFile
(
rawF
),
wHprocessedD
=
getFile
(
processedF
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment