dataverse-client-r
dataverse-client-r copied to clipboard
R Client for Dataverse Repositories
@skasberger kindly offered assistance to the package and its tests (@skasberger, I [have it on record](https://groups.google.com/d/msg/dataverse-community/j-cGlnpKs14/85l8LnpNAQAJ) so you can't back out). ### Tests of uploading to Dataverse From my initial...
Example json: https://github.com/IQSS/dataverse/blob/4.3/scripts/api/data/dataset-create-new.json
I sat down to try the Dataverse API and `dataverse` today and ran into HTTP 400 (Bad Request) codes when calling `create_dataverse()`. As often happens I figured out the solution...
Something to think about: Shapefiles are a common example of case for the user needing to load multiple files at once. shapefiles come as a set of multiple files like...
RData files cannot be read in as an object, but instead are simply released on to the user environment. I think we should all be switching to Rds (see https://github.com/IQSS/dataverse/issues/7249)...
@kuriwaki, after things are accepted on CRAN, do you mind if I rename the default branch? There are some git commands you can run locally, but honestly it's almost easier...
Please specify whether your issue is about: - [ ] a possible bug - [x] a question about package functionality - [ ] a suggested code or documentation change, improvement...
- [x] a suggested code or documentation change, improvement to the code, or feature request ```R library(dataverse) Sys.setenv("DATAVERSE_SERVER" = "dataverse.harvard.edu") ds
Needs to be fixed by 2023-10-23 to prevent suspension from CRAN. Detailed log currently at https://cran.r-project.org/web/checks/check_results_dataverse.html using R Under development (unstable) (2023-10-04 r85267) using platform: x86_64-pc-linux-gnu R was compiled by...
Please ensure the following before submitting a PR: - [x] if suggesting code changes or improvements, [open an issue](https://github.com/IQSS/dataverse-client-r/issues/new) first - [x] for all but trivial changes (e.g., typo fixes),...