RMongo icon indicating copy to clipboard operation
RMongo copied to clipboard

R client to interface with MongoDB

Results 28 RMongo issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi, I am using RMongo to connect to MongoDB. ``` # this is how I connect using the mongo driver: mongo -u user -p pass --authenticationDatabase "admin" --port 27018 #...

Hello, Trying to connect, authenticate and query but I need to switch away from the admin database once authenticated. Additionally, even querying against the database is resulting in Read operation...

Just a heads up that it looks like this is documented as mongoDbReplicaSetConnectWithAuthentication. It was also the only successful way I connected to my mongolab.com cluster, I'm grateful it was...

`my_script.R`: #!/usr/bin/env Rscript i

Do you plan to update the driver with Mongo 3.2 to allow authentication with SSL on replicaset ?

Hi, I was trying to connect to mongo db in three ways. Its mongo version 3.0.4 1. using rmongodb - which fails with the error 'authentication failed'. 2. using RMongo...

I have a MongoDB replica set with one master and two slaves. I am looking for a way that forces reads to a secondary with the options « secondary »...

After submitting to CRAN, got this reply: ``` This is not the way to submit to CRAN: see the CRAN policies. You did not check as per the policies, and...