Package 'rmongodb' not available for R version 3.5.0

20 Views Asked by At

I cannot install rmongodb package with RStudio. I have IOs

When I run my app I get

Warning: Error in library: there is no package called ‘rmongodb’
51: stop
50: library

So I do:

install.packages("rmongodb")

But I get:

Warning in install.packages :
package ‘rmongodb’ is not available (for R version 3.5.0)

I have also tried:

install.packages("rmongodb", repos = "https://cran.rstudio.com", dependencies = TRUE)

with the same result

0

There are 0 best solutions below