From 8fbd6812568351849ff3f124fde3931c60c85738 Mon Sep 17 00:00:00 2001 From: Thierry Onkelinx Date: Mon, 15 May 2023 12:37:26 +0200 Subject: [PATCH 1/7] update packages --- renv.lock | 2142 ++++++++++++++++++++++++++++++++------------ renv/activate.R | 68 +- renv/settings.json | 17 + 3 files changed, 1624 insertions(+), 603 deletions(-) create mode 100644 renv/settings.json diff --git a/renv.lock b/renv.lock index 1853ada..6457f80 100644 --- a/renv.lock +++ b/renv.lock @@ -1,6 +1,6 @@ { "R": { - "Version": "4.2.1", + "Version": "4.3.0", "Repositories": [ { "Name": "CRAN", @@ -9,6 +9,10 @@ { "Name": "INLA", "URL": "https://inla.r-inla-download.org/R/testing" + }, + { + "Name": "inbo", + "URL": "https://inbo.r-universe.dev" } ] }, @@ -18,31 +22,37 @@ "Version": "1.1.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "b2866e62bab9378c3cc9476a1954226b", - "Requirements": [] + "Requirements": [ + "R", + "methods" + ], + "Hash": "b2866e62bab9378c3cc9476a1954226b" }, "INBOmd": { "Package": "INBOmd", - "Version": "0.5.3", + "Version": "0.6.0", "Source": "GitHub", "RemoteType": "github", "RemoteUsername": "inbo", "RemoteRepo": "INBOmd", "RemoteRef": "main", - "RemoteSha": "33fdf6c06ec1f357ba048c5f24831726be2ea3b1", + "RemoteSha": "63e582a2bf905505d48cff04e13fcaea602f6c5e", "RemoteHost": "api.github.com", - "Hash": "828ae2e1aa1333dab493271ac4aa6340", "Requirements": [ "assertthat", "bookdown", + "checklist", "dplyr", + "fs", "gert", "htmltools", "knitr", "pdftools", "qrcode", - "rmarkdown" - ] + "rmarkdown", + "utils" + ], + "Hash": "e53347188187eafd807afd00a17151d7" }, "INBOtheme": { "Package": "INBOtheme", @@ -55,216 +65,217 @@ "RemoteSha": "3ec81698ef57495b6480a51805d91cdb383cc10f", "RemoteHost": "api.github.com", "Remotes": "clauswilke/colorblindr", - "Hash": "b7e3aaf5daee34ea9c94d898e5b57243", + "Remotes": "clauswilke/colorblindr", "Requirements": [ + "R", "assertthat", "colorspace", "ggplot2", + "grid", "scales" - ] + ], + "Hash": "94c92d1677d65ce63616f6b9cb79d87d" }, "KernSmooth": { "Package": "KernSmooth", - "Version": "2.23-20", + "Version": "2.23-21", "Source": "Repository", "Repository": "CRAN", - "Hash": "8dcfa99b14c296bc9f1fd64d52fd3ce7", - "Requirements": [] + "Requirements": [ + "R", + "stats" + ], + "Hash": "6314fc110e09548ba889491db6ae67fb" }, "MASS": { "Package": "MASS", - "Version": "7.3-58.1", + "Version": "7.3-60", "Source": "Repository", "Repository": "CRAN", - "Hash": "762e1804143a332333c054759f89a706", - "Requirements": [] + "Requirements": [ + "R", + "grDevices", + "graphics", + "methods", + "stats", + "utils" + ], + "Hash": "a56a6365b3fa73293ea8d084be0d9bb0" }, "Matrix": { "Package": "Matrix", - "Version": "1.5-1", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "539dc0c0c05636812f1080f473d2c177", - "Requirements": [ - "lattice" - ] - }, - "R.methodsS3": { - "Package": "R.methodsS3", - "Version": "1.8.2", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "278c286fd6e9e75d0c2e8f731ea445c8", - "Requirements": [] - }, - "R.oo": { - "Package": "R.oo", - "Version": "1.25.0", + "Version": "1.5-4", "Source": "Repository", "Repository": "CRAN", - "Hash": "a0900a114f4f0194cf4aa8cd4a700681", "Requirements": [ - "R.methodsS3" - ] - }, - "R.utils": { - "Package": "R.utils", - "Version": "2.12.0", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "d31333e10f14027e1cbbc6f266512806", - "Requirements": [ - "R.methodsS3", - "R.oo" - ] + "R", + "graphics", + "grid", + "lattice", + "methods", + "stats", + "utils" + ], + "Hash": "e779c7d9f35cc364438578f334cffee2" }, "R6": { "Package": "R6", "Version": "2.5.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "470851b6d5d0ac559e9d01bb352b4021", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "470851b6d5d0ac559e9d01bb352b4021" }, "RColorBrewer": { "Package": "RColorBrewer", "Version": "1.1-3", "Source": "Repository", "Repository": "CRAN", - "Hash": "45f0398006e83a5b10b72a90663d8d8c", - "Requirements": [] - }, - "RSQLite": { - "Package": "RSQLite", - "Version": "2.2.18", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "a4a3bcd8a9380e04c86876d73a085b8f", "Requirements": [ - "DBI", - "Rcpp", - "bit64", - "blob", - "memoise", - "pkgconfig", - "plogr" - ] + "R" + ], + "Hash": "45f0398006e83a5b10b72a90663d8d8c" }, "Rcpp": { "Package": "Rcpp", - "Version": "1.0.9", + "Version": "1.0.10", "Source": "Repository", "Repository": "CRAN", - "Hash": "e9c08b94391e9f3f97355841229124f2", - "Requirements": [] + "Requirements": [ + "methods", + "utils" + ], + "Hash": "e749cae40fa9ef469b6050959517453c" }, "V8": { "Package": "V8", - "Version": "4.2.1", + "Version": "4.3.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "2f56b7e2f0d534f3c4022e48c33835ce", "Requirements": [ "Rcpp", "curl", - "jsonlite" - ] + "jsonlite", + "utils" + ], + "Hash": "d1fa8fae6a47e88bb46d5152312bd8bd" }, "XML": { "Package": "XML", - "Version": "3.99-0.11", + "Version": "3.99-0.14", "Source": "Repository", "Repository": "CRAN", - "Hash": "1b8a72068e9137d4dcd1df27d092e3cc", - "Requirements": [] + "Requirements": [ + "R", + "methods", + "utils" + ], + "Hash": "e5c8af79df616c135b21eaeb1dc6bc5c" }, "askpass": { "Package": "askpass", "Version": "1.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "e8a22846fff485f0be3770c2da758713", "Requirements": [ "sys" - ] + ], + "Hash": "e8a22846fff485f0be3770c2da758713" }, "assertthat": { "Package": "assertthat", "Version": "0.2.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "50c838a310445e954bc13f26f26a6ecf", - "Requirements": [] + "Requirements": [ + "tools" + ], + "Hash": "50c838a310445e954bc13f26f26a6ecf" }, "atom4R": { "Package": "atom4R", - "Version": "0.3-1", + "Version": "0.3-3", "Source": "Repository", "Repository": "CRAN", - "Hash": "7e9f0fa7ef411813ee4921dbf6f91675", "Requirements": [ + "R", "R6", "XML", "httr", "jsonlite", "keyring", + "methods", "rdflib", "readr", "zip" - ] + ], + "Hash": "8111c34df3f1e550e1f0e9aa043a0b79" }, "backports": { "Package": "backports", "Version": "1.4.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "c39fbec8a30d23e721980b8afb31984c", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "c39fbec8a30d23e721980b8afb31984c" }, "base64enc": { "Package": "base64enc", "Version": "0.1-3", "Source": "Repository", "Repository": "CRAN", - "Hash": "543776ae6848fde2f48ff3816d0628bc", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "543776ae6848fde2f48ff3816d0628bc" }, "bit": { "Package": "bit", - "Version": "4.0.4", + "Version": "4.0.5", "Source": "Repository", "Repository": "CRAN", - "Hash": "f36715f14d94678eea9933af927bc15d", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "d242abec29412ce988848d0294b208fd" }, "bit64": { "Package": "bit64", "Version": "4.0.5", "Source": "Repository", "Repository": "CRAN", - "Hash": "9fe98599ca456d6552421db0d6772d8f", "Requirements": [ - "bit" - ] + "R", + "bit", + "methods", + "stats", + "utils" + ], + "Hash": "9fe98599ca456d6552421db0d6772d8f" }, "blob": { "Package": "blob", - "Version": "1.2.3", + "Version": "1.2.4", "Source": "Repository", "Repository": "CRAN", - "Hash": "10d231579bc9c06ab1c320618808d4ff", "Requirements": [ + "methods", "rlang", "vctrs" - ] + ], + "Hash": "40415719b5a479b87949f3aa0aee737c" }, "bookdown": { "Package": "bookdown", - "Version": "0.29", + "Version": "0.34", "Source": "Repository", "Repository": "CRAN", - "Hash": "bf913e433c84b3a616a9ea6ee0bf0b14", "Requirements": [ + "R", "htmltools", "jquerylib", "knitr", @@ -272,407 +283,689 @@ "tinytex", "xfun", "yaml" - ] + ], + "Hash": "25e3e995e30c235ea6fcc76677efbe27" }, "brew": { "Package": "brew", "Version": "1.0-8", "Source": "Repository", "Repository": "CRAN", - "Hash": "d69a786e85775b126bddbee185ae6084", - "Requirements": [] + "Hash": "d69a786e85775b126bddbee185ae6084" + }, + "brio": { + "Package": "brio", + "Version": "1.1.3", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "976cf154dfb043c012d87cddd8bca363" }, "broom": { "Package": "broom", - "Version": "1.0.1", + "Version": "1.0.4", "Source": "Repository", "Repository": "CRAN", - "Hash": "c90ff735b7812b60f067a3f7a3b4de63", "Requirements": [ + "R", "backports", "dplyr", "ellipsis", "generics", - "ggplot2", "glue", + "lifecycle", "purrr", "rlang", "stringr", "tibble", "tidyr" - ] + ], + "Hash": "f62b2504021369a2449c54bbda362d30" }, "bslib": { "Package": "bslib", - "Version": "0.4.0", + "Version": "0.4.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "be5ee090716ce1671be6cd5d7c34d091", "Requirements": [ + "R", + "base64enc", "cachem", + "grDevices", "htmltools", "jquerylib", "jsonlite", "memoise", + "mime", "rlang", "sass" - ] + ], + "Hash": "a7fbf03946ad741129dc81098722fca1" }, "cachem": { "Package": "cachem", - "Version": "1.0.6", + "Version": "1.0.8", "Source": "Repository", "Repository": "CRAN", - "Hash": "648c5b3d71e6a37e3043617489a0a0e9", "Requirements": [ "fastmap", "rlang" - ] + ], + "Hash": "c35768291560ce302c0a6589f92e837d" }, "callr": { "Package": "callr", - "Version": "3.7.2", + "Version": "3.7.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "358689cac9fe93b1bb3a19088d2dbed8", "Requirements": [ + "R", "R6", - "processx" - ] + "processx", + "utils" + ], + "Hash": "9b2191ede20fa29828139b9900922e51" }, "cellranger": { "Package": "cellranger", "Version": "1.1.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "f61dbaec772ccd2e17705c1e872e9e7c", "Requirements": [ + "R", "rematch", "tibble" - ] + ], + "Hash": "f61dbaec772ccd2e17705c1e872e9e7c" + }, + "checklist": { + "Package": "checklist", + "Version": "0.3.2", + "Source": "Repository", + "Repository": "https://inbo.r-universe.dev", + "RemoteUrl": "https://github.com/inbo/checklist", + "RemoteRef": "HEAD", + "RemoteSha": "a475267f230ce10ee6495cb111d0191252d718db", + "Requirements": [ + "R", + "R6", + "assertthat", + "codemetar", + "desc", + "devtools", + "fs", + "gert", + "httr", + "hunspell", + "jsonlite", + "knitr", + "lintr", + "pkgdown", + "rcmdcheck", + "renv", + "rmarkdown", + "sessioninfo", + "utils", + "withr", + "yaml" + ], + "Hash": "305d69a7a519c2e7771fe429030f3151" }, "class": { "Package": "class", - "Version": "7.3-20", + "Version": "7.3-22", "Source": "Repository", "Repository": "CRAN", - "Hash": "da09d82223e669d270e47ed24ac8686e", "Requirements": [ - "MASS" - ] + "MASS", + "R", + "stats", + "utils" + ], + "Hash": "f91f6b29f38b8c280f2b9477787d4bb2" }, "classInt": { "Package": "classInt", - "Version": "0.4-8", + "Version": "0.4-9", "Source": "Repository", "Repository": "CRAN", - "Hash": "298fa500d773db0845935cd73bfd9c2e", "Requirements": [ "KernSmooth", + "R", "class", - "e1071" - ] + "e1071", + "grDevices", + "graphics", + "stats" + ], + "Hash": "bee651a42a89633eccb36dca9d9ab413" }, "cli": { "Package": "cli", - "Version": "3.4.1", + "Version": "3.6.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "0d297d01734d2bcea40197bd4971a764", - "Requirements": [] + "Requirements": [ + "R", + "utils" + ], + "Hash": "89e6d8219950eac806ae0c489052048a" }, "clipr": { "Package": "clipr", "Version": "0.8.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "3f038e5ac7f41d4ac41ce658c85e3042", - "Requirements": [] + "Requirements": [ + "utils" + ], + "Hash": "3f038e5ac7f41d4ac41ce658c85e3042" + }, + "codemeta": { + "Package": "codemeta", + "Version": "0.1.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "desc", + "jsonlite", + "methods", + "utils" + ], + "Hash": "81048af0d716143bb5dc44d076279538" + }, + "codemetar": { + "Package": "codemetar", + "Version": "0.3.5", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cli", + "codemeta", + "commonmark", + "crul", + "desc", + "gert", + "gh", + "jsonlite", + "magrittr", + "memoise", + "methods", + "pingr", + "purrr", + "remotes", + "sessioninfo", + "stats", + "urltools", + "xml2" + ], + "Hash": "4745d1640f1bd57391902225eac0244f" + }, + "codetools": { + "Package": "codetools", + "Version": "0.2-19", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R" + ], + "Hash": "c089a619a7fae175d149d89164f8c7d8" }, "colorspace": { "Package": "colorspace", - "Version": "2.0-3", + "Version": "2.1-0", "Source": "Repository", "Repository": "CRAN", - "Hash": "bb4341986bc8b914f0f0acf2e4a3f2f7", - "Requirements": [] + "Requirements": [ + "R", + "grDevices", + "graphics", + "methods", + "stats" + ], + "Hash": "f20c47fd52fae58b4e377c37bb8c335b" }, "commonmark": { "Package": "commonmark", - "Version": "1.8.0", + "Version": "1.9.0", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "d691c61bff84bd63c383874d2d0c3307" + }, + "conflicted": { + "Package": "conflicted", + "Version": "1.2.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "2ba81b120c1655ab696c935ef33ea716", - "Requirements": [] + "Requirements": [ + "R", + "cli", + "memoise", + "rlang" + ], + "Hash": "bb097fccb22d156624fd07cd2894ddb6" }, "cpp11": { "Package": "cpp11", - "Version": "0.4.2", + "Version": "0.4.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "fa53ce256cd280f468c080a58ea5ba8c", - "Requirements": [] + "Hash": "ed588261931ee3be2c700d22e94a29ab" }, "crayon": { "Package": "crayon", "Version": "1.5.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "e8a1e41acf02548751f45c718d55aa6a", - "Requirements": [] + "Requirements": [ + "grDevices", + "methods", + "utils" + ], + "Hash": "e8a1e41acf02548751f45c718d55aa6a" }, "credentials": { "Package": "credentials", "Version": "1.3.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "93762d0a34d78e6a025efdbfb5c6bb41", "Requirements": [ "askpass", "curl", "jsonlite", "openssl", "sys" - ] + ], + "Hash": "93762d0a34d78e6a025efdbfb5c6bb41" }, "crosstalk": { "Package": "crosstalk", "Version": "1.2.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "6aa54f69598c32177e920eb3402e8293", "Requirements": [ "R6", "htmltools", "jsonlite", "lazyeval" - ] + ], + "Hash": "6aa54f69598c32177e920eb3402e8293" + }, + "crul": { + "Package": "crul", + "Version": "1.3", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R6", + "curl", + "httpcode", + "jsonlite", + "mime", + "urltools" + ], + "Hash": "2408d291bf25a9a6c27d912bcfe6ce0c" }, "curl": { "Package": "curl", - "Version": "4.3.3", + "Version": "5.0.0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R" + ], + "Hash": "e4f97056611e8e6b8b852d13b7400cf1" + }, + "cyclocomp": { + "Package": "cyclocomp", + "Version": "1.1.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "0eb86baa62f06e8855258fa5a8048667", - "Requirements": [] + "Requirements": [ + "callr", + "crayon", + "desc", + "remotes", + "withr" + ], + "Hash": "53cbed70a2f7472d48fb6aef08442f25" }, "data.table": { "Package": "data.table", - "Version": "1.14.2", + "Version": "1.14.8", "Source": "Repository", "Repository": "CRAN", - "Hash": "36b67b5adf57b292923f5659f5f0c853", - "Requirements": [] + "Requirements": [ + "R", + "methods" + ], + "Hash": "b4c06e554f33344e044ccd7fdca750a9" }, "dbplyr": { "Package": "dbplyr", - "Version": "2.2.1", + "Version": "2.3.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "f6c7eb9617e4d2a86bb7182fff99c805", "Requirements": [ "DBI", + "R", "R6", - "assertthat", "blob", "cli", "dplyr", "glue", "lifecycle", "magrittr", + "methods", "pillar", "purrr", "rlang", "tibble", + "tidyr", "tidyselect", + "utils", "vctrs", "withr" - ] + ], + "Hash": "d24305b92db333726aed162a2c23a147" }, "deldir": { "Package": "deldir", "Version": "1.0-6", "Source": "Repository", "Repository": "CRAN", - "Hash": "65a3d4e2a1619bb85ae0fb64628da972", - "Requirements": [] + "Requirements": [ + "R", + "grDevices", + "graphics" + ], + "Hash": "65a3d4e2a1619bb85ae0fb64628da972" }, "desc": { "Package": "desc", "Version": "1.4.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "6b9602c7ebbe87101a9c8edb6e8b6d21", "Requirements": [ + "R", "R6", "cli", - "rprojroot" - ] + "rprojroot", + "utils" + ], + "Hash": "6b9602c7ebbe87101a9c8edb6e8b6d21" + }, + "devtools": { + "Package": "devtools", + "Version": "2.4.5", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cli", + "desc", + "ellipsis", + "fs", + "lifecycle", + "memoise", + "miniUI", + "pkgbuild", + "pkgdown", + "pkgload", + "profvis", + "rcmdcheck", + "remotes", + "rlang", + "roxygen2", + "rversions", + "sessioninfo", + "stats", + "testthat", + "tools", + "urlchecker", + "usethis", + "utils", + "withr" + ], + "Hash": "ea5bc8b4a6a01e4f12d98b58329930bb" + }, + "diffobj": { + "Package": "diffobj", + "Version": "0.3.5", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "crayon", + "methods", + "stats", + "tools", + "utils" + ], + "Hash": "bcaa8b95f8d7d01a5dedfd959ce88ab8" }, "digest": { "Package": "digest", - "Version": "0.6.29", + "Version": "0.6.31", "Source": "Repository", "Repository": "CRAN", - "Hash": "cf6b206a045a684728c3267ef7596190", - "Requirements": [] + "Requirements": [ + "R", + "utils" + ], + "Hash": "8b708f296afd9ae69f450f9640be8990" + }, + "downlit": { + "Package": "downlit", + "Version": "0.4.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "brio", + "desc", + "digest", + "evaluate", + "fansi", + "memoise", + "rlang", + "vctrs", + "withr", + "yaml" + ], + "Hash": "79bf3f66590752ffbba20f8d2da94c7c" }, "dplyr": { "Package": "dplyr", - "Version": "1.0.10", + "Version": "1.1.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "539412282059f7f0c07295723d23f987", "Requirements": [ + "R", "R6", + "cli", "generics", "glue", "lifecycle", "magrittr", + "methods", "pillar", "rlang", "tibble", "tidyselect", + "utils", "vctrs" - ] + ], + "Hash": "dea6970ff715ca541c387de363ff405e" }, "dtplyr": { "Package": "dtplyr", - "Version": "1.2.2", + "Version": "1.3.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "c5f8828a0b459a703db190b001ad4818", "Requirements": [ - "crayon", + "R", + "cli", "data.table", "dplyr", - "ellipsis", "glue", "lifecycle", "rlang", "tibble", "tidyselect", "vctrs" - ] + ], + "Hash": "54ed3ea01b11e81a86544faaecfef8e2" }, "e1071": { "Package": "e1071", - "Version": "1.7-11", + "Version": "1.7-13", "Source": "Repository", "Repository": "CRAN", - "Hash": "fc02aa712f8600f7da17f44989646a21", "Requirements": [ "class", - "proxy" - ] + "grDevices", + "graphics", + "methods", + "proxy", + "stats", + "utils" + ], + "Hash": "1046cb48d06cb40c2900d8878f03a0fe" }, "ellipsis": { "Package": "ellipsis", "Version": "0.3.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "bb0eec2fe32e88d9e2836c2f73ea2077", "Requirements": [ + "R", "rlang" - ] + ], + "Hash": "bb0eec2fe32e88d9e2836c2f73ea2077" }, "evaluate": { "Package": "evaluate", - "Version": "0.17", + "Version": "0.21", "Source": "Repository", "Repository": "CRAN", - "Hash": "9171b012a55a1ef53f1442b1d798a3b4", - "Requirements": [] + "Requirements": [ + "R", + "methods" + ], + "Hash": "d59f3b464e8da1aef82dc04b588b8dfb" }, "fansi": { "Package": "fansi", - "Version": "1.0.3", + "Version": "1.0.4", "Source": "Repository", "Repository": "CRAN", - "Hash": "83a8afdbe71839506baa9f90eebad7ec", - "Requirements": [] + "Requirements": [ + "R", + "grDevices", + "utils" + ], + "Hash": "1d9e7ad3c8312a192dea7d3db0274fde" }, "farver": { "Package": "farver", "Version": "2.1.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "8106d78941f34855c440ddb946b8f7a5", - "Requirements": [] + "Hash": "8106d78941f34855c440ddb946b8f7a5" }, "fastmap": { "Package": "fastmap", - "Version": "1.1.0", + "Version": "1.1.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "77bd60a6157420d4ffa93b27cf6a58b8", - "Requirements": [] + "Hash": "f7736a18de97dea803bde0a2daaafb27" }, "filelock": { "Package": "filelock", "Version": "1.0.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "38ec653c2613bed60052ba3787bd8a2c", - "Requirements": [] + "Hash": "38ec653c2613bed60052ba3787bd8a2c" + }, + "fontawesome": { + "Package": "fontawesome", + "Version": "0.5.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "htmltools", + "rlang" + ], + "Hash": "1e22b8cabbad1eae951a75e9f8b52378" }, "forcats": { "Package": "forcats", - "Version": "0.5.2", + "Version": "1.0.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "9d95bc88206321cd1bc98480ecfd74bb", "Requirements": [ + "R", "cli", - "ellipsis", "glue", "lifecycle", "magrittr", "rlang", - "tibble", - "withr" - ] + "tibble" + ], + "Hash": "1a0a9a3d5083d0d573c4214576f1e690" }, "fs": { "Package": "fs", - "Version": "1.5.2", + "Version": "1.6.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "7c89603d81793f0d5486d91ab1fc6f1d", - "Requirements": [] + "Requirements": [ + "R", + "methods" + ], + "Hash": "94af08e0aa9675a16fadbb3aaaa90d2a" }, "gargle": { "Package": "gargle", - "Version": "1.2.1", + "Version": "1.4.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "cca71329ad88e21267f09255d3f008c2", "Requirements": [ + "R", "cli", "fs", "glue", "httr", "jsonlite", + "lifecycle", + "openssl", "rappdirs", "rlang", - "rstudioapi", + "stats", + "utils", "withr" - ] + ], + "Hash": "8c72a723822dc317613da5ff8e8da6ee" }, "generics": { "Package": "generics", "Version": "0.1.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "15e9634c0fcd294799e9b2e929ed1b86", - "Requirements": [] + "Requirements": [ + "R", + "methods" + ], + "Hash": "15e9634c0fcd294799e9b2e929ed1b86" }, "gert": { "Package": "gert", - "Version": "1.9.1", + "Version": "1.9.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "9a091a6d2fb91e43afd4337e2dcef2e7", "Requirements": [ "askpass", "credentials", @@ -680,62 +973,104 @@ "rstudioapi", "sys", "zip" - ] + ], + "Hash": "9122b3958e749badb5c939f498038b57" }, "ggplot2": { "Package": "ggplot2", - "Version": "3.3.6", + "Version": "3.4.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "0fb26d0674c82705c6b701d1a61e02ea", "Requirements": [ "MASS", - "digest", + "R", + "cli", "glue", + "grDevices", + "grid", "gtable", "isoband", + "lifecycle", "mgcv", "rlang", "scales", + "stats", "tibble", + "vctrs", "withr" - ] + ], + "Hash": "3a147ee02e85a8941aad9909f1b43b7b" + }, + "gh": { + "Package": "gh", + "Version": "1.4.0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cli", + "gitcreds", + "httr2", + "ini", + "jsonlite", + "rlang" + ], + "Hash": "03533b1c875028233598f848fda44c4c" }, "git2r": { "Package": "git2r", - "Version": "0.30.1", + "Version": "0.32.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "e0c6a04a3e7b90e64213d09128f74f1b", - "Requirements": [] + "Requirements": [ + "R", + "graphics", + "utils" + ], + "Hash": "1882d7a76fd8c14b2322865f74c9a348" }, "git2rdata": { "Package": "git2rdata", "Version": "0.4.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "873d32667639e500e05450cb54a36b55", "Requirements": [ + "R", "assertthat", "git2r", + "methods", "yaml" - ] + ], + "Hash": "873d32667639e500e05450cb54a36b55" + }, + "gitcreds": { + "Package": "gitcreds", + "Version": "0.1.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R" + ], + "Hash": "ab08ac61f3e1be454ae21911eb8bc2fe" }, "glue": { "Package": "glue", "Version": "1.6.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "4f2596dfb05dac67b9dc558e5c6fba2e", - "Requirements": [] + "Requirements": [ + "R", + "methods" + ], + "Hash": "4f2596dfb05dac67b9dc558e5c6fba2e" }, "googledrive": { "Package": "googledrive", - "Version": "2.0.0", + "Version": "2.1.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "c3a25adbbfbb03f12e6f88c5fb1f3024", "Requirements": [ + "R", "cli", "gargle", "glue", @@ -747,18 +1082,20 @@ "purrr", "rlang", "tibble", + "utils", "uuid", "vctrs", "withr" - ] + ], + "Hash": "e88ba642951bc8d1898ba0d12581850b" }, "googlesheets4": { "Package": "googlesheets4", - "Version": "1.0.1", + "Version": "1.1.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "3b449d5292327880fc6cb61d0b2e9063", "Requirements": [ + "R", "cellranger", "cli", "curl", @@ -767,179 +1104,270 @@ "googledrive", "httr", "ids", + "lifecycle", "magrittr", + "methods", "purrr", "rematch2", "rlang", "tibble", - "vctrs" - ] + "utils", + "vctrs", + "withr" + ], + "Hash": "fd7b97bd862a14297b0bb7ed28a3dada" }, "gridExtra": { "Package": "gridExtra", "Version": "2.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "7d7f283939f563670a697165b2cf5560", "Requirements": [ - "gtable" - ] + "grDevices", + "graphics", + "grid", + "gtable", + "utils" + ], + "Hash": "7d7f283939f563670a697165b2cf5560" }, "gtable": { "Package": "gtable", - "Version": "0.3.1", + "Version": "0.3.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "36b4265fb818f6a342bed217549cd896", - "Requirements": [] + "Requirements": [ + "R", + "cli", + "glue", + "grid", + "lifecycle", + "rlang" + ], + "Hash": "b44addadb528a0d227794121c00572a0" }, "haven": { "Package": "haven", - "Version": "2.5.1", + "Version": "2.5.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "5b45a553fca2217a07b6f9c843304c44", "Requirements": [ + "R", "cli", "cpp11", "forcats", "hms", "lifecycle", + "methods", "readr", "rlang", "tibble", "tidyselect", "vctrs" - ] + ], + "Hash": "8b331e659e67d757db0fcc28e689c501" }, "here": { "Package": "here", "Version": "1.0.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "24b224366f9c2e7534d2344d10d59211", "Requirements": [ "rprojroot" - ] + ], + "Hash": "24b224366f9c2e7534d2344d10d59211" }, "highr": { "Package": "highr", - "Version": "0.9", + "Version": "0.10", "Source": "Repository", "Repository": "CRAN", - "Hash": "8eb36c8125038e648e5d111c0d7b2ed4", "Requirements": [ + "R", "xfun" - ] + ], + "Hash": "06230136b2d2b9ba5805e1963fa6e890" }, "hms": { "Package": "hms", - "Version": "1.1.2", + "Version": "1.1.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "41100392191e1244b887878b533eea91", "Requirements": [ - "ellipsis", "lifecycle", + "methods", "pkgconfig", "rlang", "vctrs" - ] + ], + "Hash": "b59377caa7ed00fa41808342002138f9" }, "htmltools": { "Package": "htmltools", - "Version": "0.5.3", + "Version": "0.5.5", "Source": "Repository", "Repository": "CRAN", - "Hash": "6496090a9e00f8354b811d1a2d47b566", "Requirements": [ + "R", "base64enc", "digest", + "ellipsis", "fastmap", - "rlang" - ] + "grDevices", + "rlang", + "utils" + ], + "Hash": "ba0240784ad50a62165058a27459304a" }, "htmlwidgets": { "Package": "htmlwidgets", - "Version": "1.5.4", + "Version": "1.6.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "76147821cd3fcd8c4b04e1ef0498e7fb", "Requirements": [ + "grDevices", "htmltools", "jsonlite", + "knitr", + "rmarkdown", "yaml" - ] + ], + "Hash": "a865aa85bcb2697f47505bfd70422471" + }, + "httpcode": { + "Package": "httpcode", + "Version": "0.3.0", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "13641a1c6d2cc98801b76764078e17ea" + }, + "httpuv": { + "Package": "httpuv", + "Version": "1.6.11", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "R6", + "Rcpp", + "later", + "promises", + "utils" + ], + "Hash": "838602f54e32c1a0f8cc80708cefcefa" }, "httr": { "Package": "httr", - "Version": "1.4.4", + "Version": "1.4.6", "Source": "Repository", "Repository": "CRAN", - "Hash": "57557fac46471f0dbbf44705cc6a5c8c", "Requirements": [ + "R", "R6", "curl", "jsonlite", "mime", "openssl" - ] + ], + "Hash": "7e5e3cbd2a7bc07880c94e22348fb661" }, - "ids": { - "Package": "ids", - "Version": "1.0.1", + "httr2": { + "Package": "httr2", + "Version": "0.2.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "99df65cfef20e525ed38c3d2577f7190", "Requirements": [ - "openssl", - "uuid" - ] - }, + "R", + "R6", + "cli", + "curl", + "glue", + "magrittr", + "openssl", + "rappdirs", + "rlang", + "withr" + ], + "Hash": "193bb297368afbbb42dc85784a46b36e" + }, + "hunspell": { + "Package": "hunspell", + "Version": "3.0.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "Rcpp", + "digest" + ], + "Hash": "656219b6f3f605499d7cdbe208656639" + }, + "ids": { + "Package": "ids", + "Version": "1.0.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "openssl", + "uuid" + ], + "Hash": "99df65cfef20e525ed38c3d2577f7190" + }, + "ini": { + "Package": "ini", + "Version": "0.3.1", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "6154ec2223172bce8162d4153cda21f7" + }, "isoband": { "Package": "isoband", - "Version": "0.2.6", + "Version": "0.2.7", "Source": "Repository", "Repository": "CRAN", - "Hash": "cfdea9dea85c1a973991c8cbe299f4da", - "Requirements": [] + "Requirements": [ + "grid", + "utils" + ], + "Hash": "0080607b4a1a7b28979aecef976d8bc2" }, "jquerylib": { "Package": "jquerylib", "Version": "0.1.4", "Source": "Repository", "Repository": "CRAN", - "Hash": "5aab57a3bd297eee1c1d862735972182", "Requirements": [ "htmltools" - ] + ], + "Hash": "5aab57a3bd297eee1c1d862735972182" }, "jsonld": { "Package": "jsonld", "Version": "2.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "173b7fe6d4c05b04aef7d350bc72ffeb", "Requirements": [ "V8", "curl", "jsonlite" - ] + ], + "Hash": "173b7fe6d4c05b04aef7d350bc72ffeb" }, "jsonlite": { "Package": "jsonlite", - "Version": "1.8.2", + "Version": "1.8.4", "Source": "Repository", "Repository": "CRAN", - "Hash": "2e7ed071fd6bd047fe2366d3adf4fe46", - "Requirements": [] + "Requirements": [ + "methods" + ], + "Hash": "a4269a09a9b865579b2635c77e572374" }, "keyring": { "Package": "keyring", - "Version": "1.3.0", + "Version": "1.3.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "f97832aee679462739f7146fead53b11", "Requirements": [ "R6", "askpass", @@ -948,54 +1376,82 @@ "openssl", "rappdirs", "sodium", + "tools", + "utils", "yaml" - ] + ], + "Hash": "b7880ebefe188d62b099673bbc04afac" }, "knitr": { "Package": "knitr", - "Version": "1.40", + "Version": "1.42", "Source": "Repository", "Repository": "CRAN", - "Hash": "caea8b0f899a0b1738444b9bc47067e7", "Requirements": [ + "R", "evaluate", "highr", - "stringr", + "methods", + "tools", "xfun", "yaml" - ] + ], + "Hash": "8329a9bcc82943c8069104d4be3ee22d" }, "labeling": { "Package": "labeling", "Version": "0.4.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "3d5108641f47470611a32d0bdf357a72", - "Requirements": [] + "Requirements": [ + "graphics", + "stats" + ], + "Hash": "3d5108641f47470611a32d0bdf357a72" + }, + "later": { + "Package": "later", + "Version": "1.3.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "Rcpp", + "rlang" + ], + "Hash": "40401c9cf2bc2259dfe83311c9384710" }, "lattice": { "Package": "lattice", - "Version": "0.20-45", + "Version": "0.21-8", "Source": "Repository", "Repository": "CRAN", - "Hash": "b64cdbb2b340437c4ee047a1f4c4377b", - "Requirements": [] + "Requirements": [ + "R", + "grDevices", + "graphics", + "grid", + "stats", + "utils" + ], + "Hash": "0b8a6d63c8770f02a8b5635f3c431e6b" }, "lazyeval": { "Package": "lazyeval", "Version": "0.2.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "d908914ae53b04d4c0c0fd72ecc35370", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "d908914ae53b04d4c0c0fd72ecc35370" }, "leaflet": { "Package": "leaflet", - "Version": "2.1.1", + "Version": "2.1.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "97fadb60ef6eb8524b9f6e2c4a69ee93", "Requirements": [ + "R", "RColorBrewer", "base64enc", "crosstalk", @@ -1004,100 +1460,159 @@ "leaflet.providers", "magrittr", "markdown", + "methods", "png", "raster", "scales", "sp", + "stats", "viridis" - ] + ], + "Hash": "ac2c7f21c2a6d2579eed8aaae4c42610" }, "leaflet.providers": { "Package": "leaflet.providers", "Version": "1.9.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "d3082a7beac4a1aeb96100ff06265d7e", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "d3082a7beac4a1aeb96100ff06265d7e" }, "lifecycle": { "Package": "lifecycle", "Version": "1.0.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "001cecbeac1cff9301bdc3775ee46a86", "Requirements": [ + "R", "cli", "glue", "rlang" - ] + ], + "Hash": "001cecbeac1cff9301bdc3775ee46a86" + }, + "lintr": { + "Package": "lintr", + "Version": "3.0.2.9000", + "Source": "Repository", + "Repository": "https://inbo.r-universe.dev", + "RemoteUrl": "https://github.com/r-lib/lintr", + "RemoteRef": "HEAD", + "RemoteSha": "3a8d4957ce33a7b0613ee917d887209118cf63d2", + "Requirements": [ + "R", + "backports", + "codetools", + "cyclocomp", + "digest", + "glue", + "knitr", + "rex", + "stats", + "utils", + "xml2", + "xmlparsedata" + ], + "Hash": "8257b354eac8a00d6d582d621347af71" }, "lubridate": { "Package": "lubridate", - "Version": "1.8.0", + "Version": "1.9.2.9000", "Source": "Repository", - "Repository": "CRAN", - "Hash": "2ff5eedb6ee38fb1b81205c73be1be5a", + "Repository": "https://inbo.r-universe.dev", + "RemoteUrl": "https://github.com/tidyverse/lubridate", + "RemoteRef": "HEAD", + "RemoteSha": "87afddf0a9c583ad2e0bd15631e08c9469a82a0a", "Requirements": [ - "cpp11", - "generics" - ] + "R", + "generics", + "methods", + "timechange" + ], + "Hash": "976b2c5cdd270d0f3b550a6070636a44" }, "magrittr": { "Package": "magrittr", "Version": "2.0.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "7ce2733a9826b3aeb1775d56fd305472", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "7ce2733a9826b3aeb1775d56fd305472" }, "markdown": { "Package": "markdown", - "Version": "1.1", + "Version": "1.6", "Source": "Repository", "Repository": "CRAN", - "Hash": "61e4a10781dd00d7d81dd06ca9b94e95", "Requirements": [ - "mime", + "R", + "commonmark", + "utils", "xfun" - ] + ], + "Hash": "c0e8495f796d73f2d2e1a8c6964d67e8" }, "memoise": { "Package": "memoise", "Version": "2.0.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "e2817ccf4a065c5d9d7f2cfbe7c1d78c", "Requirements": [ "cachem", "rlang" - ] + ], + "Hash": "e2817ccf4a065c5d9d7f2cfbe7c1d78c" }, "mgcv": { "Package": "mgcv", - "Version": "1.8-40", + "Version": "1.8-42", "Source": "Repository", "Repository": "CRAN", - "Hash": "c6b2fdb18cf68ab613bd564363e1ba0d", "Requirements": [ "Matrix", - "nlme" - ] + "R", + "graphics", + "methods", + "nlme", + "splines", + "stats", + "utils" + ], + "Hash": "3460beba7ccc8946249ba35327ba902a" }, "mime": { "Package": "mime", "Version": "0.12", "Source": "Repository", "Repository": "CRAN", - "Hash": "18e9c28c1d3ca1560ce30658b22ce104", - "Requirements": [] + "Requirements": [ + "tools" + ], + "Hash": "18e9c28c1d3ca1560ce30658b22ce104" + }, + "miniUI": { + "Package": "miniUI", + "Version": "0.1.1.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "htmltools", + "shiny", + "utils" + ], + "Hash": "fec5f52652d60615fdb3957b3d74324a" }, "modelr": { "Package": "modelr", - "Version": "0.1.9", + "Version": "0.1.11", "Source": "Repository", "Repository": "CRAN", - "Hash": "ce70fef14a09fd1cab1f3792a0e210c1", "Requirements": [ + "R", "broom", "magrittr", "purrr", @@ -1106,75 +1621,75 @@ "tidyr", "tidyselect", "vctrs" - ] + ], + "Hash": "4f50122dc256b1b6996a4703fecea821" }, "munsell": { "Package": "munsell", "Version": "0.5.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "6dfe8bf774944bd5595785e3229d8771", "Requirements": [ - "colorspace" - ] - }, - "mvtnorm": { - "Package": "mvtnorm", - "Version": "1.1-3", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "7a7541cc284cb2ba3ba7eae645892af5", - "Requirements": [] + "colorspace", + "methods" + ], + "Hash": "6dfe8bf774944bd5595785e3229d8771" }, "nlme": { "Package": "nlme", - "Version": "3.1-160", + "Version": "3.1-162", "Source": "Repository", "Repository": "CRAN", - "Hash": "02e3c6e7df163aafa8477225e6827bc5", "Requirements": [ - "lattice" - ] + "R", + "graphics", + "lattice", + "stats", + "utils" + ], + "Hash": "0984ce8da8da9ead8643c5cbbb60f83e" }, "openssl": { "Package": "openssl", - "Version": "2.0.3", + "Version": "2.0.6", "Source": "Repository", "Repository": "CRAN", - "Hash": "b9621e75c0652041002a19609fb23c5a", "Requirements": [ "askpass" - ] + ], + "Hash": "0f7cd2962e3044bb940cca4f4b5cecbe" }, "osmextract": { "Package": "osmextract", "Version": "0.4.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "d03939bbd5eda05cea38427915514e8b", "Requirements": [ + "R", "httr", "jsonlite", - "sf" - ] + "sf", + "tools", + "utils" + ], + "Hash": "d03939bbd5eda05cea38427915514e8b" }, "pdftools": { "Package": "pdftools", - "Version": "3.3.1", + "Version": "3.3.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "876e9a74d22f849feac8c5ea8f9c47a8", "Requirements": [ "Rcpp", "qpdf" - ] + ], + "Hash": "8072f379ae37e914e5adc0a3fd8c513c" }, "pillar": { "Package": "pillar", - "Version": "1.8.1", + "Version": "1.9.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "f2316df30902c81729ae9de95ad5a608", "Requirements": [ "cli", "fansi", @@ -1182,116 +1697,218 @@ "lifecycle", "rlang", "utf8", + "utils", "vctrs" - ] + ], + "Hash": "15da5a8412f317beeee6175fbc76f4bb" + }, + "pingr": { + "Package": "pingr", + "Version": "2.0.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "processx", + "utils" + ], + "Hash": "b762f8f7d305f7eb0bab96eb1a3c782a" + }, + "pkgbuild": { + "Package": "pkgbuild", + "Version": "1.4.0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "R6", + "callr", + "cli", + "crayon", + "desc", + "prettyunits", + "processx", + "rprojroot", + "withr" + ], + "Hash": "d6c3008d79653a0f267703288230105e" }, "pkgconfig": { "Package": "pkgconfig", "Version": "2.0.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "01f28d4278f15c76cddbea05899c5d6f", - "Requirements": [] + "Requirements": [ + "utils" + ], + "Hash": "01f28d4278f15c76cddbea05899c5d6f" + }, + "pkgdown": { + "Package": "pkgdown", + "Version": "2.0.7", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "bslib", + "callr", + "cli", + "desc", + "digest", + "downlit", + "fs", + "httr", + "jsonlite", + "magrittr", + "memoise", + "purrr", + "ragg", + "rlang", + "rmarkdown", + "tibble", + "whisker", + "withr", + "xml2", + "yaml" + ], + "Hash": "16fa15449c930bf3a7761d3c68f8abf9" }, "pkgload": { "Package": "pkgload", - "Version": "1.3.0", + "Version": "1.3.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "4b20f937a363c78a5730265c1925f54a", "Requirements": [ + "R", "cli", "crayon", "desc", "fs", "glue", + "methods", "rlang", "rprojroot", + "utils", "withr" - ] - }, - "plogr": { - "Package": "plogr", - "Version": "0.2.0", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "09eb987710984fc2905c7129c7d85e65", - "Requirements": [] + ], + "Hash": "6b0c222c5071efe0f3baf3dae9aa40e2" }, "png": { "Package": "png", - "Version": "0.1-7", + "Version": "0.1-8", "Source": "Repository", "Repository": "CRAN", - "Hash": "03b7076c234cb3331288919983326c55", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "bd54ba8a0a5faded999a7aab6e46b374" }, - "polyclip": { - "Package": "polyclip", - "Version": "1.10-0", + "praise": { + "Package": "praise", + "Version": "1.0.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "cb167f328b3ada4ec5cf67a7df4c900a", - "Requirements": [] + "Hash": "a555924add98c99d2f411e37e7d25e9f" }, "prettyunits": { "Package": "prettyunits", "Version": "1.1.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "95ef9167b75dde9d2ccc3c7528393e7e", - "Requirements": [] + "Hash": "95ef9167b75dde9d2ccc3c7528393e7e" }, "processx": { "Package": "processx", - "Version": "3.7.0", + "Version": "3.8.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "f91df0f5f31ffdf88bc0b624f5ebab0f", "Requirements": [ + "R", "R6", - "ps" - ] + "ps", + "utils" + ], + "Hash": "d75b4059d781336efba24021915902b4" + }, + "profvis": { + "Package": "profvis", + "Version": "0.3.8", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "htmlwidgets", + "purrr", + "rlang", + "stringr", + "vctrs" + ], + "Hash": "aa5a3864397ce6ae03458f98618395a1" }, "progress": { "Package": "progress", "Version": "1.2.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "14dc9f7a3c91ebb14ec5bb9208a07061", "Requirements": [ "R6", "crayon", "hms", "prettyunits" - ] + ], + "Hash": "14dc9f7a3c91ebb14ec5bb9208a07061" + }, + "promises": { + "Package": "promises", + "Version": "1.2.0.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R6", + "Rcpp", + "later", + "magrittr", + "rlang", + "stats" + ], + "Hash": "4ab2c43adb4d4699cf3690acd378d75d" }, "proxy": { "Package": "proxy", "Version": "0.4-27", "Source": "Repository", "Repository": "CRAN", - "Hash": "e0ef355c12942cf7a6b91a6cfaea8b3e", - "Requirements": [] + "Requirements": [ + "R", + "stats", + "utils" + ], + "Hash": "e0ef355c12942cf7a6b91a6cfaea8b3e" }, "ps": { "Package": "ps", - "Version": "1.7.1", + "Version": "1.7.5", "Source": "Repository", "Repository": "CRAN", - "Hash": "8b93531308c01ad0e56d9eadcc0c4fcd", - "Requirements": [] + "Requirements": [ + "R", + "utils" + ], + "Hash": "709d852d33178db54b17c722e5b1e594" }, "purrr": { "Package": "purrr", - "Version": "0.3.5", + "Version": "1.0.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "54842a2443c76267152eface28d9e90a", "Requirements": [ + "R", + "cli", + "lifecycle", "magrittr", - "rlang" - ] + "rlang", + "vctrs" + ], + "Hash": "d71c815267c640f17ddbf7f16144b4bb" }, "qgisprocess": { "Package": "qgisprocess", @@ -1303,7 +1920,6 @@ "RemoteRef": "master", "RemoteSha": "f3aa232039bb598a29a4574001e9519d751753d2", "RemoteHost": "api.github.com", - "Hash": "5f63330a4c8292033cfc6face5b0530a", "Requirements": [ "glue", "jsonlite", @@ -1314,78 +1930,118 @@ "tibble", "vctrs", "withr" - ] + ], + "Hash": "5f63330a4c8292033cfc6face5b0530a" }, "qpdf": { "Package": "qpdf", "Version": "1.2.0", "Source": "Local", - "Repository": "https://ropensci.r-universe.dev", "RemoteType": "local", "RemoteUrl": "https://github.com/ropensci/qpdf", "RemoteRef": "master", "RemoteSha": "4ffc867a86e6fe3d4da304728e7cd153ef71bdfc", - "Hash": "d940804ac00596f417ca80982a9911dd", "Requirements": [ "Rcpp", "askpass", "curl" - ] + ], + "Hash": "d940804ac00596f417ca80982a9911dd" }, "qrcode": { "Package": "qrcode", - "Version": "0.1.4", + "Version": "0.2.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "0f4288a6cfbcb3640f8fcb0adc523c75", "Requirements": [ - "R.utils", + "R", "assertthat", - "stringr" - ] + "stats", + "utils" + ], + "Hash": "f1192030a93de676c3f6d9bfa447e7cc" + }, + "ragg": { + "Package": "ragg", + "Version": "1.2.5", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "systemfonts", + "textshaping" + ], + "Hash": "690bc058ea2b1b8a407d3cfe3dce3ef9" }, "rappdirs": { "Package": "rappdirs", "Version": "0.3.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "5e3c5dc0b071b21fa128676560dbe94d", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "5e3c5dc0b071b21fa128676560dbe94d" }, "raster": { "Package": "raster", - "Version": "3.6-3", + "Version": "3.6-20", "Source": "Repository", "Repository": "CRAN", - "Hash": "d550f9d6dbb4dce7cbd146b09d663343", "Requirements": [ + "R", "Rcpp", + "methods", "sp", "terra" - ] + ], + "Hash": "ebebd9f0f203a129eb2da96470191b82" + }, + "rcmdcheck": { + "Package": "rcmdcheck", + "Version": "1.4.0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R6", + "callr", + "cli", + "curl", + "desc", + "digest", + "pkgbuild", + "prettyunits", + "rprojroot", + "sessioninfo", + "utils", + "withr", + "xopen" + ], + "Hash": "8f25ebe2ec38b1f2aef3b0d2ef76f6c4" }, "rdflib": { "Package": "rdflib", - "Version": "0.2.5", + "Version": "0.2.6", "Source": "Repository", "Repository": "CRAN", - "Hash": "9b2a0bbd7d9df12211cadb02d8055456", "Requirements": [ "dplyr", "jsonld", + "methods", "readr", "redland", "stringi", - "tidyr" - ] + "tidyr", + "utils" + ], + "Hash": "efc11b41f74a95ea84a6beb3d6bb377b" }, "readr": { "Package": "readr", - "Version": "2.1.3", + "Version": "2.1.4", "Source": "Repository", "Repository": "CRAN", - "Hash": "2dfbfc673ccb3de3d8836b4b3bd23d14", "Requirements": [ + "R", "R6", "cli", "clipr", @@ -1393,68 +2049,90 @@ "crayon", "hms", "lifecycle", + "methods", "rlang", "tibble", "tzdb", + "utils", "vroom" - ] + ], + "Hash": "b5047343b3825f37ad9d3b5d89aa1078" }, "readxl": { "Package": "readxl", - "Version": "1.4.1", + "Version": "1.4.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "5c1fbc365ac0a3fe7728ac79108b8e64", "Requirements": [ + "R", "cellranger", "cpp11", "progress", - "tibble" - ] + "tibble", + "utils" + ], + "Hash": "2e6020b1399d95f947ed867045e9ca17" }, "redland": { "Package": "redland", "Version": "1.0.17-16", "Source": "Repository", "Repository": "CRAN", - "Hash": "a8fabfd50f12a62b36a78e49129c0681", "Requirements": [ + "R", + "methods", "roxygen2" - ] + ], + "Hash": "a8fabfd50f12a62b36a78e49129c0681" }, "rematch": { "Package": "rematch", "Version": "1.0.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "c66b930d20bb6d858cd18e1cebcfae5c", - "Requirements": [] + "Hash": "c66b930d20bb6d858cd18e1cebcfae5c" }, "rematch2": { "Package": "rematch2", "Version": "2.1.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "76c9e04c712a05848ae7a23d2f170a40", "Requirements": [ "tibble" - ] + ], + "Hash": "76c9e04c712a05848ae7a23d2f170a40" + }, + "remotes": { + "Package": "remotes", + "Version": "2.4.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "methods", + "stats", + "tools", + "utils" + ], + "Hash": "227045be9aee47e6dda9bb38ac870d67" }, "renv": { "Package": "renv", - "Version": "0.16.0", + "Version": "0.17.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "c9e8442ab69bc21c9697ecf856c1e6c7", - "Requirements": [] + "Requirements": [ + "utils" + ], + "Hash": "4543b8cd233ae25c6aba8548be9e747e" }, "reprex": { "Package": "reprex", "Version": "2.0.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "d66fe009d4c20b7ab1927eb405db9ee2", "Requirements": [ + "R", "callr", "cli", "clipr", @@ -1465,83 +2143,118 @@ "rlang", "rmarkdown", "rstudioapi", + "utils", "withr" - ] + ], + "Hash": "d66fe009d4c20b7ab1927eb405db9ee2" + }, + "rex": { + "Package": "rex", + "Version": "1.2.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "lazyeval" + ], + "Hash": "ae34cd56890607370665bee5bd17812f" }, "rlang": { "Package": "rlang", - "Version": "1.0.6", + "Version": "1.1.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "4ed1f8336c8d52c3e750adcdc57228a7", - "Requirements": [] + "Requirements": [ + "R", + "utils" + ], + "Hash": "a85c767b55f0bf9b7ad16c6d7baee5bb" }, "rmarkdown": { "Package": "rmarkdown", - "Version": "2.17", + "Version": "2.21", "Source": "Repository", "Repository": "CRAN", - "Hash": "e97c8be593e010f93520e8215c0f9189", "Requirements": [ + "R", "bslib", "evaluate", + "fontawesome", "htmltools", "jquerylib", "jsonlite", "knitr", + "methods", "stringr", "tinytex", + "tools", + "utils", "xfun", "yaml" - ] + ], + "Hash": "493df4ae51e2e984952ea4d5c75786a3" }, "roxygen2": { "Package": "roxygen2", - "Version": "7.2.1", + "Version": "7.2.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "da1f278262e563c835345872f2fef537", "Requirements": [ + "R", "R6", "brew", "cli", "commonmark", "cpp11", "desc", - "digest", "knitr", + "methods", "pkgload", "purrr", "rlang", "stringi", "stringr", + "utils", "withr", "xml2" - ] + ], + "Hash": "7b153c746193b143c14baa072bae4e27" }, "rprojroot": { "Package": "rprojroot", "Version": "2.0.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "1de7ab598047a87bba48434ba35d497d", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "1de7ab598047a87bba48434ba35d497d" }, "rstudioapi": { "Package": "rstudioapi", "Version": "0.14", "Source": "Repository", "Repository": "CRAN", - "Hash": "690bd2acc42a9166ce34845884459320", - "Requirements": [] + "Hash": "690bd2acc42a9166ce34845884459320" + }, + "rversions": { + "Package": "rversions", + "Version": "2.1.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "curl", + "utils", + "xml2" + ], + "Hash": "a9881dfed103e83f9de151dc17002cd1" }, "rvest": { "Package": "rvest", "Version": "1.0.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "a4a5ac819a467808c60e36e92ddf195e", "Requirements": [ + "R", "cli", "glue", "httr", @@ -1552,40 +2265,42 @@ "tibble", "withr", "xml2" - ] + ], + "Hash": "a4a5ac819a467808c60e36e92ddf195e" }, "s2": { "Package": "s2", - "Version": "1.1.0", + "Version": "1.1.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "73748e27d17db3c1c400e8114fcf9824", "Requirements": [ + "R", "Rcpp", "wk" - ] + ], + "Hash": "e162ffd6ff4bde5264584be359a06f88" }, "sass": { "Package": "sass", - "Version": "0.4.2", + "Version": "0.4.6", "Source": "Repository", "Repository": "CRAN", - "Hash": "1b191143d7d3444d504277843f3a95fe", "Requirements": [ "R6", "fs", "htmltools", "rappdirs", "rlang" - ] + ], + "Hash": "cc3ec7dd33982ef56570229b62d6388e" }, "scales": { "Package": "scales", "Version": "1.2.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "906cb23d2f1c5680b8ce439b44c6fa63", "Requirements": [ + "R", "R6", "RColorBrewer", "farver", @@ -1594,214 +2309,296 @@ "munsell", "rlang", "viridisLite" - ] + ], + "Hash": "906cb23d2f1c5680b8ce439b44c6fa63" }, "selectr": { "Package": "selectr", "Version": "0.4-2", "Source": "Repository", "Repository": "CRAN", - "Hash": "3838071b66e0c566d55cc26bd6e27bf4", "Requirements": [ + "R", "R6", + "methods", "stringr" - ] + ], + "Hash": "3838071b66e0c566d55cc26bd6e27bf4" + }, + "sessioninfo": { + "Package": "sessioninfo", + "Version": "1.2.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cli", + "tools", + "utils" + ], + "Hash": "3f9796a8d0a0e8c6eb49a4b029359d1f" }, "sf": { "Package": "sf", - "Version": "1.0-8", + "Version": "1.0-12", "Source": "Repository", "Repository": "CRAN", - "Hash": "153da622b27630793858f24436bc0871", "Requirements": [ "DBI", + "R", "Rcpp", "classInt", + "grDevices", + "graphics", + "grid", "magrittr", + "methods", "s2", - "units" - ] - }, - "sodium": { - "Package": "sodium", - "Version": "1.2.1", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "3606bb09e0914edd4fc8313b500dcd5e", - "Requirements": [] + "stats", + "tools", + "units", + "utils" + ], + "Hash": "5b41b4f0bd22b38661d82205a87deb4b" }, - "sp": { - "Package": "sp", - "Version": "1.5-0", + "shiny": { + "Package": "shiny", + "Version": "1.7.4", "Source": "Repository", "Repository": "CRAN", - "Hash": "2a118bdd2db0a301711e0a9e3e3206d5", "Requirements": [ - "lattice" - ] + "R", + "R6", + "bslib", + "cachem", + "commonmark", + "crayon", + "ellipsis", + "fastmap", + "fontawesome", + "glue", + "grDevices", + "htmltools", + "httpuv", + "jsonlite", + "later", + "lifecycle", + "methods", + "mime", + "promises", + "rlang", + "sourcetools", + "tools", + "utils", + "withr", + "xtable" + ], + "Hash": "c2eae3d8c670fa9dfa35a12066f4a1d5" }, - "spatstat.data": { - "Package": "spatstat.data", - "Version": "2.2-0", + "sodium": { + "Package": "sodium", + "Version": "1.2.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "5b4f6c12d1a222680579070a045786bb", - "Requirements": [ - "Matrix", - "spatstat.utils" - ] + "Hash": "3606bb09e0914edd4fc8313b500dcd5e" }, - "spatstat.geom": { - "Package": "spatstat.geom", - "Version": "2.4-0", + "sourcetools": { + "Package": "sourcetools", + "Version": "0.1.7-1", "Source": "Repository", "Repository": "CRAN", - "Hash": "33f4612dc27fa9228cac4713bb2edfd7", "Requirements": [ - "deldir", - "polyclip", - "spatstat.data", - "spatstat.utils" - ] + "R" + ], + "Hash": "5f5a7629f956619d519205ec475fe647" }, - "spatstat.random": { - "Package": "spatstat.random", - "Version": "2.2-0", + "sp": { + "Package": "sp", + "Version": "1.6-0", "Source": "Repository", "Repository": "CRAN", - "Hash": "c08d6e00855f11e04ac863dce8d6779e", "Requirements": [ - "spatstat.data", - "spatstat.geom", - "spatstat.utils" - ] - }, - "spatstat.utils": { - "Package": "spatstat.utils", - "Version": "2.3-1", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "cd59e2bcc05a5e34c00fe4760f118960", - "Requirements": [] + "R", + "grDevices", + "graphics", + "grid", + "lattice", + "methods", + "stats", + "utils" + ], + "Hash": "6674e075a078d9c3bde8ba800367347c" }, "stringi": { "Package": "stringi", - "Version": "1.7.8", + "Version": "1.7.12", "Source": "Repository", "Repository": "CRAN", - "Hash": "a68b980681bcbc84c7a67003fa796bfb", - "Requirements": [] + "Requirements": [ + "R", + "stats", + "tools", + "utils" + ], + "Hash": "ca8bd84263c77310739d2cf64d84d7c9" }, "stringr": { "Package": "stringr", - "Version": "1.4.1", + "Version": "1.5.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "a66ad12140cd34d4f9dfcc19e84fc2a5", "Requirements": [ + "R", + "cli", "glue", + "lifecycle", "magrittr", - "stringi" - ] + "rlang", + "stringi", + "vctrs" + ], + "Hash": "671a4d384ae9d32fc47a14e98bfa3dc8" }, "sys": { "Package": "sys", - "Version": "3.4", + "Version": "3.4.1", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "34c16f1ef796057bfa06d3f4ff818a5d" + }, + "systemfonts": { + "Package": "systemfonts", + "Version": "1.0.4", "Source": "Repository", "Repository": "CRAN", - "Hash": "b227d13e29222b4574486cfcbde077fa", - "Requirements": [] + "Requirements": [ + "R", + "cpp11" + ], + "Hash": "90b28393209827327de889f49935140a" }, "terra": { "Package": "terra", - "Version": "1.6-17", + "Version": "1.7-29", "Source": "Repository", "Repository": "CRAN", - "Hash": "3e264754dde87261bc7ccdb30d29d3b4", "Requirements": [ - "Rcpp" - ] + "R", + "Rcpp", + "methods" + ], + "Hash": "89c24bf35c961e047df79dde2eb69224" }, - "territoria": { - "Package": "territoria", - "Version": "0.0.2", - "Source": "GitHub", - "RemoteType": "github", - "RemoteHost": "api.github.com", - "RemoteUsername": "inbo", - "RemoteRepo": "territoria", - "RemoteRef": "main", - "RemoteSha": "97bd05b248e6950d6f54a4fc97d8a039745ab436", - "Hash": "51c4e827ad8593dea017eff4cf51ff24", + "testthat": { + "Package": "testthat", + "Version": "3.1.8", + "Source": "Repository", + "Repository": "CRAN", "Requirements": [ - "RSQLite", - "assertthat", - "mvtnorm", - "spatstat.geom", - "spatstat.random" - ] + "R", + "R6", + "brio", + "callr", + "cli", + "desc", + "digest", + "ellipsis", + "evaluate", + "jsonlite", + "lifecycle", + "magrittr", + "methods", + "pkgload", + "praise", + "processx", + "ps", + "rlang", + "utils", + "waldo", + "withr" + ], + "Hash": "e0eded5dd915510f8e0d6e6277506203" + }, + "textshaping": { + "Package": "textshaping", + "Version": "0.3.6", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cpp11", + "systemfonts" + ], + "Hash": "1ab6223d3670fac7143202cb6a2d43d5" }, "tibble": { "Package": "tibble", - "Version": "3.1.8", + "Version": "3.2.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "56b6934ef0f8c68225949a8672fe1a8f", "Requirements": [ + "R", "fansi", "lifecycle", "magrittr", + "methods", "pillar", "pkgconfig", "rlang", + "utils", "vctrs" - ] + ], + "Hash": "a84e2cc86d07289b3b6f5069df7a004c" }, "tidyr": { "Package": "tidyr", - "Version": "1.2.1", + "Version": "1.3.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "cdb403db0de33ccd1b6f53b83736efa8", "Requirements": [ + "R", + "cli", "cpp11", "dplyr", - "ellipsis", "glue", "lifecycle", "magrittr", "purrr", "rlang", + "stringr", "tibble", "tidyselect", + "utils", "vctrs" - ] + ], + "Hash": "e47debdc7ce599b070c8e78e8ac0cfcf" }, "tidyselect": { "Package": "tidyselect", "Version": "1.2.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "79540e5fcd9e0435af547d885f184fd5", "Requirements": [ + "R", "cli", "glue", "lifecycle", "rlang", "vctrs", "withr" - ] + ], + "Hash": "79540e5fcd9e0435af547d885f184fd5" }, "tidyverse": { "Package": "tidyverse", - "Version": "1.3.2", + "Version": "2.0.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "972389aea7fa1a34739054a810d0c6f6", "Requirements": [ + "R", "broom", "cli", - "crayon", + "conflicted", "dbplyr", "dplyr", "dtplyr", @@ -1818,6 +2615,7 @@ "modelr", "pillar", "purrr", + "ragg", "readr", "readxl", "reprex", @@ -1828,93 +2626,184 @@ "tibble", "tidyr", "xml2" - ] + ], + "Hash": "c328568cd14ea89a83bd4ca7f54ae07e" + }, + "timechange": { + "Package": "timechange", + "Version": "0.2.0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cpp11" + ], + "Hash": "8548b44f79a35ba1791308b61e6012d7" }, "tinytex": { "Package": "tinytex", - "Version": "0.42", + "Version": "0.45", "Source": "Repository", "Repository": "CRAN", - "Hash": "7629c6c1540835d5248e6e7df265fa74", "Requirements": [ "xfun" - ] + ], + "Hash": "e4e357f28c2edff493936b6cb30c3d65" + }, + "triebeard": { + "Package": "triebeard", + "Version": "0.4.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "Rcpp" + ], + "Hash": "642507a148b0dd9b5620177e0a044413" }, "tzdb": { "Package": "tzdb", - "Version": "0.3.0", + "Version": "0.4.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "b2e1cbce7c903eaf23ec05c58e59fb5e", "Requirements": [ + "R", "cpp11" - ] + ], + "Hash": "f561504ec2897f4d46f0c7657e488ae1" }, "units": { "Package": "units", - "Version": "0.8-0", + "Version": "0.8-2", "Source": "Repository", "Repository": "CRAN", - "Hash": "6c374b265ba437f8d384ec7a313edd96", "Requirements": [ + "R", "Rcpp" - ] + ], + "Hash": "422376fe53419adcde4710d43acbcdd0" + }, + "urlchecker": { + "Package": "urlchecker", + "Version": "1.0.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cli", + "curl", + "tools", + "xml2" + ], + "Hash": "409328b8e1253c8d729a7836fe7f7a16" + }, + "urltools": { + "Package": "urltools", + "Version": "1.7.3", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "Rcpp", + "methods", + "triebeard" + ], + "Hash": "e86a704261a105f4703f653e05defa3e" + }, + "usethis": { + "Package": "usethis", + "Version": "2.1.6", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cli", + "clipr", + "crayon", + "curl", + "desc", + "fs", + "gert", + "gh", + "glue", + "jsonlite", + "lifecycle", + "purrr", + "rappdirs", + "rlang", + "rprojroot", + "rstudioapi", + "stats", + "utils", + "whisker", + "withr", + "yaml" + ], + "Hash": "a67a22c201832b12c036cc059f1d137d" }, "utf8": { "Package": "utf8", - "Version": "1.2.2", + "Version": "1.2.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "c9c462b759a5cc844ae25b5942654d13", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "1fe17157424bb09c48a8b3b550c753bc" }, "uuid": { "Package": "uuid", "Version": "1.1-0", "Source": "Repository", "Repository": "CRAN", - "Hash": "f1cb46c157d080b729159d407be83496", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "f1cb46c157d080b729159d407be83496" }, "vctrs": { "Package": "vctrs", - "Version": "0.4.2", + "Version": "0.6.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "0e3dfc070b2a8f0478fcdf86fb33355d", "Requirements": [ + "R", "cli", "glue", + "lifecycle", "rlang" - ] + ], + "Hash": "a745bda7aff4734c17294bb41d4e4607" }, "viridis": { "Package": "viridis", - "Version": "0.6.2", + "Version": "0.6.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "ee96aee95a7a563e5496f8991e9fde4b", "Requirements": [ + "R", "ggplot2", "gridExtra", "viridisLite" - ] + ], + "Hash": "0d774f552202add033efc43a30293b3f" }, "viridisLite": { "Package": "viridisLite", - "Version": "0.4.1", + "Version": "0.4.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "62f4b5da3e08d8e5bcba6cac15603f70", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "c826c7c4241b6fc89ff55aaea3fa7491" }, "vroom": { "Package": "vroom", - "Version": "1.6.0", + "Version": "1.6.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "64f81fdead6e0d250fb041e175d123ab", "Requirements": [ + "R", "bit64", "cli", "cpp11", @@ -1922,78 +2811,155 @@ "glue", "hms", "lifecycle", + "methods", "progress", "rlang", + "stats", "tibble", "tidyselect", "tzdb", "vctrs", "withr" - ] + ], + "Hash": "8318e64ffb3a70e652494017ec455561" + }, + "waldo": { + "Package": "waldo", + "Version": "0.5.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "cli", + "diffobj", + "fansi", + "glue", + "methods", + "rematch2", + "rlang", + "tibble" + ], + "Hash": "2c993415154cdb94649d99ae138ff5e5" + }, + "whisker": { + "Package": "whisker", + "Version": "0.4.1", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "c6abfa47a46d281a7d5159d0a8891e88" }, "withr": { "Package": "withr", "Version": "2.5.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "c0e49a9760983e81e55cdd9be92e7182", - "Requirements": [] + "Requirements": [ + "R", + "grDevices", + "graphics", + "stats" + ], + "Hash": "c0e49a9760983e81e55cdd9be92e7182" }, "wk": { "Package": "wk", - "Version": "0.6.0", + "Version": "0.7.3", "Source": "Repository", "Repository": "CRAN", - "Hash": "d6bc0432436a0aefbf29d5de8588b876", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "68a7ab6ec1afb5f076172b983c069313" }, "xfun": { "Package": "xfun", - "Version": "0.33", + "Version": "0.39", "Source": "Repository", "Repository": "CRAN", - "Hash": "1a666f915cd65072f4ccf5b2888d5d39", - "Requirements": [] + "Requirements": [ + "stats", + "tools" + ], + "Hash": "8f56e9acb54fb525e66464d57ab58bcb" }, "xml2": { "Package": "xml2", - "Version": "1.3.3", + "Version": "1.3.4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "methods" + ], + "Hash": "7dc765ac9b909487326a7d471fdd3821" + }, + "xmlparsedata": { + "Package": "xmlparsedata", + "Version": "1.0.5", "Source": "Repository", "Repository": "CRAN", - "Hash": "40682ed6a969ea5abfd351eb67833adc", - "Requirements": [] + "Requirements": [ + "R" + ], + "Hash": "45e4bf3c46476896e821fc0a408fb4fc" + }, + "xopen": { + "Package": "xopen", + "Version": "1.0.0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "processx" + ], + "Hash": "6c85f015dee9cc7710ddd20f86881f58" + }, + "xtable": { + "Package": "xtable", + "Version": "1.8-4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "stats", + "utils" + ], + "Hash": "b8acdf8af494d9ec19ccb2481a9b11c2" }, "yaml": { "Package": "yaml", - "Version": "2.3.5", + "Version": "2.3.7", "Source": "Repository", "Repository": "CRAN", - "Hash": "458bb38374d73bf83b1bb85e353da200", - "Requirements": [] + "Hash": "0d0056cc5383fbc240ccd0cb584bf436" }, "zen4R": { "Package": "zen4R", - "Version": "0.7", + "Version": "0.9", "Source": "Repository", - "Repository": "CRAN", - "Hash": "ca2aac63f392bb5c5c8dffe5511019f8", + "Repository": "https://inbo.r-universe.dev", + "RemoteUrl": "https://github.com/eblondel/zen4R", + "RemoteRef": "HEAD", + "RemoteSha": "41c14a9b602dd5eebb514f48829b0d747581dd1c", "Requirements": [ + "R", "R6", "XML", "atom4R", "httr", "jsonlite", "keyring", + "methods", + "tools", "xml2" - ] + ], + "Hash": "0875c573b2aaeb46a2189981ddd0e435" }, "zip": { "Package": "zip", - "Version": "2.2.1", + "Version": "2.3.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "a7e91189fa51d9029a30eba3831ce53f", - "Requirements": [] + "Hash": "d98c94dacb7e0efcf83b0a133a705504" } } } diff --git a/renv/activate.R b/renv/activate.R index 019b5a6..a8fdc32 100644 --- a/renv/activate.R +++ b/renv/activate.R @@ -2,7 +2,7 @@ local({ # the requested version of renv - version <- "0.16.0" + version <- "0.17.3" # the project directory project <- getwd() @@ -63,6 +63,10 @@ local({ if (is.environment(x) || length(x)) x else y } + `%??%` <- function(x, y) { + if (is.null(x)) y else x + } + bootstrap <- function(version, library) { # attempt to download renv @@ -83,28 +87,39 @@ local({ renv_bootstrap_repos <- function() { + # get CRAN repository + cran <- getOption("renv.repos.cran", "https://cloud.r-project.org") + # check for repos override repos <- Sys.getenv("RENV_CONFIG_REPOS_OVERRIDE", unset = NA) - if (!is.na(repos)) + if (!is.na(repos)) { + + # check for RSPM; if set, use a fallback repository for renv + rspm <- Sys.getenv("RSPM", unset = NA) + if (identical(rspm, repos)) + repos <- c(RSPM = rspm, CRAN = cran) + return(repos) + } + # check for lockfile repositories repos <- tryCatch(renv_bootstrap_repos_lockfile(), error = identity) if (!inherits(repos, "error") && length(repos)) return(repos) # if we're testing, re-use the test repositories - if (renv_bootstrap_tests_running()) - return(getOption("renv.tests.repos")) + if (renv_bootstrap_tests_running()) { + repos <- getOption("renv.tests.repos") + if (!is.null(repos)) + return(repos) + } # retrieve current repos repos <- getOption("repos") # ensure @CRAN@ entries are resolved - repos[repos == "@CRAN@"] <- getOption( - "renv.repos.cran", - "https://cloud.r-project.org" - ) + repos[repos == "@CRAN@"] <- cran # add in renv.bootstrap.repos if set default <- c(FALLBACK = "https://cloud.r-project.org") @@ -344,8 +359,7 @@ local({ return() # allow directories - info <- file.info(tarball, extra_cols = FALSE) - if (identical(info$isdir, TRUE)) { + if (dir.exists(tarball)) { name <- sprintf("renv_%s.tar.gz", version) tarball <- file.path(tarball, name) } @@ -659,8 +673,8 @@ local({ if (version == loadedversion) return(TRUE) - # assume four-component versions are from GitHub; three-component - # versions are from CRAN + # assume four-component versions are from GitHub; + # three-component versions are from CRAN components <- strsplit(loadedversion, "[.-]")[[1]] remote <- if (length(components) == 4L) paste("rstudio/renv", loadedversion, sep = "@") @@ -700,6 +714,12 @@ local({ # warn if the version of renv loaded does not match renv_bootstrap_validate_version(version) + # execute renv load hooks, if any + hooks <- getHook("renv::autoload") + for (hook in hooks) + if (is.function(hook)) + tryCatch(hook(), error = warning) + # load the project renv::load(project) @@ -842,11 +862,29 @@ local({ renv_json_read <- function(file = NULL, text = NULL) { + jlerr <- NULL + # if jsonlite is loaded, use that instead - if ("jsonlite" %in% loadedNamespaces()) - renv_json_read_jsonlite(file, text) + if ("jsonlite" %in% loadedNamespaces()) { + + json <- catch(renv_json_read_jsonlite(file, text)) + if (!inherits(json, "error")) + return(json) + + jlerr <- json + + } + + # otherwise, fall back to the default JSON reader + json <- catch(renv_json_read_default(file, text)) + if (!inherits(json, "error")) + return(json) + + # report an error + if (!is.null(jlerr)) + stop(jlerr) else - renv_json_read_default(file, text) + stop(json) } diff --git a/renv/settings.json b/renv/settings.json new file mode 100644 index 0000000..6238a3d --- /dev/null +++ b/renv/settings.json @@ -0,0 +1,17 @@ +{ + "bioconductor.version": null, + "external.libraries": [], + "ignored.packages": [], + "package.dependency.fields": [ + "Imports", + "Depends", + "LinkingTo" + ], + "r.version": [], + "snapshot.type": "implicit", + "use.cache": true, + "vcs.ignore.cellar": true, + "vcs.ignore.library": true, + "vcs.ignore.local": true, + "vcs.manage.ignores": true +} From 92d77121b140bedd2fb861867b83d541c6158bf4 Mon Sep 17 00:00:00 2001 From: Thierry Onkelinx Date: Mon, 15 May 2023 15:57:21 +0200 Subject: [PATCH 2/7] update report to changes in INBOmd --- source/rapport/LICENSE.md | 161 +++++++++++++++++++++++++++++++++++ source/rapport/_bookdown.yml | 6 +- source/rapport/index.Rmd | 30 +++++-- 3 files changed, 185 insertions(+), 12 deletions(-) create mode 100644 source/rapport/LICENSE.md diff --git a/source/rapport/LICENSE.md b/source/rapport/LICENSE.md new file mode 100644 index 0000000..7e5a52a --- /dev/null +++ b/source/rapport/LICENSE.md @@ -0,0 +1,161 @@ +## creative commons + +# Attribution 4.0 International + +Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. + +### Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. + +* __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors). + +* __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees). + +## Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +### Section 1 – Definitions. + +a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + +b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + +c. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + +d. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + +e. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + +f. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + +g. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + +h. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License. + +i. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + +j. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + +k. __You__ means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +### Section 2 – Scope. + +a. ___License grant.___ + + 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + + A. reproduce and Share the Licensed Material, in whole or in part; and + + B. produce, reproduce, and Share Adapted Material. + + 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + + 3. __Term.__ The term of this Public License is specified in Section 6(a). + + 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + + 5. __Downstream recipients.__ + + A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + + B. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + + 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + +b. ___Other rights.___ + + 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this Public License. + + 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +### Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + +a. ___Attribution.___ + + 1. If You Share the Licensed Material (including in modified form), You must: + + A. retain the following if it is supplied by the Licensor with the Licensed Material: + + i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of warranties; + + v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + + B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + + C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + + 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. + +### Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + +a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + +b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and + +c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +### Section 5 – Disclaimer of Warranties and Limitation of Liability. + +a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__ + +b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__ + +c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +### Section 6 – Term and Termination. + +a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + +b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + +c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + +d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +### Section 7 – Other Terms and Conditions. + +a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + +b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +### Section 8 – Interpretation. + +a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + +b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + +c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + +d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +``` +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at [creativecommons.org](http://creativecommons.org/). +``` diff --git a/source/rapport/_bookdown.yml b/source/rapport/_bookdown.yml index 331958d..afe1247 100644 --- a/source/rapport/_bookdown.yml +++ b/source/rapport/_bookdown.yml @@ -1,6 +1,6 @@ book_filename: "steekproefkader.Rmd" -output_dir: "../output" -delete_merged_file: FALSE +output_dir: "../../output" +delete_merged_file: TRUE language: label: fig: 'Figuur ' @@ -14,4 +14,4 @@ language: ex: 'Voorbeeld ' proof: 'Bewijs. ' remark: 'Opmerking. ' -edit: https://github.com/inbo/patrijs-steekproefkader/edit/main/rapport/%s +edit: https://github.com/inbo/patrijs-steekproefkader/edit/main/source/rapport/%s diff --git a/source/rapport/index.Rmd b/source/rapport/index.Rmd index 65e488e..b0608d8 100644 --- a/source/rapport/index.Rmd +++ b/source/rapport/index.Rmd @@ -2,29 +2,39 @@ # generic options. See ?INBOmd::report() for full list and more details. title: Afbakening van de open ruimte voor patrijs in functie van de jachtreglementering author: - - firstname: Thierry - name: Onkelinx + - name: + given: Thierry + family: Onkelinx email: "thierry.onkelinx@inbo.be" orcid: 0000-0002-1825-0097 - - firstname: Raïsa - name: Carmen + affiliation: Research Institute for Nature and Forest (INBO) + corresponding: true + - name: + given: Raïsa + family: Carmen email: "raisa.carmen@inbo.be" orcid: 0000-0003-1025-8702 + affiliation: Research Institute for Nature and Forest (INBO) style: Vlaanderen lang: nl reviewer: - - firstname: Thomas - name: Scheppers + - name: + given: Thomas + family: Scheppers email: "thomas.scheppers@inbo.be" orcid: 0000-0002-5098-9326 + affiliation: Research Institute for Nature and Forest (INBO) year: 2022 reportnr: 2 depotnr: D/2022/3241/023 doi: 10.21436/inbor.70809860 +funder: Research Institute for Nature and Forest (INBO) +rightsholder: Research Institute for Nature and Forest (INBO) +community: inbo +keywords: partridge; OpenStreetMap; reproducible research # report specific options. See ?INBOmd::report() for full list and more details. -shortauthor: Onkelinx, T. & Carmen, R. corresponding: thierry.onkelinx@inbo.be cover_photo: https://img5.vildaphoto.net/asset/l/117545.jpg cover_description: Roepende patrijs in maïsveld. © Yves Adams @@ -57,7 +67,7 @@ output: bookdown::dontrun: default --- -# Samenvatting {-} +# Samenvatting {.unnumbered} **Waarom een open-ruimte-kaart?** @@ -80,7 +90,7 @@ Hoewel deze versie in 2020 gepubliceerd werd, wil dat niet zeggen dat alle infor In de praktijk bleek zowat driekwart van de gegevens ouder dan 2007. Vandaar dat we op zoek gaan naar een betere bron. -**Een _open_ open-ruimte-kaart** +**Een *open* open-ruimte-kaart** Na het afwegen van een aantal mogelijkheden, kozen we [OpenStreetMap](https://www.openstreetmap.org) als nieuwe bronkaart. Net zoals alle andere kandidaten is deze kaart niet perfect, maar wel goed genoeg om te gebruiken. @@ -102,6 +112,7 @@ In dit rapport beschrijven we hoe we de informatie van OpenStreetMap omzetten na De omzetting hebben we als een computerprogramma uitgewerkt. We publiceren dit computerprogramma samen met de open-ruimte-kaart en de gebruikte bronkaarten (OpenStreetMap en grenzen jachtgebieden). Op die manier kan iedereen de gebruikte regels (laten) nakijken of zelf uitvoeren. + ```{r setup, include = FALSE} library(knitr) opts_chunk$set( @@ -137,4 +148,5 @@ if (interactive()) { } ) } +conflicted::conflicts_prefer(dplyr::filter) ``` From 28d1960e10213f5871113eda644074a8758c352f Mon Sep 17 00:00:00 2001 From: Jerry Johnson Date: Mon, 15 May 2023 16:21:14 +0200 Subject: [PATCH 3/7] update checklist --- .github/workflows/check_project.yml | 17 +++++++++++++++++ .gitignore | 12 ++++++++++++ .zenodo.json | 2 +- CITATION.cff | 2 +- checklist.yml | 6 ++---- inst/en_gb.dic | 10 ++++++++++ inst/nl_be.dic | 15 +++++++++++++++ source/checklist.R | 2 ++ 8 files changed, 60 insertions(+), 6 deletions(-) create mode 100755 .github/workflows/check_project.yml create mode 100644 inst/en_gb.dic create mode 100644 inst/nl_be.dic create mode 100755 source/checklist.R diff --git a/.github/workflows/check_project.yml b/.github/workflows/check_project.yml new file mode 100755 index 0000000..80fabe3 --- /dev/null +++ b/.github/workflows/check_project.yml @@ -0,0 +1,17 @@ +on: + push: + branches-ignore: + - gh-pages + +name: check-project + +jobs: + check-src: + runs-on: ubuntu-latest + name: "check project with checklist" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + permissions: + contents: read + steps: + - uses: inbo/actions/check_project@main diff --git a/.gitignore b/.gitignore index 7ea26a2..650d3c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,18 @@ +*.dbf +*.doc* +*.gddoc +*.gdsheet *.gpkg *.gpkg-shm *.gpkg-wal *.html +*.mdb *.pbf +*.shp* +*.shx +*.xls* *.zip +*_files .DS_Store .RData .Rhistory @@ -13,5 +22,8 @@ cover.txt data/* docs +libs open_ruimte/* +output output/* +renv/library diff --git a/.zenodo.json b/.zenodo.json index 99b5156..0a4b91b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,4 +1,5 @@ { + "access_right": "open", "title": "Sampling frame for partridge (Perdrix perdrix) in Flanders", "version": "2023.1", "description": "

Since 2008, partridge hunting in Flanders has been subject to a\nnumber of conditions. The first condition states compliance with an\naverage density of at least 3 breeding pairs per 100 ha of open space.\nThe Research Institute for Nature and Forest (INBO<\/a>) is responsible for\nthe calculation of these densities and advises the Agency for Nature and\nForests (ANB<\/a>) on this.<\/p>\n

This repository contains the source code to generate the layer with\nopen space within hunting grounds<\/a> in\nFlanders. The selection is based on relevant categories of the OpenStreetMap<\/a> information.<\/p>\n

We aim to make the layer reproducible by making the code publicly\navailable under an open source license. The code itself requires only\nfreeware open source software (R<\/a> and QGIS<\/a>). The OpenStreetMap database updates\ncontinuously. Rerunning the code on the current database might yield a\ndifferent layer. Therefore we also republish the snapshot<\/a> of the\nOpenStreetMap data we used. When we need to update the open space layer,\nwe will add an updated snapshot as a new version. Having both the code\nand the data available under version control, allows to recreate both\nthe most recent version as any older version.<\/p>", @@ -34,7 +35,6 @@ "orcid": "0000-0003-1025-8702" } ], - "access_right": "open", "communities": [ { "identifier": "inbo" diff --git a/CITATION.cff b/CITATION.cff index 9cab30d..0f73500 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,7 +21,7 @@ contact: orcid: 0000-0001-8804-4216 doi: 10.5281/zenodo.5814813 license: CC-BY-4.0 -repository-code: https://github.com/inbo/patrijs-steekproefkader +repository-code: https://github.com/inbo/patrijs-steekproefkader/ type: software abstract: |- Since 2008, partridge hunting in Flanders has been subject to a number of conditions. diff --git a/checklist.yml b/checklist.yml index 4ad3d98..1c724c5 100644 --- a/checklist.yml +++ b/checklist.yml @@ -7,6 +7,7 @@ required: - CITATION - checklist - filename conventions +- folder conventions - license - lintr - spelling @@ -15,13 +16,10 @@ spelling: ignore: - .github - LICENSE.md - - output - renv - - source/create_map + - source/rapport/LICENSE.md other: nl-BE: - - source/density/detectie.Rmd - - source/density/detectie2.Rmd - source/rapport/01_inleiding.Rmd - source/rapport/1_alternatief.Rmd - source/rapport/2_relevant.Rmd diff --git a/inst/en_gb.dic b/inst/en_gb.dic new file mode 100644 index 0000000..9f4b310 --- /dev/null +++ b/inst/en_gb.dic @@ -0,0 +1,10 @@ +BVM +Cartoweb +GMU +Limburg +Onkelinx +OpenStreetMap +Perdrix +QGIS +Raïsa +perdrix diff --git a/inst/nl_be.dic b/inst/nl_be.dic new file mode 100644 index 0000000..2f77716 --- /dev/null +++ b/inst/nl_be.dic @@ -0,0 +1,15 @@ +Bosonderzoek +Delaunay-triangulatie +Natuur- +OpenStreetMap-kaart +QGIS +WBE +begrenzingsvak +compactheidscore +landsgebruikskaart +open-ruimte-kaart +perceelsaangifte +telblok +telblokken +telprotocol +voorjaarsstand diff --git a/source/checklist.R b/source/checklist.R new file mode 100755 index 0000000..9125f17 --- /dev/null +++ b/source/checklist.R @@ -0,0 +1,2 @@ +library(checklist) +check_project() From a192d9ad56af878a4cf753c2dd644e8b862e2b8d Mon Sep 17 00:00:00 2001 From: Jerry Johnson Date: Mon, 15 May 2023 17:24:26 +0200 Subject: [PATCH 4/7] move media to media folder --- source/rapport/1_alternatief.Rmd | 22 ++++++++---------- source/rapport/index.Rmd | 4 ++-- source/rapport/{ => media}/anb.jpg | Bin source/rapport/{ => media}/cover.pdf | Bin source/rapport/{ => media}/cover.png | Bin .../{ => media}/groenkaart-legende.png | Bin .../rapport/{ => media}/landbouw-legende.png | Bin .../{ => media}/landgebruik-legende.png | Bin 8 files changed, 12 insertions(+), 14 deletions(-) rename source/rapport/{ => media}/anb.jpg (100%) rename source/rapport/{ => media}/cover.pdf (100%) rename source/rapport/{ => media}/cover.png (100%) rename source/rapport/{ => media}/groenkaart-legende.png (100%) rename source/rapport/{ => media}/landbouw-legende.png (100%) rename source/rapport/{ => media}/landgebruik-legende.png (100%) diff --git a/source/rapport/1_alternatief.Rmd b/source/rapport/1_alternatief.Rmd index 0c91837..617b778 100644 --- a/source/rapport/1_alternatief.Rmd +++ b/source/rapport/1_alternatief.Rmd @@ -61,7 +61,7 @@ basis %>% ## Groenkaart {#s:groenkaart} -Bron: https://www.geopunt.be/catalogus/datasetfolder/2c64ca0c-5053-4a66-afac-24d69b1a09e7 +Bron: De meest recente versie geeft het landgebruik voor 2018 weer. In principe zal men de kaart elke drie jaar vernieuwen. @@ -103,12 +103,12 @@ basis %>% ``` ```{r groenkaart-legende, fig.cap = "Legende van de groenkaart."} -include_graphics("groenkaart-legende.png") +include_graphics("media/groenkaart-legende.png") ``` ## Landgebruik {#s:landgebruik} -Bron: https://www.geopunt.be/catalogus/datasetfolder/fe979929-a2b5-4353-94c5-608c4b109dc6 +Bron: De meest recente versie geeft het landgebruik voor 2019 weer. In principe zal men de kaart elke drie jaar vernieuwen. @@ -148,12 +148,12 @@ basis %>% ``` ```{r landgebruik-legende, fig.cap = "Legende van de landgebruikkaart."} -include_graphics("landgebruik-legende.png") +include_graphics("media/landgebruik-legende.png") ``` ## Landbouwgebruikspercelen {#s:landbouw} -Bron: https://www.geopunt.be/catalogus/datasetfolder/13cc8a4e-7292-4cb8-afc7-6e07d052b01a +Bron: De meest recente versie geeft de situatie van 2020 weer. In principe zal men de kaart jaarlijks vernieuwen. @@ -194,12 +194,12 @@ basis %>% ``` ```{r landbouw-legende, fig.cap = "Legende van de gewasgroepen van de landbouwgebruikspercelenkaart."} -include_graphics("landbouw-legende.png") +include_graphics("media/landbouw-legende.png") ``` ## OpenStreetMap {#s:osm} -Bron: https://www.openstreetmap.org +Bron: OpenStreetMap is een kaart waar wereldwijd vrijwilligers aan bijdragen. Het updaten van de kaart hangt bijgevolg af van de vrijwilligers. @@ -209,15 +209,14 @@ Ze bieden de informatie tevens aan als verschillende kant en klaar [online kaart De kaart is beschikbaar onder de [`Open Database License`](https://wiki.openstreetmap.org/wiki/NL:Open_Database_License). Elke polygoon bevat informatie in een gestandaardiseerd formaat. -Naast landgebruik kan er informatie zijn over gebouwen, administratieve gebieden, ... -We kunnen de open ruimte definiëren aan de hand van de polygonen die voldoen aan een goed gekozen set van kenmerken. +Naast landgebruik kan er informatie zijn over gebouwen, administratieve gebieden, ... We kunnen de open ruimte definiëren aan de hand van de polygonen die voldoen aan een goed gekozen set van kenmerken. Grosso modo is de actuele kwaliteit van deze kaart behoorlijk goed. Ze is niet perfect. Deels omdat ze op sommige plaatsen verouderd is. Deels omdat vrijwilligers zich soms vergissen van landgebruiksklasse of een gebied niet (helemaal) ingetekend hebben. -(ref:osm) Voorbeeld van OpenStreetMap. De legende is beschikbaar via https://wiki.openstreetmap.org/wiki/AreasTab. +(ref:osm) Voorbeeld van OpenStreetMap. De legende is beschikbaar via . ```{r osm, fig.cap = "(ref:osm)"} basis %>% @@ -229,7 +228,6 @@ basis %>% hideGroup("jachtterreinen") ``` - # Keuze van de basiskaartlaag Geen enkele van de kaarten uit het vorige hoofdstuk is de perfecte oplossing waar we naar op zoek zijn. @@ -255,7 +253,7 @@ En zo houden we bij het bepalen van de gemiddelde dichtheid van patrijs in de WB In het volgende hoofdstuk beschrijven we welke selecties we uitvoeren op basis van OpenStreetMap om de open-ruimte-kaart aan te maken. Iedereen kan op basis van deze regels vaststellen waarom we een bepaald perceel al dan niet als open ruimte indelen. -De eigenschappen van een polygoon kan je op https://www.openstreetmap.org eenvoudig opvragen via "Nabije objecten opvragen". +De eigenschappen van een polygoon kan je op eenvoudig opvragen via "Nabije objecten opvragen". Hiervoor selecteer je rechts de tool die als icoon een pijltje met vraagteken heeft. De cursor verandert dan in een vraagteken met pijl naar beneden. Daarmee klik je in het gebied waarvan je de informatie wenst op te vragen. diff --git a/source/rapport/index.Rmd b/source/rapport/index.Rmd index b0608d8..381e991 100644 --- a/source/rapport/index.Rmd +++ b/source/rapport/index.Rmd @@ -38,14 +38,14 @@ keywords: partridge; OpenStreetMap; reproducible research corresponding: thierry.onkelinx@inbo.be cover_photo: https://img5.vildaphoto.net/asset/l/117545.jpg cover_description: Roepende patrijs in maïsveld. © Yves Adams -cover: cover.pdf +cover: media/cover.pdf cooperation: - Agentschap voor Natuur en Bos - VAC Brussel - Herman Teirlinck - Havenlaan 88 bus 75 - 1000 Brussel - https://natuurenbos.be -cooperation_logo: anb.jpg +cooperation_logo: media/anb.jpg # pdf report specific options. See ?INBOmd::report() for full list and more details. diff --git a/source/rapport/anb.jpg b/source/rapport/media/anb.jpg similarity index 100% rename from source/rapport/anb.jpg rename to source/rapport/media/anb.jpg diff --git a/source/rapport/cover.pdf b/source/rapport/media/cover.pdf similarity index 100% rename from source/rapport/cover.pdf rename to source/rapport/media/cover.pdf diff --git a/source/rapport/cover.png b/source/rapport/media/cover.png similarity index 100% rename from source/rapport/cover.png rename to source/rapport/media/cover.png diff --git a/source/rapport/groenkaart-legende.png b/source/rapport/media/groenkaart-legende.png similarity index 100% rename from source/rapport/groenkaart-legende.png rename to source/rapport/media/groenkaart-legende.png diff --git a/source/rapport/landbouw-legende.png b/source/rapport/media/landbouw-legende.png similarity index 100% rename from source/rapport/landbouw-legende.png rename to source/rapport/media/landbouw-legende.png diff --git a/source/rapport/landgebruik-legende.png b/source/rapport/media/landgebruik-legende.png similarity index 100% rename from source/rapport/landgebruik-legende.png rename to source/rapport/media/landgebruik-legende.png From 825ad29bf23deda92c362a5e10810e0c4ee4df59 Mon Sep 17 00:00:00 2001 From: Thierry Onkelinx Date: Tue, 23 May 2023 16:33:19 +0200 Subject: [PATCH 5/7] update OSM data --- data/downloads/checksum.csv | 2 +- data/downloads/checksum.yml | 2 +- source/create_map/download.R | 48 ++++++++++++++++++------------------ 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/data/downloads/checksum.csv b/data/downloads/checksum.csv index 092567b..92aa0d8 100644 --- a/data/downloads/checksum.csv +++ b/data/downloads/checksum.csv @@ -1,5 +1,5 @@ file,sha512 -geofabrik_belgium-latest.osm.pbf,c97842519b455fe399a854361d363d6d656a66fb745b498a1535d8c7a44481ea194c6f2ee4344aeb93fb7c5dceb4a309a389d168d94c40ff42a715352f4ec46c +geofabrik_belgium-latest.osm.pbf,bd685b823d12ae1322a17b7f56ef566bd3ae37966b2a814137bee11894076ae3541813e01f83e312a09ee402cf74faf30202c94fc5a3f7c69110a12aeb949807 jacht.zip,e948916e507ce4b4b66b328e7ad8ae72f74304da141e01421119d16de5a84c4f3d96191b900ddf6641a05eddb88c9c80302ea49fc6cad8388f1e0891149a6f6a jachtter.dbf,4038b72b47495333b83b36b8542b8e89f3b20d450bb5620032d2643d4d537b2840d8d67ec98e63ee4619ccc90b9a2aae4449aa1434a883b8e95fb38a61ce2c35 jachtter.prj,ee7b429567697bd7f4121c69aeb3d345a9176be5206f339b5902c755a567cdf78706326706ad682cd80fe167726cbfe9ecc12a746681bbeeada5226426d2aaf2 diff --git a/data/downloads/checksum.yml b/data/downloads/checksum.yml index 6c0f3a9..bc63b1e 100644 --- a/data/downloads/checksum.yml +++ b/data/downloads/checksum.yml @@ -4,7 +4,7 @@ NA string: NA sorting: file hash: 4357f869729f2486f31b410815b8dbd8fa089baf - data_hash: c13513f7b776d7fa1199faa6f621a24b0153fde2 + data_hash: 1c6612a0dd5ead667de79a73736f6c3a1fd96054 file: class: character sha512: diff --git a/source/create_map/download.R b/source/create_map/download.R index b8620f2..27151d5 100644 --- a/source/create_map/download.R +++ b/source/create_map/download.R @@ -14,10 +14,10 @@ dir.create(dl, showWarnings = FALSE) if (file_test("-f", here(dl, "jachtter.shp"))) { relevant <- paste0("jachtter", c(".dbf", ".prj", ".shp", ".shx")) hashes <- read_vc("checksum", dl) - map(here(dl, relevant), file) %>% - map(sha512) %>% + map(here(dl, relevant), file) |> + map(sha512) |> map_chr(as.character) -> hash - data.frame(file = relevant, check = hash) %>% + data.frame(file = relevant, check = hash) |> inner_join(hashes, by = "file") -> to_test stopifnot( "Hash mismatch" = nrow(to_test) == length(relevant), @@ -27,12 +27,12 @@ if (file_test("-f", here(dl, "jachtter.shp"))) { } else { target <- "jacht.zip" if (!file_test("-f", here(dl, target))) { - download_zenodo(doi = "7190764", path = dl) + download_zenodo(doi = "10.5281/zenodo.7190764", path = dl, timeout = 600) } - here(dl, target) %>% - file() %>% - sha512() %>% - as.character() %>% + here(dl, target) |> + file() |> + sha512() |> + as.character() |> unclass() -> hash if (file_test("-f", here(dl, "checksum.csv"))) { hashes <- read_vc("checksum", dl) @@ -53,10 +53,10 @@ if (file_test("-f", here(dl, "jachtter.shp"))) { files = file.path("Shapefile", relevant), setTimes = TRUE, exdir = dl ) file.rename(here(dl, relevant), here(dl, tolower(relevant))) - map(here(dl, tolower(relevant)), file) %>% - map(sha512) %>% + map(here(dl, tolower(relevant)), file) |> + map(sha512) |> map_chr(as.character) -> hash - data.frame(file = tolower(relevant), check = hash) %>% + data.frame(file = tolower(relevant), check = hash) |> inner_join(hashes, by = "file") -> to_test stopifnot( "Hash of downloaded file doesn't match the stored hash" = all( @@ -64,31 +64,31 @@ if (file_test("-f", here(dl, "jachtter.shp"))) { all(to_test$check == to_test$sha512) ) ) - data.frame(file = tolower(relevant), check = hash) %>% - anti_join(hashes, by = "file") %>% - bind_rows(hashes) %>% - write_vc("checksum", root = dl, optimized = FALSE) + data.frame(file = tolower(relevant), sha512 = hash) |> + anti_join(hashes, by = "file") |> + bind_rows(hashes) |> + write_vc("checksum", root = dl, optimize = FALSE) } # OpenStreetMap target <- "geofabrik_belgium-latest.osm.pbf" hashes <- read_vc("checksum", dl) if (file_test("-f", here(dl, target))) { - here(dl, target) %>% - file() %>% - sha512() %>% - as.character() %>% + here(dl, target) |> + file() |> + sha512() |> + as.character() |> unclass() -> hash stopifnot( "Hash of downloaded file doesn't match the stored hash" = hash == hashes$sha512[hashes$file == target] ) } else { - download_zenodo(doi = "6628312", path = dl) - here(dl, target) %>% - file() %>% - sha512() %>% - as.character() %>% + download_zenodo(doi = "10.5281/zenodo.7962764", path = dl, timeout = 600) + here(dl, target) |> + file() |> + sha512() |> + as.character() |> unclass() -> hash if (any(hashes$file == target)) { stopifnot( From 9dfef17501f0d4a607a94e01e718c825102f1687 Mon Sep 17 00:00:00 2001 From: Thierry Onkelinx Date: Mon, 26 Jun 2023 16:42:03 +0200 Subject: [PATCH 6/7] upload open area map --- source/zenodo/update_open_area.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/zenodo/update_open_area.R b/source/zenodo/update_open_area.R index 357c908..4cd5b8a 100644 --- a/source/zenodo/update_open_area.R +++ b/source/zenodo/update_open_area.R @@ -21,7 +21,7 @@ here("data", "open_area") |> record = myrec, delete_latest_files = TRUE, publish = FALSE ) -> myrec myrec$setPublicationDate(Sys.Date()) -myrec$setVersion("2023.01") +myrec$setVersion("2023.02") myrec <- zenodo$depositRecord(myrec, publish = TRUE) myrec <- zenodo$getDepositionById("5814901") @@ -33,5 +33,5 @@ here("data", "sampling") |> record = myrec, delete_latest_files = TRUE, publish = FALSE ) -> myrec myrec$setPublicationDate(Sys.Date()) -myrec$setVersion("2023.01") +myrec$setVersion("2023.02") myrec <- zenodo$depositRecord(myrec, publish = TRUE) From e271ecd696d1cbaf94365ff6c228112dd210b0d1 Mon Sep 17 00:00:00 2001 From: Thierry Onkelinx Date: Tue, 27 Jun 2023 07:44:05 +0200 Subject: [PATCH 7/7] update checklist --- .zenodo.json | 2 +- README.md | 2 +- renv.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 0a4b91b..c03d25a 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -19,7 +19,7 @@ "type": "ContactPerson" }, { - "name": "Research Institute for Nature and Forest", + "name": "Research Institute for Nature and Forest (INBO)", "type": "RightsHolder" } ], diff --git a/README.md b/README.md index 239acde..ceae42e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [Onkelinx, Thierry![ORCID logo](https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png)](https://orcid.org/0000-0001-8804-4216)[^aut][^cre][^INBO]; [Carmen, Raïsa![ORCID logo](https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png)](https://orcid.org/0000-0003-1025-8702)[^aut][^INBO]; -Research Institute for Nature and Forest[^cph][^fnd] +Research Institute for Nature and Forest (INBO)[^cph][^fnd] [^aut]: author [^cre]: contact person diff --git a/renv.lock b/renv.lock index 6457f80..301c067 100644 --- a/renv.lock +++ b/renv.lock @@ -379,12 +379,12 @@ }, "checklist": { "Package": "checklist", - "Version": "0.3.2", + "Version": "0.3.4", "Source": "Repository", "Repository": "https://inbo.r-universe.dev", "RemoteUrl": "https://github.com/inbo/checklist", "RemoteRef": "HEAD", - "RemoteSha": "a475267f230ce10ee6495cb111d0191252d718db", + "RemoteSha": "cef05b1b54177c3eb4a37b13249b2d0ca3104b14", "Requirements": [ "R", "R6", @@ -408,7 +408,7 @@ "withr", "yaml" ], - "Hash": "305d69a7a519c2e7771fe429030f3151" + "Hash": "109dedf745343e3b29f063fc84aec5e4" }, "class": { "Package": "class",