Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unable to install library(outbreakinfo) #95

Open
carlottaolivero opened this issue Oct 12, 2022 · 4 comments
Open

Unable to install library(outbreakinfo) #95

carlottaolivero opened this issue Oct 12, 2022 · 4 comments

Comments

@carlottaolivero
Copy link

Hi,
the comand install.packages("outbreakinfo") doesn't work .
The warning message is that the "outbreakinfo" is not available on that version of R.

I currently use Rstudio 2022.07.2, R version 4.2.1

Many thanks for the help!
Carlotta

@malkuzweny
Copy link
Collaborator

Hi Carlotta,

Use this line of code to install the package instead:
devtools::install_github("outbreak-info/R-outbreak-info")

Let us know if the issue persists. Thanks!

@carlottaolivero
Copy link
Author

That worked, thanks!
I still have a problem in autenticate myself into GISAID using authenticateUser() even if I have GISAID login.

Unfortunatelly I am not an expert on R, I don't know the meaning of:
#> Warning: replacing previous import 'crayon::%+%' by 'ggplot2::%+%' when loading
#> 'outbreakinfo'
#> Warning: replacing previous import 'jsonlite::flatten' by 'purrr::flatten' when
#> loading 'outbreakinfo'

looking for help on google, thanks a lot anyway!

@malkuzweny
Copy link
Collaborator

Could you open a new issue with more details on what error message you're receiving when using authenticateUser? Thanks.

@Dhihram
Copy link

Dhihram commented Jan 11, 2024

Hi, I've installed using devtools::install_github("outbreak-info/R-outbreak-info"), but it is an error. The message is below:

── R CMD build ─────────────────────────────────────────────────────────────────────────────────────────────────────────────
Error: Failed to install 'outbreakinfo' from GitHub:
lazy-load database 'C:/*****/4.3/prettyunits/R/prettyunits.rdb' is corrupt
In addition: There were 13 warnings (use warnings() to see them)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants