MonetDBLite-R icon indicating copy to clipboard operation
MonetDBLite-R copied to clipboard

MonetDB reconfigured as an R package - See below for an introduction. Edit

Results 15 MonetDBLite-R issues
Sort by recently updated
recently updated
newest added

Hi! I'm developing an R package that creates a `MonetDBLite` database of biological sequence data (https://github.com/ropensci/restez). Users can run automated functions for downloading large amounts of sequence data and store...

MonetDBLite removed from CRAN - do some dependencies have check issues or something?

Otherwise leads to problems with certain versions of MonetDB

I can't get the string detection to work through dbplyr: ``` tbl(con,"results") %>% filter(grepl("position",name)) ``` `'ParseException:SQLparser:42000!SELECT: no such binary operator 'grepl(char,clob)''` or the stringr package: ``` tbl(con, "results" %>% filter(str_detect(pattern...

I would like `monetdb.server.setup()` to allow passing additional arguments to `mserver5`. I'm primarily thinking of adding `--set embedded_r=true` for usage with `mdbapply()`. Happy to write a PR for this.

Hello, At the end of the monetDB lite page I read: "MonetDBLite does not allow multiple R sessions to connect to a single database concurrently. As soon as a single...

enhancement

While I appreciate the attention to detail in the messages about reserved characters needing to be quoted in SQL queries, it would be great if there was an option to...

I'm trying to put a really large dataset of tweets into MonetDB using MonetDBLite. I have already preprocessed the data and I have over 500M rows and 123 columns, which...

Monetdblight would be even greater if it would support string manipulations like replacements out of the box. You have implemented a function for the LIKE operator without pcre, how about...

I am writing a data I am retrieving from an remote Postgresql server to MonetDBLite. I got the error message: Error: cannot allocate vector of size 712.8 Mb. I thought...