Pieter Huybrechts
Pieter Huybrechts
When referring to the documentation I noticed @examples were wrapped in `if(FALSE){}`, probably so they don't run while package building or on CRAN because they would take too long or...
I'm downloading a bunch of files in parallel, some turn out to be 0 bytes. Example of file: https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/hdf5/frbla/2021/02/28/frbla_vp_20210228T190000Z_0xb.h5 This works; ```r zero_byte_file_url httr2::req_perform(path = basename(zero_byte_file_url)) # Check if we...
We are on IPT v3.0.5 b3d11a2 I'm trying to publish a checklist to GBIF UAT via https://gbrds.gbif-uat.org but am getting an error upon registering:  It seems we are getting...
Context: #235 We've decided to up the minimum dependency to R4.0.0, so we can use native pipes and to follow the tidyverse policy: https://www.tidyverse.org/blog/2019/04/r-version-support/ In the discussion I linked to...
Two lines of `purrr`, I can refactor if this is too compact.
Bart sent us a message with an example where he was able to read a single `events.csv` from a 10Gb archive very quickly. > Hi Pieter & Peter, I thought...