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

error no package "rio" #182

Closed
hkincaid opened this issue Jul 24, 2021 · 2 comments
Closed

error no package "rio" #182

hkincaid opened this issue Jul 24, 2021 · 2 comments

Comments

@hkincaid
Copy link

No doubt some stupidity on my part but after installing the package I get error message that there is . Thanks for your help no package called "rio" when I invoke the package with the library command

library(olsrr)
Error: package or namespace load failed for ‘olsrr’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘rio’

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on https://stackoverflow.com/.

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.


Brief description of the problem

# insert reprex here
@aravindhebbali
Copy link
Member

Hi @hkincaid,

Install the rio package, restart your R session and try to load the olsrr package.

# install rio from CRAN
install.packages("rio")

# restart R session
# load olsrr
library(olsrr)

Let me know if the error persists.

@hkincaid
Copy link
Author

hkincaid commented Jul 24, 2021 via email

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

No branches or pull requests

2 participants