Package: osfr Title: Interface to the 'Open Science Framework' ('OSF') Version: 0.2.9.9001 Authors@R: c( person("Aaron", "Wolen",, "aaron@wolen.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2542-2202")), person("Chris","Hartgerink",, "chjh@protonmail.com", role = "aut", comment = c(ORCID = "0000-0003-1050-6809")), person("Timothy", "York",, "timothypyork@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-4068-4286")), person("Ryan", "Hafen",, "rhafen@purdue.edu", role = "ctb"), person("Brian", "Richards",, "brian.g.richards@gmail.com", role = "ctb"), person("Courtney", "Soderberg",, "courtney@cos.io", role = "ctb", comment = c(ORCID = "0000-0003-1227-7042")), person("Carl", "Boettiger",, "cboettig@gmail.com", role = "rev", comment = c(ORCID = "0000-0002-1642-628X")), person("Heidi", "Seibold",, "heidi.seibold@stat.uni-muenchen.de", role = "rev") ) Description: An interface for interacting with 'OSF' (). 'osfr' enables you to access open research materials and data, or create and manage your own private or public projects. Depends: R (>= 3.1.0) Imports: crul (>= 0.7.4), jsonlite, stringi, purrr, tibble (>= 3.0.0), rlang, fs (>= 1.3.0), memoise, httr License: MIT + file LICENSE URL: https://docs.ropensci.org/osfr/, https://github.com/ropensci/osfr BugReports: https://github.com/ropensci/osfr/issues Suggests: dplyr, logger, rprojroot, brio, testthat, knitr, rmarkdown, lintr (>= 2.0), covr, spelling, vcr (>= 2.0.0), withr Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-03-07 17:13:24 UTC RemoteUrl: https://github.com/ropensci/osfr RemoteRef: master RemoteSha: 33d89f3370ea6e7691f6b055c080d7081e519a63 NeedsCompilation: no Packaged: 2026-07-01 08:27:15 UTC; root Author: Aaron Wolen [aut, cre] (ORCID: ), Chris Hartgerink [aut] (ORCID: ), Timothy York [ctb] (ORCID: ), Ryan Hafen [ctb], Brian Richards [ctb], Courtney Soderberg [ctb] (ORCID: ), Carl Boettiger [rev] (ORCID: ), Heidi Seibold [rev] Maintainer: Aaron Wolen