Noam Ross

Results 237 comments of Noam Ross

Here is where we would add the ability to pass arguments to the bulk importers. I believe both MonetDB and duckdb use `colClasses`: https://github.com/ropensci/arkdb/blob/master/R/bulk_importers.R#L70 I could imagine parquet files being...

Oh yeah this is definitely mostly a note for myself.

It occurs to me that one might have a data set with files of multiple types, and that you'll want have a separate `"read":` field for each file. Perhaps the...

FWIW: I use both AppVeyor and Travis cron options for a package that interacts with an API (package open, API private: https://github.com/ecohealthalliance/eidith/). I find that I get a lot of...

Maybe one output could be a PR to **devtools** to add `devtools::use_citation()`. `devtools::get_zenodo_doi()` could be a related function (`use_citation(get_zonodo_doi=TRUE)`?) that would call https://github.com/ropensci/zenodo . That package needs some love to...

1) `CITATION` contains the preferred citation of the package authors, and is often the relevant software paper, so in general, I think encouraging use of/pulling from `CITATION` makes sense 2)...

We could do a few things to encourage the practices @danielskatz describes: - Functions I mentioned above: `devtools::use_citation()` and `devtools::get_doi()` that would auto-generate the citation. This should probably generate the...

Would be super happy to chat about this, though most of my experience is related to the editorial process. On Tue, May 23, 2017, 10:17 AM E. Ariño de la...

Twitter, it seems, strips embedded metadata out of image files after it extracts location data: https://support.twitter.com/articles/20156423 Twitter supports attaching metadata to an image in the tweet itself, though I'm not...

I realize that PNGs uploaded to twitter seems to be converted to JPGs. Not sure whether the steganographic encoding will survive that.