new docker
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-10-02 13:40:22 +02:00
commit 498ce52565
No known key found for this signature in database
6 changed files with 114 additions and 20 deletions

View file

@ -1,7 +1,7 @@
########
#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpWiu9wh/file1e994fcc5757.R
#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpWiu9wh/file1e9944acd364.R
########
i18n_path <- here::here("translations")
@ -11361,7 +11361,7 @@ ui <- bslib::page_fixed(
## Code formatting dependencies
prismDependencies,
prismRDependency,
html_dependency_FreesearchR(),
# html_dependency_FreesearchR(),
## Version dependent header
header_include(),
## This adds the actual favicon

View file

@ -1588,6 +1588,39 @@
"Maintainer": "Winston Chang <winston@posit.co>",
"Repository": "CRAN"
},
"calendar": {
"Package": "calendar",
"Version": "0.2.0",
"Source": "Repository",
"Title": "Create, Read, Write, and Work with 'iCalendar' Files, Calendars and Scheduling Data",
"Authors@R": "c(person(given = \"Robin\", family = \"Lovelace\", role = c(\"aut\", \"cre\"), email = \"rob00x@gmail.com\", comment = c(ORCID = \"0000-0001-5679-6536\")), person(given = \"Layik\", family = \"Hama\", role = \"aut\", email = \"layik.hama@gmail.com\", comment = c(ORCID = \"0000-0003-1912-4890\")), person(given = \"Ollie\", family = \"Lloyd\", role = \"ctb\", email = \"o.lloyd@doctors.org.uk\", comment = c(ORCID = \"0000-0002-9385-1634\")), person(given = \"Franco\", family = \"Scarafia\", role = \"ctb\", email = \"franco.scarafia@hotmail.com\", comment = c(ORCID = \"0009-0005-9822-169X\")), person(given = \"Serkan\", family = \"Korkmaz\", email = \"serkor1@duck.com\", role = c(\"ctb\"), comment = c(ORCID = \"0000-0002-5052-0982\")) )",
"Description": "Provides function to create, read, write, and work with 'iCalendar' files (which typically have '.ics' or '.ical' extensions), and the scheduling data, calendars and timelines of people, organisations and other entities that they represent. 'iCalendar' is an open standard for exchanging calendar and scheduling information between users and computers, described at <https://icalendar.org/>.",
"License": "Apache License (>= 2.0)",
"URL": "https://github.com/atfutures/calendar, https://atfutures.github.io/calendar/, https://github.com/ATFutures/calendar",
"BugReports": "https://github.com/ATFutures/calendar/issues",
"Depends": [
"R (>= 3.4.0)"
],
"Imports": [
"cli",
"lubridate",
"tibble"
],
"Suggests": [
"covr",
"knitr",
"rmarkdown",
"testthat"
],
"VignetteBuilder": "knitr",
"Encoding": "UTF-8",
"LazyData": "true",
"RoxygenNote": "7.3.2",
"NeedsCompilation": "no",
"Author": "Robin Lovelace [aut, cre] (<https://orcid.org/0000-0001-5679-6536>), Layik Hama [aut] (<https://orcid.org/0000-0003-1912-4890>), Ollie Lloyd [ctb] (<https://orcid.org/0000-0002-9385-1634>), Franco Scarafia [ctb] (<https://orcid.org/0009-0005-9822-169X>), Serkan Korkmaz [ctb] (<https://orcid.org/0000-0002-5052-0982>)",
"Maintainer": "Robin Lovelace <rob00x@gmail.com>",
"Repository": "CRAN"
},
"cards": {
"Package": "cards",
"Version": "0.6.1",
@ -8257,6 +8290,56 @@
"NeedsCompilation": "yes",
"Repository": "CRAN"
},
"stRoke": {
"Package": "stRoke",
"Version": "25.9.2",
"Source": "Repository",
"Title": "Clinical Stroke Research",
"Authors@R": "person(\"Andreas Gammelgaard\", \"Damsbo\", , \"agdamsbo@clin.au.dk\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-7559-1154\"))",
"Description": "A collection of tools for clinical trial data management and analysis in research and teaching. The package is mainly collected for personal use, but any use beyond that is encouraged. This package has migrated functions from 'agdamsbo/daDoctoR', and new functions has been added. Version follows months and year. See NEWS/Changelog for release notes. This package includes sampled data from the TALOS trial (Kraglund et al (2018) <doi:10.1161/STROKEAHA.117.020067>). The win_prob() function is based on work by Zou et al (2022) <doi:10.1161/STROKEAHA.121.037744>. The age_calc() function is based on work by Becker (2020) <doi:10.18637/jss.v093.i02>.",
"URL": "https://agdamsbo.github.io/stRoke/, https://github.com/agdamsbo/stRoke",
"BugReports": "https://github.com/agdamsbo/stRoke/issues",
"License": "GPL-3",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"LazyData": "true",
"Suggests": [
"knitr",
"rmarkdown",
"testthat",
"here",
"spelling",
"usethis",
"pak",
"roxygen2",
"devtools"
],
"Config/testthat/edition": "3",
"Imports": [
"calendar",
"dplyr",
"ggplot2",
"grDevices",
"gtsummary",
"lubridate",
"MASS",
"rankinPlot",
"stats",
"tidyr",
"utils",
"tibble",
"tidyselect"
],
"Depends": [
"R (>= 4.1.0)"
],
"VignetteBuilder": "knitr",
"Language": "en-US",
"NeedsCompilation": "no",
"Author": "Andreas Gammelgaard Damsbo [aut, cre] (ORCID: <https://orcid.org/0000-0002-7559-1154>)",
"Maintainer": "Andreas Gammelgaard Damsbo <agdamsbo@clin.au.dk>",
"Repository": "CRAN"
},
"stringi": {
"Package": "stringi",
"Version": "1.8.7",