Skip to content

Commit 7a9f4fe

Browse files
committed
Progress to fix minor changes
1 parent f4d5370 commit 7a9f4fe

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 5 additions & 2 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,
@@ -80,7 +83,7 @@ Imports:
8083
tidytable
8184
Suggests:
8285
spelling,
83-
testthat
86+
testthat (>= 3.0.0)
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

0 commit comments

Comments
 (0)