build version of r.lock
This commit is contained in:
parent
568565bc76
commit
dda9ad8871
2
install.packages
Normal file
2
install.packages
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
install.packages(c("googledrive", "here", "tidyverse", "lubridate", "readxl", "googlesheets4", "here", "sf", "tidyverse", "lubridate", "terra", "exactextractr")
|
||||
install.packages("packages/CIprep_0.1.4.tar.gz",repos=NULL, type="source")
|
||||
BIN
r_app/packages/CIprep_0.1.4.tar.gz
Normal file
BIN
r_app/packages/CIprep_0.1.4.tar.gz
Normal file
Binary file not shown.
4640
r_app/renv.lock
4640
r_app/renv.lock
File diff suppressed because it is too large
Load diff
|
|
@ -2,7 +2,7 @@
|
|||
local({
|
||||
|
||||
# the requested version of renv
|
||||
version <- "0.17.3"
|
||||
version <- "1.0.3"
|
||||
attr(version, "sha") <- NULL
|
||||
|
||||
# the project directory
|
||||
|
|
|
|||
19
r_app/renv/settings.json
Normal file
19
r_app/renv/settings.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"bioconductor.version": null,
|
||||
"external.libraries": [],
|
||||
"ignored.packages": [],
|
||||
"package.dependency.fields": [
|
||||
"Imports",
|
||||
"Depends",
|
||||
"LinkingTo"
|
||||
],
|
||||
"ppm.enabled": null,
|
||||
"ppm.ignored.urls": [],
|
||||
"r.version": null,
|
||||
"snapshot.type": "implicit",
|
||||
"use.cache": true,
|
||||
"vcs.ignore.cellar": true,
|
||||
"vcs.ignore.library": true,
|
||||
"vcs.ignore.local": true,
|
||||
"vcs.manage.ignores": true
|
||||
}
|
||||
|
|
@ -38,7 +38,7 @@ fi
|
|||
source "$VENV_DIR/bin/activate"
|
||||
|
||||
# Installeer of update de benodigde pakketten
|
||||
if [ -f "requirements.txt" ]; then
|
||||
if [ -f "python_app/requirements.txt" ]; then
|
||||
echo "Requirements aan het installeren of bijwerken..."
|
||||
pip install --upgrade -r python_app/requirements.txt
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue