Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,15 @@ Authors@R: c(person(given = "Paul",
comment = c(ORCID = "0009-0003-2419-1964")))
License: GPL-3
Depends:
R (>= 4.0.0)
R (>= 4.1.0)
Imports:
RANN,
stringr,
lme4,
dplyr,
tibble,
purrr,
tidyselect,
reshape2,
polycor (>= 0.8),
splines,
Expand All @@ -76,11 +79,11 @@ Imports:
tibble,
tidyselect,
stats,
lubridate,
tidytable
lubridate
Suggests:
spelling,
testthat,
testthat (>= 3.0.0),
tidytable
RoxygenNote: 8.0.0
Encoding: UTF-8
Language: en-GB
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ And the development version from
install.packages("remotes")
remotes::install_github("datashield/dsBase", "<BRANCH>")

# Install v6.3.4 with the following
remotes::install_github("datashield/dsBase", "6.3.4")
# Install v6.4.0 with the following
remotes::install_github("datashield/dsBase", "6.4.0")
```

For a full list of development branches, checkout https://github.com/datashield/dsBase/branches
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pandoc: 3.1.3
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
last_built: 2026-02-20T10:54Z
last_built: 2026-06-16T13:21Z
12 changes: 8 additions & 4 deletions docs/reference/asDataMatrixDS.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/checkPermissivePrivacyControlLevel.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading