Skip to content

Commit

Permalink
Merge pull request #15 from birdflow-science/docker
Browse files Browse the repository at this point in the history
add Dockerfile
  • Loading branch information
ethanplunkett committed Feb 27, 2023
2 parents b63fbf4 + 71427ce commit 3885c69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
^codecov\.yml$
^doc$
^Meta$
^Dockerfile$
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM rocker/geospatial:4.2.2
RUN R -q -e 'install.packages(c("rnaturalearth", "rnaturalearthdata"))' \
&& R -q -e 'remotes::install_github("birdflow-science/BirdFlowModels")' \
&& R -q -e 'remotes::install_github("birdflow-science/BirdFlowR", build_vignettes = TRUE, upgrade = "never")'

0 comments on commit 3885c69

Please sign in to comment.