ropensci / nodbi

Document DBI connector for R
https://docs.ropensci.org/nodbi
Other
76 stars 6 forks source link

rrlite example broken #9

Closed jeroen closed 9 years ago

jeroen commented 9 years ago
> src <- src_rrlite()
> docdb_create(src, "mtcars", mtcars)
Error: 'to_redis' is not an exported object from 'namespace:rrlite'
> docdb_get(src, "mtcars")
Error: 'from_redis' is not an exported object from 'namespace:rrlite'

@richfitz

richfitz commented 9 years ago

Thanks; moved a bunch of stuff around and that's in RedisAPI now. Will fix tomorrow.

jeroen commented 9 years ago

Okay, no hurry, just wanted to do some benchmarking.

richfitz commented 9 years ago

Got most of this done today, so it is moving, if slowly...

sckott commented 9 years ago

:turtle:

jennybc commented 9 years ago

But you know what they say about the :turtle: and the :rabbit:.

sckott commented 9 years ago

hmm, was that :turtle: has a :beer: w/ :rabbit: ?

richfitz commented 9 years ago

This is fixed but I've not updated the Rmd because I don't have all the other dbs installed. @sckott would you mind?

sckott commented 9 years ago

updated readme, i assume this can be closed :question: