new version 2023.12.1 with two bug fixes and a new wrapper function

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-12-20 09:01:40 +01:00
commit 31c6994ce3
17 changed files with 2042 additions and 12 deletions

19
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": "explicit",
"use.cache": true,
"vcs.ignore.cellar": true,
"vcs.ignore.library": true,
"vcs.ignore.local": true,
"vcs.manage.ignores": true
}