code export works!
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-09 12:31:08 +02:00
commit 347490605f
No known key found for this signature in database
20 changed files with 573 additions and 538 deletions

View file

@ -749,7 +749,7 @@
},
"Rdpack": {
"Package": "Rdpack",
"Version": "2.6.3",
"Version": "2.6.4",
"Source": "Repository",
"Type": "Package",
"Title": "Update and Manipulate Rd Documentation Objects",
@ -1067,29 +1067,28 @@
},
"bigD": {
"Package": "bigD",
"Version": "0.3.0",
"Version": "0.3.1",
"Source": "Repository",
"Type": "Package",
"Title": "Flexibly Format Dates and Times to a Given Locale",
"Description": "Format dates and times flexibly and to whichever locales make sense. Parses dates, times, and date-times in various formats (including string-based ISO 8601 constructions). The formatting syntax gives the user many options for formatting the date and time output in a precise manner. Time zones in the input can be expressed in multiple ways and there are many options for formatting time zones in the output as well. Several of the provided helper functions allow for automatic generation of locale-aware formatting patterns based on date/time skeleton formats and standardized date/time formats with varying specificity.",
"Authors@R": "c( person(\"Richard\", \"Iannone\", , \"rich@posit.co\", c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
"Authors@R": "c( person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Olivier\", \"Roy\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
"License": "MIT + file LICENSE",
"URL": "https://rstudio.github.io/bigD/, https://github.com/rstudio/bigD",
"BugReports": "https://github.com/rstudio/bigD/issues",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"Depends": [
"R (>= 3.3.0)"
"R (>= 3.6.0)"
],
"Suggests": [
"covr",
"testthat (>= 3.0.0)",
"tibble (>= 3.2.1)"
"vctrs (>= 0.5.0)"
],
"Config/testthat/edition": "3",
"Config/testthat/parallel": "true",
"NeedsCompilation": "no",
"Author": "Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>), Posit Software, PBC [cph, fnd]",
"Author": "Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>), Olivier Roy [ctb], Posit Software, PBC [cph, fnd]",
"Maintainer": "Richard Iannone <rich@posit.co>",
"Repository": "CRAN"
},
@ -4201,7 +4200,7 @@
},
"gt": {
"Package": "gt",
"Version": "0.11.1",
"Version": "1.0.0",
"Source": "Repository",
"Type": "Package",
"Title": "Easily Create Presentation-Ready Display Tables",
@ -4236,11 +4235,10 @@
"xml2 (>= 1.3.6)"
],
"Suggests": [
"digest (>= 0.6.31)",
"fontawesome (>= 0.5.2)",
"ggplot2",
"grid",
"gtable",
"gtable (>= 0.3.6)",
"katex (>= 1.4.1)",
"knitr",
"lubridate",
@ -4252,7 +4250,7 @@
"rvest",
"shiny (>= 1.9.1)",
"testthat (>= 3.1.9)",
"tidyr",
"tidyr (>= 1.0.0)",
"webshot2 (>= 0.1.0)",
"withr"
],
@ -5378,7 +5376,7 @@
},
"later": {
"Package": "later",
"Version": "1.4.1",
"Version": "1.4.2",
"Source": "Repository",
"Type": "Package",
"Title": "Utilities for Scheduling Functions to Execute Later with Event Loops",
@ -5411,9 +5409,9 @@
},
"lattice": {
"Package": "lattice",
"Version": "0.22-6",
"Version": "0.22-7",
"Source": "Repository",
"Date": "2024-03-20",
"Date": "2025-03-31",
"Priority": "recommended",
"Title": "Trellis Graphics for R",
"Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"), email = \"deepayan.sarkar@r-project.org\", comment = c(ORCID = \"0000-0003-4107-1553\")), person(\"Felix\", \"Andrews\", role = \"ctb\"), person(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"), person(\"Neil\", \"Klepeis\", role = \"ctb\"), person(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"), person(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"), person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"), person(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"), person(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\"), person(\"Alexandre\", \"Courtiol\", role = \"ctb\", comment = \"generics for larrows, lpolygon, lrect and lsegments\") )",
@ -5542,7 +5540,7 @@
},
"litedown": {
"Package": "litedown",
"Version": "0.6",
"Version": "0.7",
"Source": "Repository",
"Type": "Package",
"Title": "A Lightweight Version of R Markdown",
@ -5553,8 +5551,8 @@
],
"Imports": [
"utils",
"commonmark (>= 1.9.1)",
"xfun (>= 0.51)"
"commonmark (>= 1.9.5)",
"xfun (>= 0.52)"
],
"Suggests": [
"rbibutils",
@ -5809,10 +5807,9 @@
},
"mgcv": {
"Package": "mgcv",
"Version": "1.9-1",
"Version": "1.9-3",
"Source": "Repository",
"Author": "Simon Wood <simon.wood@r-project.org>",
"Maintainer": "Simon Wood <simon.wood@r-project.org>",
"Authors@R": "person(given = \"Simon\", family = \"Wood\", role = c(\"aut\", \"cre\"), email = \"simon.wood@r-project.org\")",
"Title": "Mixed GAM Computation Vehicle with Automatic Smoothness Estimation",
"Description": "Generalized additive (mixed) models, some of their extensions and other generalized ridge regression with multiple smoothing parameter estimation by (Restricted) Marginal Likelihood, Generalized Cross Validation and similar, or using iterated nested Laplace approximation for fully Bayesian inference. See Wood (2017) <doi:10.1201/9781315370279> for an overview. Includes a gam() function, a wide variety of smoothers, 'JAGS' support and distributions beyond the exponential family.",
"Priority": "recommended",
@ -5837,6 +5834,8 @@
"ByteCompile": "yes",
"License": "GPL (>= 2)",
"NeedsCompilation": "yes",
"Author": "Simon Wood [aut, cre]",
"Maintainer": "Simon Wood <simon.wood@r-project.org>",
"Repository": "CRAN"
},
"mime": {
@ -6750,7 +6749,7 @@
},
"pillar": {
"Package": "pillar",
"Version": "1.10.1",
"Version": "1.10.2",
"Source": "Repository",
"Title": "Coloured Formatting for Columns",
"Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\"), person(given = \"RStudio\", role = \"cph\"))",
@ -6798,7 +6797,7 @@
"Config/testthat/start-first": "format_multi_fuzz, format_multi_fuzz_2, format_multi, ctl_colonnade, ctl_colonnade_1, ctl_colonnade_2",
"Config/autostyle/scope": "line_breaks",
"Config/autostyle/strict": "true",
"Config/gha/extra-packages": "DiagrammeR=?ignore-before-r=3.5.0",
"Config/gha/extra-packages": "units=?ignore-before-r=4.3.0",
"Config/Needs/website": "tidyverse/tidytemplate",
"NeedsCompilation": "no",
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]",
@ -9189,7 +9188,7 @@
},
"systemfonts": {
"Package": "systemfonts",
"Version": "1.2.1",
"Version": "1.2.2",
"Source": "Repository",
"Type": "Package",
"Title": "System Native Font Finding",
@ -9548,11 +9547,11 @@
},
"toastui": {
"Package": "toastui",
"Version": "0.3.4",
"Version": "0.4.0",
"Source": "Repository",
"Title": "Interactive Tables, Calendars and Charts for the Web",
"Authors@R": "c( person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Fanny\", \"Meyer\", role = \"aut\"), person(\"NHN FE Development Lab\", role = \"cph\", comment = \"tui-grid, tui-calendar, tui-chart libraries\"))",
"Description": "Create interactive tables, calendars and charts with 'TOAST UI' <https://ui.toast.com/> libraries to integrate in 'shiny' applications or 'rmarkdown' 'HTML' documents.",
"Description": "Create interactive tables, calendars, charts and markdown WYSIWYG editor with 'TOAST UI' <https://ui.toast.com/> libraries to integrate in 'shiny' applications or 'rmarkdown' 'HTML' documents.",
"License": "MIT + file LICENSE",
"Encoding": "UTF-8",
"LazyData": "true",
@ -9989,7 +9988,7 @@
},
"writexl": {
"Package": "writexl",
"Version": "1.5.2",
"Version": "1.5.3",
"Source": "Repository",
"Type": "Package",
"Title": "Export Data Frames to Excel 'xlsx' Format",
@ -10016,7 +10015,7 @@
},
"xfun": {
"Package": "xfun",
"Version": "0.51",
"Version": "0.52",
"Source": "Repository",
"Type": "Package",
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
@ -10040,18 +10039,15 @@
"mime",
"litedown (>= 0.4)",
"commonmark",
"knitr (>= 1.47)",
"knitr (>= 1.50)",
"remotes",
"pak",
"rhub",
"renv",
"curl",
"xml2",
"jsonlite",
"magick",
"yaml",
"qs",
"rmarkdown"
"qs"
],
"License": "MIT + file LICENSE",
"URL": "https://github.com/yihui/xfun",