Shiro Kuriwaki
Shiro Kuriwaki
Unused files in `R/` and unbuilt functions: - [ ] [`.onLoad`](https://github.com/IQSS/dataverse-client-r/blob/d19b2410ed31867df5d8341bd7471bce6823ce15/R/onload.R) - [ ] everything that starts with `native`, e.g. [`create_user`](https://github.com/IQSS/dataverse-client-r/blob/d19b2410ed31867df5d8341bd7471bce6823ce15/R/native_user.R) - [ ] [`retrieve_manifest`](https://github.com/IQSS/dataverse-client-r/blob/d19b2410ed31867df5d8341bd7471bce6823ce15/R/utils-manifest.R) etc.. Perhaps these should be...
`vars` should be an argument that subsets the columns of the dataset to pull. However, it seems to not affect anything and just returns the whole dataset. ``` r library(dataverse)...
For datasets that periodically update (e.g. [this](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/42MVDX) is on V6), it would be good for the `get_*` functions to have an option to specify the version number. Looks like there...
For dataset retrieval, we download and parse JSON metadata multiple times. For example, in `get_dataframe_by_name`, `get_fileid.character` would first find the dataset id via https://github.com/IQSS/dataverse-client-r/blob/4775a92360569adb6e693ad6db940f89530eeb8d/R/utils.R#L29 and the file the list of...
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)...
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...
Hi, I'm trying to getting my dependencies lined up so I can install this library. I'm on a M2 Macbook. When I run `conda env create -f environment.yml` per the...
these would be good for _group_ discussions (synchronous) e.g. - `filter(mtcars$cyl == 8)` - `c("red," “yellow," "blue")` - `ggplot(mydata, aes(x = Time, y = Conc, color = "red")) + geom_line()`
https://github.com/IQSS/prefresher/blob/master/01_warmup.Rmd