Anthony Damico
Anthony Damico
might be a bug in the `time_ago_in_words` calculation? see bottom of https://crantastic.org/packages/rmeta/versions/1120
not sure if `haven` fails to read datasets with zero observations? [these two sas files.zip](https://github.com/tidyverse/haven/files/6917714/two.sas.files.zip) were created off the same source SAS file, keeping zero and then one record with...
when i load this dataset in SAS, this variable label contains the correct text.. loading the same dataset with haven gives a mis-aligned label? red arrows show the difference.. thanks!...
review whether this (RESOLVED FIXED) bug has re-appeared in mserver or only in monetdblite https://www.monetdb.org/bugzilla/show_bug.cgi?id=3835 definitely still happening in monetdblite (absurd screenshot) 
@hannesmuehleisen is this what you expect to happen on linux? seems to make sense given your malloc() explanation. thanks on rocks010 needed installs: # devtools::install_github( "hannesmuehleisen/MonetDBLite" ) # devtools::install_github( "krlmlr/ulimit"...
following work started at https://github.com/MonetDB/eanthony/issues/61
@hannesmuehleisen please close if you don't want this for some reason. thanks add the contents of http://lubridate.tidyverse.org/ and/or http://r4ds.had.co.nz/dates-and-times.html to this testthat script https://github.com/hannesmuehleisen/MonetDBLite/blob/master/tests/testthat/test_03_dplyr.R
At the moment, there are several places where conversion happens. Also, different things for MonetDBLite vs. MonetDB.R. Starting points are here https://github.com/hannesmuehleisen/MonetDBLite/blob/Jul2017Lite-R/R/dbi.R#L770 and here https://github.com/hannesmuehleisen/MonetDBLite/blob/Jul2017Lite-R/src/embedded/converters.c.h
probably needs a patch to mserver to allow the option for `COPY INTO`. `read.csv()` uses `,` as the delimiter and `.` as the decimal, `read.csv2()` uses `;` as the delimiter...