We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")
The text was updated successfully, but these errors were encountered:
Thank you @apzentral for your contribution. Yes, your workaround will successfully install Rnssp.
Rnssp
For your information, we've already fixed the dependency issue related to assertive.types and are planning a patch release soon.
assertive.types
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")
Sorry, something went wrong.
Perfect, thank you so much @rosericazondekon . I will update my colleague that we can also use the dev branch.
Dear @apzentral ,
We just released Rnssp v0.3.0 which among other features, updates, and , resolves the assertive.types dependency issue.
Rnssp v0.3.0
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!
No branches or pull requests
To make this package work with R version 4.3.0, we would also need to force the installation of the deprecate dependencies below,
The text was updated successfully, but these errors were encountered: