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

Using this package with R 4.3.0 #16

Closed
apzentral opened this issue Feb 12, 2024 · 3 comments
Closed

Using this package with R 4.3.0 #16

apzentral opened this issue Feb 12, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@apzentral
Copy link

To make this package work with R version 4.3.0, we would also need to force the installation of the deprecate dependencies below,

#install the Rnssp package
install.packages("devtools")
library(devtools)
install_bitbucket("richierocks/assertive.base")
install_bitbucket("richierocks/assertive.properties")
install_bitbucket("richierocks/assertive.types")
install.packages(c("magrittr", "purrr", "dplyr"))
devtools::install_github("cdcgov/Rnssp")
@rosericazondekon
Copy link
Collaborator

Thank you @apzentral for your contribution. Yes, your workaround will successfully install Rnssp.

For your information, we've already fixed the dependency issue related to assertive.types and are planning a patch release soon.

In the meantime, you can install Rnssp from its dev branch with no issue by running the following in your R console:

devtools::install_github("cdcgov/Rnssp@dev")

@apzentral
Copy link
Author

Perfect, thank you so much @rosericazondekon . I will update my colleague that we can also use the dev branch.

@rosericazondekon
Copy link
Collaborator

Dear @apzentral ,

We just released Rnssp v0.3.0 which among other features, updates, and , resolves the assertive.types dependency issue.

Please, feel free to check the new release note for an exhaustive list of the novelties.

You may install the newly released version by running:

devtools::install_github("cdcgov/Rnssp")

Thank you!

@rosericazondekon rosericazondekon added the enhancement New feature or request label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants