0

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

Laura
  • 1,192
  • 2
  • 18
  • 36
  • It's been removed from CRAN: https://cran.r-project.org/web/packages/rmongodb/index.html – Russ Hyde Apr 08 '19 at 15:28
  • 1
    Since, as @RussHyde says, it's been removed from the CRAN repository, in particular you will want to follow option 6 from the top answer to the question I've proposed as a duplicate. – duckmayr Apr 08 '19 at 15:29
  • 1
    You could try using `mongolite` instead https://cran.r-project.org/web/packages/mongolite/index.html – Russ Hyde Apr 08 '19 at 15:31

0 Answers0