Skip to content

Commit

Permalink
specify sits version
Browse files Browse the repository at this point in the history
  • Loading branch information
PondiB committed Oct 28, 2023
1 parent a62d99e commit 3fb1452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Imports:
rstac,
caret,
randomForest,
sits
sits (== 1.4.1)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libproj-dev \
libgdal-dev

# Install libfreetype6
RUN apt-get install -y libfreetype6-dev

# Install devtools and remotes
RUN R -e "install.packages(c('devtools', 'remotes'))"

Expand Down

0 comments on commit 3fb1452

Please sign in to comment.