-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v 1.1.0 #213
Release v 1.1.0 #213
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cleanepi doesn't have reverse dependencies so you don't need to commit the revdep folder. Could you remove it to keep to repo clean please?
make installation of {cyclocomp} explicite
[{rlang}](https://CRAN.R-project.org/package=rlang) used here for its `.data` functionality to retrieve data-variables from the data frame, [{readr}](https://CRAN.R-project.org/package=readr) used to import data, [{janitor}](https://CRAN.R-project.org/package=janitor) used to standardize column names in `standardize_column_names()`, | ||
[{tibble}](https://CRAN.R-project.org/package=tibble) used to work tibbles. | ||
[{naniar}](https://CRAN.R-project.org/package=tibble) used to for its predefined set of common missing value strings. | ||
|
||
The functions will require other packages that are needed in the package development process including: | ||
|
||
[{checkmate}](https://CRAN.R-project.org/package=checkmate), [{kableExtra}](https://CRAN.R-project.org/package=kableExtra), [{bookdown}](https://CRAN.R-project.org/package=bookdown), [{rmarkdown}](https://CRAN.R-project.org/package=rmarkdown), [{testthat}](https://CRAN.R-project.org/package=testthat) (\>= 3.0.0), [{knitr}](https://CRAN.R-project.org/package=knitr), [{lintr}](https://CRAN.R-project.org/package=lintr), | ||
[{utils}](https://CRAN.R-project.org/package=utils), | ||
[{utils}](https://CRAN.R-project.org/package=R.utils), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utils & R.utils are two different packages.
[{utils}](https://CRAN.R-project.org/package=R.utils), | |
{utils} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the catch.
This PR contains changes made during the preparation of version 1.1.0 release of the package.