Skip to content
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

remove dependencies #42

Merged
merged 14 commits into from
Mar 13, 2024
Merged

remove dependencies #42

merged 14 commits into from
Mar 13, 2024

Conversation

idavydov
Copy link
Collaborator

Hi,

This is to remove several library dependencies, including:

  • magrittr (native pipe instead + R4.1 is a requirement now)
  • glue (stringr::str_glue() is used instead)
  • checkmate for R6 checking is replaced with R6::is.R6() + inherits()
  • forcats (using as.factor() or factor() instead)
  • tidyselect (using re-exports in dplyr namespace instead)

we could remove in the future (but with a lot of work):

  • stringr
  • purrr

I'd say it's not worth it now.

@banfai could you please take a look?

fyi @klmr

vignettes/osat.Rmd Outdated Show resolved Hide resolved
@idavydov idavydov merged commit a131cbd into main Mar 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants