Skip to content

Commit

Permalink
targets: update sits version
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed Oct 21, 2024
1 parent b22632a commit 8f215c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ install-r: ## Install R language
#
install-sits: ## Install SITS R Package
# Install sits
git clone --branch dev https://github.com/e-sensing/sits \
git clone --branch v1.5.1 https://github.com/e-sensing/sits \
&& cd sits \
&& echo "remotes::install_deps(dependencies = TRUE)" | R --no-save \
&& echo "devtools::install('.')" | R --no-save
Expand Down

0 comments on commit 8f215c2

Please sign in to comment.