rmongodb icon indicating copy to clipboard operation
rmongodb copied to clipboard

R driver for MongoDB

Results 23 rmongodb issues
Sort by recently updated
recently updated
newest added

The driver is not compatible with the version 3.0 of MongoDB and it always give the error of Authentication Failed, this is because the default mechanism of authentication have been...

bug
enhancement
critical

Hello! I´m new in MongoDB world and I need help. I need to make a R-script and I don´t have so much idea I have a dataset like this (this...

I am currently using version 3.0.8 in my production database, and this package works OK. I would like to know what will happen when I upgrade to the latest version,...

critical

Dear `rmongodb` users, today I received letter from CRAN: > See https://cran.r-project.org/web/checks/check_results_rmongodb.html . > The Fedora results are now from Fedora 24 which has mongodb 3.2.7 and it seems your...

critical

When I switch from working with mongo cursors (mongo.find) to fetching data frames (mongo.find.all) I get a data frame with `POSIXct` timestamps and those timestamps don't have milliseconds. E.x:
 ```...

Hi, the function `mongo.get.database.collections` returns an empty character vector, even if the database has one or more collections. I use R 3.2.3, and the latest version of `Rmongodb`. Here is...

When I was reading a dataset from MongoDb on my program I had a problem with encode. My code: ``` r mongo

question

[SO topic](http://stackoverflow.com/questions/31851640/long-time-to-import-data-using-mongo-find-all-rmongodb) To improve performance we have to preallocate memory for fetch result, when size of dataset known in advance.

enhancement

In a recent version NA values were set to write as NULL (see #44). This seem problematic to me. when you read the data back bson NULL is converted back...

question