Skip to content

Commit 4202a41

Browse files
Merge pull request datashield#626 from StuartWheater/v6.3.5-dev
Updates to align with new packages images plus documentation test fixes
2 parents 73b6d78 + 3a76f87 commit 4202a41

File tree

158 files changed

+785
-494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+785
-494
lines changed

R/ds.mdPattern.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
#' after login. If the \code{datasources} argument is not specified, the default set of
4848
#' connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
4949
#' @return For type='split': A list with one element per study, each containing:
50-
#' \itemize{
50+
#' \describe{
5151
#' \item{pattern}{The missing data pattern matrix for that study}
5252
#' \item{valid}{Logical indicating if all patterns meet disclosure requirements}
5353
#' \item{message}{A message describing the validity status}
5454
#' }
5555
#'
5656
#' For type='combine': A list containing:
57-
#' \itemize{
57+
#' \describe{
5858
#' \item{pattern}{The pooled missing data pattern matrix across all studies}
5959
#' \item{valid}{Logical indicating if all pooled patterns meet disclosure requirements}
6060
#' \item{message}{A message describing the validity status}

docker-compose_armadillo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
hostname: armadillo
44
ports:
55
- 8080:8080
6-
image: datashield/armadillo_citest:5.9.4
6+
image: datashield/armadillo_citest:5.11.0
77
environment:
88
LOGGING_CONFIG: 'classpath:logback-file.xml'
99
AUDIT_LOG_PATH: '/app/logs/audit.log'
@@ -16,6 +16,7 @@ services:
1616

1717
default:
1818
hostname: default
19-
image: datashield/rock-omicron-karma-permissive:devel
19+
image: datashield/rock-quebrada-lamda:latest
20+
# image: datashield/rserver-panda-lamda:devel
2021
environment:
2122
DEBUG: "FALSE"

docker-compose_opal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ services:
2020
- MONGO_INITDB_ROOT_USERNAME=root
2121
- MONGO_INITDB_ROOT_PASSWORD=foobar
2222
rock:
23-
image: datashield/rock-lemon-donkey-permissive:draft
23+
image: datashield/rock-quebrada-lamda-permissive:latest
2424
environment:
2525
DEBUG: "FALSE"

docs/404.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pandoc: 3.1.3
2-
pkgdown: 2.1.3
2+
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2025-09-17T15:10Z
5+
last_built: 2025-11-14T05:59Z

docs/reference/checkClass.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/colPercent.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)