From b54b0c6e7e94ea6683cc85d4892be5abff870d8b Mon Sep 17 00:00:00 2001 From: Aaron Wolen Date: Thu, 10 Oct 2019 15:15:19 -0500 Subject: [PATCH] Bump version and update docs --- DESCRIPTION | 2 +- man/osf_create.Rd | 4 ++-- man/osf_refresh.Rd | 2 +- man/osf_retrieve.Rd | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 91283ddf..3bb76e70 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: osfr Title: R Interface to OSF -Version: 0.2.4.9004 +Version: 0.2.5 Authors@R: c( person("Aaron", "Wolen",, "aaron@wolen.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2542-2202")), diff --git a/man/osf_create.Rd b/man/osf_create.Rd index 0aa059d0..c4a33149 100644 --- a/man/osf_create.Rd +++ b/man/osf_create.Rd @@ -69,8 +69,8 @@ component <- osf_create_component(project, title = "Project Data") \references{ \enumerate{ \item OSF Guides: Create a Project. -\url{http://help.osf.io/m/projects/l/481539-create-a-project}. +\url{https://help.osf.io/hc/en-us/articles/360019737594-Create-a-Project}. \item OSF Guides: Create a Component. -\url{http://help.osf.io/m/projects/l/481998-create-components}. +\url{https://help.osf.io/hc/en-us/articles/360019737614-Create-Components}. } } diff --git a/man/osf_refresh.Rd b/man/osf_refresh.Rd index 8b0f3ce3..5fc6c936 100644 --- a/man/osf_refresh.Rd +++ b/man/osf_refresh.Rd @@ -7,7 +7,7 @@ osf_refresh(x) } \arguments{ -\item{x}{an \code{\link{osf_tbl}}} +\item{x}{an \code{\link{osf_tbl}}.} } \description{ Use \code{osf_refresh()} to update one or more entities in an \code{\link[=osf_tbl]{osf_tbl()}} with diff --git a/man/osf_retrieve.Rd b/man/osf_retrieve.Rd index 14c9619d..5b269493 100644 --- a/man/osf_retrieve.Rd +++ b/man/osf_retrieve.Rd @@ -32,7 +32,7 @@ could also be an 11-character Waterbutler ID. See below for details. project, component, and file on OSF and forms the basis for the service's URL scheme. For example the GUID for a project accessible at \url{https://osf.io/ezum7} is simply \code{ezum7}. You can learn more about GUIDs -\href{http://help.osf.io/m/faqs/l/726460-faqs#what-s-a-globally-unique-identifier-guid-what-metadata-is-maintained-about-them}{here}. +\href{https://help.osf.io/hc/en-us/articles/360019737894-FAQs#what-s-a-globally-unique-identifier-guid-what-metadata-is-maintained-about-them}{here}. An important detail is that files and directories are handled internally on OSF by another serviced called \href{http://www.waterbutler.io/}{Waterbutler},