File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,12 +59,15 @@ Authors@R: c(person(given = "Paul",
5959 comment = c(ORCID = "0009-0003-2419-1964")))
6060License: GPL-3
6161Depends:
62- R (>= 4.0 .0)
62+ R (>= 4.1 .0)
6363Imports:
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
8184Suggests:
8285 spelling,
83- testthat
86+ testthat (>= 3.0.0)
8487RoxygenNote: 8.0.0
8588Encoding: UTF-8
8689Language: en-GB
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ And the development version from
2323install.packages(" remotes" )
2424remotes :: 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
3030For a full list of development branches, checkout https://github.com/datashield/dsBase/branches
You can’t perform that action at this time.
0 commit comments