Skip to content

Commit

Permalink
moved install of NEFSCspatial from DESCRIPTION in bookdown workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Jul 18, 2024
1 parent 0d93ca7 commit ffc1c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bookdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: create rmds, data sets
run: |
install.packages("remotes")
remotes::install_github("NEFSC/NEFSC-Spatial")
source(here::here("data-raw/build_all_rmds"))
params <- build_all_rmds()
shell: Rscript {0}
Expand Down
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ Imports:
equatiomatic,
ggplot2,
here,
NEFSCspatial,
sf,
tidyr
Remotes:
NEFSC/NEFSC-Spatial
Depends:
R (>= 2.10)
LazyData: true

0 comments on commit ffc1c09

Please sign in to comment.