build version of r.lock

This commit is contained in:
Martin Folkerts 2023-10-16 17:20:46 +02:00
parent 568565bc76
commit dda9ad8871
6 changed files with 2611 additions and 2054 deletions

2
install.packages Normal file
View 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")

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -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
View 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
}

View file

@ -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