osfr icon indicating copy to clipboard operation
osfr copied to clipboard

R interface to the Open Science Framework (OSF)

Results 24 osfr issues
Sort by recently updated
recently updated
newest added

The API provides endpoints for generating and listing external IDs (currently limited to DOIs). We could implement something like ```r osf_generate_id(proj, type = "doi") ``` which would return a modified...

This would be useful for my [codebook](https://github.com/rubenarslan/codebook) package.

feature request

Hi: I encountered this error when trying to download a large folder ``` Requesting folder 'Vero-Infected' from OSF Downloading Vero-Infected.zip Downloading: 30 GB Error in curl::curl_fetch_disk(x$url$url, x$disk, handle = x$url$handle)...

I need to be able to generate lists of file names and identifiers in my projects, to include all levels of the storage directories. I suppose to do that I...

provide a function to duplicate files/directories in same location

When using the osf_upload function in combination with purrr::walk I received an inconsistent error. I could upload ~50 files with no problems. Later when trying the same basic code with...

[A tweet](https://twitter.com/__jsta/status/928738955423571968) suggested to add preprint search in the `fulltext` package, which might also perfectly fit here. @sckott, would you consider it preferable to add it here or in `fulltext`?...

feature request

I am trying to download the filenames of a node. Every time we make a change to a file (upload, rename), a new file is "missing" from the download, and...

Validate fix for #141. Unable to add tests at the time because test.osf.io was down.

Hello. I would like to perform an OSF registries search, because the website search feature is not working properly right now. I am trying to identify the number of registries...