Skip to content

Commit

Permalink
add deps and order all in DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Oct 14, 2023
1 parent 916c6e1 commit acb82d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
use-public-rspm: true

- name: Install dependencies
run: Rscript -e "install.packages('rcmdcheck')" -e "install.packages(c('MASS', 'assertthat', 'caret', 'knitr', 'rmarkdown', 'pacman', 'testthat' , 'magrittr', 'dplyr', 'igraph', 'nomnoml', 'webshot', 'htmlwidgets'))"
run: Rscript -e "install.packages('rcmdcheck')" -e "install.packages(c('MASS', 'assertthat', 'caret', 'knitr', 'rmarkdown', 'pacman', 'testthat' , 'magrittr', 'dplyr', 'igraph', 'nomnoml', 'webshot', 'htmlwidgets', 'forcats', 'stargazer', 'tidyr')"

- name: Install randomForest old
if: "${{ matrix.config.r == '3.6'}}"
Expand Down
21 changes: 12 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cat2cat
Title: Handling an Inconsistently Coded Categorical Variable in a Longitudinal Dataset
Version: 0.4.6.9002
Version: 0.4.6.9003
Authors@R: person("Maciej", "Nasinski", email = "nasinski.maciej@gmail.com", role = c("aut", "cre"))
Maintainer: Maciej Nasinski <nasinski.maciej@gmail.com>
Description:
Expand All @@ -17,17 +17,20 @@ Imports:
MASS
Suggests:
caret,
randomForest,
knitr,
dplyr,
forcats,
htmlwidgets,
igraph,
rmarkdown,
pacman,
testthat (>= 3.0.0),
knitr,
magrittr,
nomnoml,
webshot,
htmlwidgets,
dplyr
pacman,
randomForest,
rmarkdown,
stargazer,
testthat (>= 3.0.0),
tidyr,
webshot
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.2
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cat2cat 0.4.6.9002
# cat2cat 0.4.6.9003

* Add tests for cat2cat related journal (softwarex) paper.
* Internal changes to make the code base more clear.
Expand Down

0 comments on commit acb82d4

Please sign in to comment.