minor steps
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-12 18:27:46 +01:00
commit efc3f8acc3
No known key found for this signature in database
23 changed files with 1467 additions and 644 deletions

249
renv.lock
View file

@ -167,6 +167,25 @@
"Maintainer": "Coen Bernaards <cab.gparotation@gmail.com>",
"Repository": "CRAN"
},
"GenSA": {
"Package": "GenSA",
"Version": "1.1.14.1",
"Source": "Repository",
"Type": "Package",
"Title": "R Functions for Generalized Simulated Annealing",
"Date": "2024-01-22",
"Author": "Sylvain Gubian, Yang Xiang, Brian Suomela, Julia Hoeng, PMP SA.",
"Maintainer": "Sylvain Gubian <DL.RSupport@pmi.com>",
"Depends": [
"R (>= 2.12.0)"
],
"Description": "Performs search for global minimum of a very complex non-linear objective function with a very large number of optima.",
"License": "GPL-2",
"LazyLoad": "yes",
"NeedsCompilation": "yes",
"Repository": "CRAN",
"RoxygenNote": "7.2.3"
},
"Hmisc": {
"Package": "Hmisc",
"Version": "5.2-2",
@ -653,6 +672,44 @@
"Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
"Repository": "CRAN"
},
"RcppArmadillo": {
"Package": "RcppArmadillo",
"Version": "14.2.3-1",
"Source": "Repository",
"Type": "Package",
"Title": "'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library",
"Date": "2025-02-05",
"Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Romain\", \"Francois\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"Doug\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"Binxiang\", \"Ni\", role = \"aut\"), person(\"Conrad\", \"Sanderson\", role = \"aut\", comment = c(ORCID = \"0000-0002-0049-4501\")))",
"Description": "'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the header files from the templated 'Armadillo' library. Thus users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed under Apache License 2; previous releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.",
"License": "GPL (>= 2)",
"LazyLoad": "yes",
"Depends": [
"R (>= 3.3.0)"
],
"LinkingTo": [
"Rcpp"
],
"Imports": [
"Rcpp (>= 1.0.12)",
"stats",
"utils",
"methods"
],
"Suggests": [
"tinytest",
"Matrix (>= 1.3.0)",
"pkgKitten",
"reticulate",
"slam"
],
"URL": "https://github.com/RcppCore/RcppArmadillo, https://dirk.eddelbuettel.com/code/rcpp.armadillo.html",
"BugReports": "https://github.com/RcppCore/RcppArmadillo/issues",
"RoxygenNote": "6.0.1",
"NeedsCompilation": "yes",
"Author": "Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>), Romain Francois [aut] (<https://orcid.org/0000-0002-2444-4226>), Doug Bates [aut] (<https://orcid.org/0000-0001-8316-9503>), Binxiang Ni [aut], Conrad Sanderson [aut] (<https://orcid.org/0000-0002-0049-4501>)",
"Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
"Repository": "CRAN"
},
"RcppEigen": {
"Package": "RcppEigen",
"Version": "0.3.4.0.2",
@ -2839,6 +2896,54 @@
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
"Repository": "CRAN"
},
"eulerr": {
"Package": "eulerr",
"Version": "7.0.2",
"Source": "Repository",
"Title": "Area-Proportional Euler and Venn Diagrams with Ellipses",
"Authors@R": "c(person(\"Johan\", \"Larsson\", email = \"johanlarsson@outlook.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4029-5945\")), person(\"A. Jonathan R.\", \"Godfrey\", role = \"ctb\"), person(\"Peter\", \"Gustafsson\", role = \"ctb\"), person(\"David H.\", \"Eberly\", role = \"ctb\", comment = \"geometric algorithms\"), person(\"Emanuel\", \"Huber\", role = \"ctb\", comment = \"root solver code\"), person(\"Florian\", \"Privé\", role = \"ctb\"))",
"Description": "Generate area-proportional Euler diagrams using numerical optimization. An Euler diagram is a generalization of a Venn diagram, relaxing the criterion that all interactions need to be represented. Diagrams may be fit with ellipses and circles via a wide range of inputs and can be visualized in numerous ways.",
"Depends": [
"R (>= 3.3.0)"
],
"Imports": [
"GenSA",
"graphics",
"grDevices",
"grid",
"polyclip",
"polylabelr",
"Rcpp",
"stats",
"utils"
],
"Suggests": [
"covr",
"knitr",
"lattice",
"pBrackets",
"RConics",
"rmarkdown",
"testthat",
"spelling"
],
"LinkingTo": [
"Rcpp (>= 0.12.12)",
"RcppArmadillo (>= 0.7.600.1.0)"
],
"License": "GPL-3",
"Encoding": "UTF-8",
"LazyData": "true",
"VignetteBuilder": "knitr",
"URL": "https://github.com/jolars/eulerr, https://jolars.github.io/eulerr/",
"BugReports": "https://github.com/jolars/eulerr/issues",
"RoxygenNote": "7.2.3",
"Language": "en-US",
"NeedsCompilation": "yes",
"Author": "Johan Larsson [aut, cre] (<https://orcid.org/0000-0002-4029-5945>), A. Jonathan R. Godfrey [ctb], Peter Gustafsson [ctb], David H. Eberly [ctb] (geometric algorithms), Emanuel Huber [ctb] (root solver code), Florian Privé [ctb]",
"Maintainer": "Johan Larsson <johanlarsson@outlook.com>",
"Repository": "CRAN"
},
"evaluate": {
"Package": "evaluate",
"Version": "1.0.3",
@ -3686,6 +3791,61 @@
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Frederik Aust [ctb] (<https://orcid.org/0000-0003-4900-788X>), Sam Crawley [ctb] (<https://orcid.org/0000-0002-7847-0411>), Mattan S. Ben-Shachar [ctb] (<https://orcid.org/0000-0002-4287-4801>), Sean C. Anderson [ctb] (<https://orcid.org/0000-0001-9563-1937>)",
"Repository": "CRAN"
},
"ggforce": {
"Package": "ggforce",
"Version": "0.4.2",
"Source": "Repository",
"Type": "Package",
"Title": "Accelerating 'ggplot2'",
"Authors@R": "c(person(given = \"Thomas Lin\", family = \"Pedersen\", role = c(\"cre\", \"aut\"), email = \"thomasp85@gmail.com\", comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"RStudio\", role = \"cph\"))",
"Maintainer": "Thomas Lin Pedersen <thomasp85@gmail.com>",
"Description": "The aim of 'ggplot2' is to aid in visual data investigations. This focus has led to a lack of facilities for composing specialised plots. 'ggforce' aims to be a collection of mainly new stats and geoms that fills this gap. All additional functionality is aimed to come through the official extension system so using 'ggforce' should be a stable experience.",
"URL": "https://ggforce.data-imaginist.com, https://github.com/thomasp85/ggforce",
"BugReports": "https://github.com/thomasp85/ggforce/issues",
"License": "MIT + file LICENSE",
"Encoding": "UTF-8",
"Depends": [
"ggplot2 (>= 3.3.6)",
"R (>= 3.3.0)"
],
"Imports": [
"Rcpp (>= 0.12.2)",
"grid",
"scales",
"MASS",
"tweenr (>= 0.1.5)",
"gtable",
"rlang",
"polyclip",
"stats",
"grDevices",
"tidyselect",
"withr",
"utils",
"lifecycle",
"cli",
"vctrs",
"systemfonts"
],
"LinkingTo": [
"Rcpp",
"RcppEigen"
],
"RoxygenNote": "7.3.1",
"Suggests": [
"sessioninfo",
"concaveman",
"deldir",
"latex2exp",
"reshape2",
"units (>= 0.4-6)",
"covr"
],
"Collate": "'RcppExports.R' 'aaa.R' 'shape.R' 'arc_bar.R' 'arc.R' 'autodensity.R' 'autohistogram.R' 'autopoint.R' 'bezier.R' 'bspline.R' 'bspline_closed.R' 'circle.R' 'diagonal.R' 'diagonal_wide.R' 'ellipse.R' 'errorbar.R' 'facet_grid_paginate.R' 'facet_matrix.R' 'facet_row.R' 'facet_stereo.R' 'facet_wrap_paginate.R' 'facet_zoom.R' 'ggforce-package.R' 'ggproto-classes.R' 'interpolate.R' 'labeller.R' 'link.R' 'mark_circle.R' 'mark_ellipse.R' 'mark_hull.R' 'mark_label.R' 'mark_rect.R' 'parallel_sets.R' 'position-jitternormal.R' 'position_auto.R' 'position_floatstack.R' 'regon.R' 'scale-depth.R' 'scale-unit.R' 'sina.R' 'spiro.R' 'themes.R' 'trans.R' 'trans_linear.R' 'utilities.R' 'voronoi.R' 'zzz.R'",
"NeedsCompilation": "yes",
"Author": "Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), RStudio [cph]",
"Repository": "CRAN"
},
"ggiraph": {
"Package": "ggiraph",
"Version": "0.8.12",
@ -6712,6 +6872,61 @@
"Maintainer": "Hadley Wickham <hadley@rstudio.com>",
"Repository": "CRAN"
},
"polyclip": {
"Package": "polyclip",
"Version": "1.10-7",
"Source": "Repository",
"Date": "2024-07-23",
"Title": "Polygon Clipping",
"Authors@R": "c(person(\"Angus\", \"Johnson\", role = \"aut\", comment=\"C++ original, http://www.angusj.com/delphi/clipper.php\"), person(\"Adrian\", \"Baddeley\", role = c(\"aut\", \"trl\", \"cre\"), email = \"Adrian.Baddeley@curtin.edu.au\"), person(\"Kurt\", \"Hornik\", role = \"ctb\"), person(c(\"Brian\", \"D.\"), \"Ripley\", role = \"ctb\"), person(\"Elliott\", \"Sales de Andrade\", role=\"ctb\"), person(\"Paul\", \"Murrell\", role = \"ctb\"), person(\"Ege\", \"Rubak\", role=\"ctb\"), person(\"Mark\", \"Padgham\", role=\"ctb\"))",
"Maintainer": "Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>",
"Depends": [
"R (>= 3.5.0)"
],
"Description": "R port of Angus Johnson's open source library 'Clipper'. Performs polygon clipping operations (intersection, union, set minus, set difference) for polygonal regions of arbitrary complexity, including holes. Computes offset polygons (spatial buffer zones, morphological dilations, Minkowski dilations) for polygonal regions and polygonal lines. Computes Minkowski Sum of general polygons. There is a function for removing self-intersections from polygon data.",
"License": "BSL",
"URL": "https://www.angusj.com, https://sourceforge.net/projects/polyclipping, https://github.com/baddstats/polyclip",
"BugReports": "https://github.com/baddstats/polyclip/issues",
"ByteCompile": "true",
"Note": "built from Clipper C++ version 6.4.0",
"NeedsCompilation": "yes",
"Author": "Angus Johnson [aut] (C++ original, http://www.angusj.com/delphi/clipper.php), Adrian Baddeley [aut, trl, cre], Kurt Hornik [ctb], Brian D. Ripley [ctb], Elliott Sales de Andrade [ctb], Paul Murrell [ctb], Ege Rubak [ctb], Mark Padgham [ctb]",
"Repository": "CRAN"
},
"polylabelr": {
"Package": "polylabelr",
"Version": "0.3.0",
"Source": "Repository",
"Title": "Find the Pole of Inaccessibility (Visual Center) of a Polygon",
"Authors@R": "c(person(given = \"Johan\", family = \"Larsson\", role = c(\"aut\", \"cre\"), email = \"johanlarsson@outlook.com\", comment = c(ORCID = \"0000-0002-4029-5945\")), person(given = \"Kent\", family = \"Johnson\", role = \"ctb\", email = \"kent@kentsjohnson.com\"), person(\"Mapbox\", role = \"cph\", comment = \"polylabel, variant, and geometry libraries\"))",
"Description": "A wrapper around the C++ library 'polylabel' from 'Mapbox', providing an efficient routine for finding the approximate pole of inaccessibility of a polygon, which usually serves as an excellent candidate for labeling of a polygon.",
"License": "MIT + file LICENSE",
"Copyright": "see file COPYRIGHTS",
"Encoding": "UTF-8",
"URL": "https://github.com/jolars/polylabelr, https://jolars.github.io/polylabelr/",
"BugReports": "https://github.com/jolars/polylabelr/issues",
"Depends": [
"R (>= 3.3.0)"
],
"LinkingTo": [
"Rcpp"
],
"Imports": [
"Rcpp"
],
"RoxygenNote": "7.3.2",
"Suggests": [
"covr",
"testthat",
"spelling",
"sf"
],
"Language": "en-US",
"NeedsCompilation": "yes",
"Author": "Johan Larsson [aut, cre] (<https://orcid.org/0000-0002-4029-5945>), Kent Johnson [ctb], Mapbox [cph] (polylabel, variant, and geometry libraries)",
"Maintainer": "Johan Larsson <johanlarsson@outlook.com>",
"Repository": "CRAN"
},
"pracma": {
"Package": "pracma",
"Version": "2.4.4",
@ -9301,6 +9516,40 @@
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
"Repository": "CRAN"
},
"tweenr": {
"Package": "tweenr",
"Version": "2.0.3",
"Source": "Repository",
"Type": "Package",
"Title": "Interpolate Data for Smooth Animations",
"Authors@R": "c(person(given = \"Thomas Lin\", family = \"Pedersen\", role = c(\"aut\", \"cre\"), email = \"thomasp85@gmail.com\", comment = c(ORCID = \"0000-0002-5147-4711\")))",
"Maintainer": "Thomas Lin Pedersen <thomasp85@gmail.com>",
"Description": "In order to create smooth animation between states of data, tweening is necessary. This package provides a range of functions for creating tweened data that can be used as basis for animation. Furthermore it adds a number of vectorized interpolaters for common R data types such as numeric, date and colour.",
"URL": "https://github.com/thomasp85/tweenr",
"BugReports": "https://github.com/thomasp85/tweenr/issues",
"License": "MIT + file LICENSE",
"Encoding": "UTF-8",
"Depends": [
"R (>= 3.2.0)"
],
"Imports": [
"farver",
"magrittr",
"rlang",
"vctrs"
],
"LinkingTo": [
"cpp11 (>= 0.4.2)"
],
"RoxygenNote": "7.2.3",
"Suggests": [
"testthat",
"covr"
],
"NeedsCompilation": "yes",
"Author": "Thomas Lin Pedersen [aut, cre] (<https://orcid.org/0000-0002-5147-4711>)",
"Repository": "CRAN"
},
"twosamples": {
"Package": "twosamples",
"Version": "2.0.1",