Commit 0a6a10a
committed
Remove bcsnowdata from Suggests; data-raw deps stay outside DESCRIPTION
The pkgdown CI on the squash-merge of #55 failed because bcsnowdata
is GitHub-only (bcgov/bcsnowdata) and pak couldn't resolve it from
CRAN/PPM. Convention in this repo (matching how bcdata and fresh are
already handled in other data-raw scripts) is that data-raw scripts
manage their own ad-hoc deps; the developer running the script installs
what's needed. data-raw/qa_snow_validation.R header now includes the
pak::pak() install instruction.1 parent ad95143 commit 0a6a10a
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments