Julien Brun
Julien Brun
related to #839 `make_date` and `make_datetime` are not consistent when out of range values are passed as parameters. `make_date` will generate NA, `make_datetime` will rollover silently ```r library(lubridate) #> #>...
Follow this protocol: https://docs.google.com/document/d/14Zx0D5kSm3rJsANSd8ievKO_sIJQ2Ga4wRfBtIGHl68/edit
Yep, lterdatasapler is on cran 🎉 - [x] Add cran badge - [x] Update instructions on how to install the package - [x] Add a git tag for the release...
the README.md can not render the code generated by the `gt` table package. We decided to thus create a dedicated page for the matrix on the website and switch to...
The bird dataset could be a good example of how to use KML and csv files to create geospatial information and showcasing extrapolation (points to grid) Here is an example...
We should try to add the matrix of skills to the readme. It can be static for now. Can be dropped if we run out of time
License is stated in the DESCRIPTION file, but would be great to add it to the README / website landing page
Make sure there is nothing of interest in this branch. If not delete and restart from main branch post CRAN acceptance of o.3 version
tested on few recent packages and got errors for attribute level metadata ``` Warning messages: 1: In download_d1_data(.x, path) : No data metadata could be found for urn:uuid:03d490e9-f3e6-4eec-84e3-0ee4c9c6c6f1 2: In...
Originally, we decided to stop the execution of the download function when the data set had already been downloaded. However, this design is not convenient when using R markdown, especially...