Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Habitat Sampler
HabitatSampler
Commits
d65494f8
Commit
d65494f8
authored
Jun 09, 2021
by
Romulo Pereira Goncalves
Browse files
Remove dependency on pinned versions.
parent
99f173d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/context/install.R
View file @
d65494f8
...
...
@@ -9,9 +9,6 @@ install.packages("rmarkdown")
install.packages
(
"knitr"
)
install.packages
(
"remotes"
)
install.packages
(
"https://cran.r-project.org/src/contrib/Archive/BH/BH_1.69.0-1.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
install.packages
(
"https://cran.r-project.org/src/contrib/Archive/sf/sf_0.9-0.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
install.packages
(
"https://cran.r-project.org/src/contrib/Archive/sp/sp_1.4-4.tar.gz"
,
repos
=
NULL
,
type
=
"source"
,
dependencies
=
TRUE
)
install.packages
(
"https://cran.r-project.org/src/contrib/Archive/rgdal/rgdal_1.5-12.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
# Install HaSa
library
(
remotes
)
...
...
docker/context/install_runner.R
View file @
d65494f8
...
...
@@ -3,9 +3,6 @@ install.packages("rmarkdown")
install.packages
(
"knitr"
)
install.packages
(
"remotes"
)
install.packages
(
"https://cran.r-project.org/src/contrib/Archive/BH/BH_1.69.0-1.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
install.packages
(
"https://cran.r-project.org/src/contrib/Archive/sf/sf_0.9-0.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
install.packages
(
"https://cran.r-project.org/src/contrib/Archive/sp/sp_1.4-4.tar.gz"
,
repos
=
NULL
,
type
=
"source"
,
dependencies
=
TRUE
)
install.packages
(
"https://cran.r-project.org/src/contrib/Archive/rgdal/rgdal_1.5-12.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
# Install HaSa
library
(
remotes
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment