Skip to content

Commit 1972488

Browse files
Merge pull request datashield#493 from StuartWheater/v6.4.0-dev
Update v6.4.0-dev
2 parents 71a5ae9 + b5828ea commit 1972488

18 files changed

Lines changed: 609 additions & 25 deletions

DESCRIPTION

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,15 @@ Authors@R: c(person(given = "Paul",
5959
comment = c(ORCID = "0009-0003-2419-1964")))
6060
License: GPL-3
6161
Depends:
62-
R (>= 4.0.0)
62+
R (>= 4.1.0)
6363
Imports:
6464
RANN,
6565
stringr,
6666
lme4,
6767
dplyr,
68+
tibble,
69+
purrr,
70+
tidyselect,
6871
reshape2,
6972
polycor (>= 0.8),
7073
splines,
@@ -76,11 +79,11 @@ Imports:
7679
tibble,
7780
tidyselect,
7881
stats,
79-
lubridate,
80-
tidytable
82+
lubridate
8183
Suggests:
8284
spelling,
83-
testthat,
85+
testthat (>= 3.0.0),
86+
tidytable
8487
RoxygenNote: 8.0.0
8588
Encoding: UTF-8
8689
Language: en-GB

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ And the development version from
2323
install.packages("remotes")
2424
remotes::install_github("datashield/dsBase", "<BRANCH>")
2525

26-
# Install v6.3.4 with the following
27-
remotes::install_github("datashield/dsBase", "6.3.4")
26+
# Install v6.4.0 with the following
27+
remotes::install_github("datashield/dsBase", "6.4.0")
2828
```
2929

3030
For a full list of development branches, checkout https://github.com/datashield/dsBase/branches

docs/index.html

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

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pandoc: 3.1.3
22
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2026-02-20T10:54Z
5+
last_built: 2026-06-16T13:21Z

docs/reference/asDataMatrixDS.html

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

docs/reference/checkPermissivePrivacyControlLevel.html

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

0 commit comments

Comments
 (0)