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

I was trying to understand the `osfr` package and tried to apply the following example from the [osfr documentation]( https://docs.ropensci.org/osfr/articles/getting_started.html#a-few-details-about-files-on-osf): ``` osf_retrieve_file("vbdah") %>% osf_download(excel_file) ``` This code does not work...

`osf_ls_files()` appears to be not listing some files in osfr version 0.2.8. The files that are missing are consistent (i.e. if I call the code again the same files are...

Around March 2022, I discovered that the OSF API no longer accepts GUIDs for downloading files. Instead, the Waterbutler path must be used. This PR just swaps the `fid` parameter...

When trying to upload a folder containing several subfolders I keep getting the following error, even after updating to the latest version: Code: ``` cr_project

I keep getting an error saying the file already exists, and rather than skipping, it aborts?

It would be very useful to add an argument to either `osf_retrieve_file()` or `osf_download()` to choose a specific file version to download. Currently I had to resort to manually downloading...

feature request

Is this possible? Could not find the answer in the documentation.

It'd be great if there were a `use_cache` parameter in `osfr::osf_download()` to make downloads easier. I have several workflows built with drake that download data files from the OSF that...

I'm trying to run `osfr::retrieve_node()` with a view-only link, are view-only link still supported? I'm getting the error: ```r Error: You do not have permission to perform this action. HTTP...

feature request

Hi all, thanks for the osfr package! I'm struggling a bit with the `osf_upload` function. In particular, the overwrite settings aren't working for me. Here's the relevant code. Here's a...