Fix: remove epitrix dependency and add clean_label function#219
Fix: remove epitrix dependency and add clean_label function#219GeraldineGomez merged 19 commits intomainfrom
Conversation
|
This pull request:
(Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
(Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
(Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
(Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
R/cleaning_data.R
Outdated
| #'} | ||
| #' @note El código original fue escrito por los autores de \pkg{epitrix}. | ||
| #' Consulta \url{https://CRAN.R-project.org/package=epitrix} para más detalles. | ||
| #' @keywords internal |
There was a problem hiding this comment.
I would also probably add @noRd here so that no help file is created and this doesn't cause issues with CRAN.
There was a problem hiding this comment.
DESCRIPTION
Outdated
| config, | ||
| dplyr, | ||
| epitrix, | ||
| stringi, |
There was a problem hiding this comment.
Note that the other dependencies are listed alphabetically. You'll need to move this down if you want to keep with this convention.
|
This pull request:
(Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
(Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
This PR includes: