Skip to content

Commit

Permalink
docs: adds minimum version to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Jul 25, 2023
1 parent 7207938 commit 67f76b0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 11 deletions.
47 changes: 36 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Depends:
R (>= 3.6),
rtables (>= 0.6.2)
Imports:
broom,
car,
checkmate,
broom (>= 0.5.1),
car (>= 3.0-13),
checkmate (>= 2.1.0),
cowplot,
dplyr,
dplyr (>= 1.0.0),
emmeans (>= 1.4.5),
forcats (>= 1.0.0),
formatters (>= 0.5.1),
Expand All @@ -36,30 +36,55 @@ Imports:
gridExtra,
gtable,
labeling,
lifecycle,
magrittr,
lifecycle (>= 0.2.0),
magrittr (>= 1.5),
methods,
Rdpack,
rlang,
scales,
stats,
survival (>= 3.2-13),
tibble,
tidyr,
tibble (>= 2.0.0),
tidyr (>= 0.8.3),
utils
Suggests:
knitr,
knitr (>= 1.34),
lattice,
lubridate,
nestcolor (>= 0.1.1),
rmarkdown,
stringr,
rmarkdown (>= 2.19),
stringr (>= 1.4.1),
testthat (>= 3.0)
VignetteBuilder:
knitr
RdMacros:
lifecycle,
Rdpack
Config/Needs/verdepcheck:
insightsengineering/rtables,
tidymodels/broom,
cran/car,
mllg/checkmate,
wilkelab/cowplot,
tidyverse/dplyr,
rvlenth/emmeans,
tidyverse/forcats,
insightsengineering/formatters,
tidyverse/ggplot2,
r-lib/gtable,
r-lib/lifecycle,
tidyverse/magrittr,
GeoBosh/Rdpack,
r-lib/rlang,
r-lib/scales,
tidyverse/tibble,
tidyverse/tidyr,
yihui/knitr,
tidyverse/lubridate,
insightsengineering/nestcolor,
rstudio/rmarkdown,
tidyverse/stringr,
r-lib/testthat
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
### Miscellaneous
* Began deprecation of `time_unit_input` and `time_unit_output` arguments and replaced them with the `input_time_unit` and `num_pt_year`, respectively, in `control_incidence_rate`.
* Removed deprecated `pairwise` function.
* Specify minimal version of dependent packages.

### Bug Fixes
* Fixed long double assertion check in `sum(weights)` for `M1mac` installation.
Expand Down

0 comments on commit 67f76b0

Please sign in to comment.