Conversation
|
Thanks. Happy to review, but I'll defer till PR #2545 is resolved. |
d3d6341 to
0da8cf4
Compare
adf29d0 to
fc63f9c
Compare
|
hmm, seems appveyor didn't figure out how to add |
|
@MichaelChirico At the top of |
Codecov Report
@@ Coverage Diff @@
## master #2656 +/- ##
==========================================
+ Coverage 97.03% 97.05% +0.02%
==========================================
Files 66 66
Lines 12558 12645 +87
==========================================
+ Hits 12186 12273 +87
Misses 372 372
Continue to review full report at Codecov.
|
|
@MichaelChirico Ok, and now the new |
|
OK, will do. I'm on a holding pattern for this for now, as there was a recent change to the csvy standard and now some back-and-forth on perhaps updating it again: |
|
You can find CI job which runs all Suggests on Linux. Just push branch here and read only gitlab mirror will run Ci for it: https://gitlab.com/Rdatatable/data.table/pipelines |
|
FWIW, |
ed6221a to
acf13b6
Compare
|
Does it support to provide factor levels in yaml? If so please add simple tests for that. If not could we get that in scope or as new follow-up issue? |
|
@jangorecki I don't see anything in the official spec re:factors, so I guess we'll be the market leaders there. @mattdowle With that last commit, I think I know how I'll do the |
fb5a74c to
3730f39
Compare
|
@mattdowle tried with using Could add something at the head of |
|
So much for trying |
|
@MichaelChirico another good option instead of |
c5f5ab1 to
e9e45ca
Compare
remove accidentally committed file
e9e45ca to
20df11a
Compare
|
@jangorecki thanks, seems I still couldn't get around a |
There was a problem hiding this comment.
Does it mean that zlib has to be present to install data.table, even if one is not going to use compression? I hope not
There was a problem hiding this comment.
zlib necessary to compile. Seems like it's standard though. Windows and Mac users installing binaries from CRAN won't need to install anything special, afaik.
If there's a way to make zlib optional, would be ideal of course. But there's plenty of other higher priority things to do first. I'd wait to see if anyone reports difficulties due to missing zlib first.
Closes #1701
adding @HughParsonage to review in anticipation of interactions with his new paradigm for handling
colClasses.it might be nice to have
yaml = grepl('\\.csvy$', input)but I'm wary of usinggreplsince fread spends too much time in is_url/is_secureurl/is_file for long in memory input #2531. there should be a way to sethas_yaml = 'auto'and deal with it like that but I haven't put too much thought into it.could also consider letting
yamlpotential give the location of a separate file which contains the metadatashould spend some time ironing this into the standard laid out here to the extent reasonable, though some things should be ignored (e.g., standard calls for default column type to be
string, butfreadis capable of being smarter than that)suggestions welcome.