From bbf2f3ce5f6af5e78ed5c4a8c91b2b786f03bc54 Mon Sep 17 00:00:00 2001 From: henrykironde Date: Mon, 22 Jul 2024 04:33:00 -0400 Subject: [PATCH] Release 3.1.1 notes --- DESCRIPTION | 4 ++-- NEWS.md | 7 +++++++ man/install_retriever.Rd | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 78783ef..18b8790 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Description: Provides an R interface to the Data Retriever command line interface. The Data Retriever automates the tasks of finding, downloading, and cleaning public datasets, and then stores them in a local database. -Version: 3.1.0 +Version: 3.1.1 Authors@R: c(person("Henry", "Senyondo", role = c("aut", "cre"), email = "henrykironde@gmail.com", comment = c(ORCID = "0000-0001-7105-5808")), @@ -67,5 +67,5 @@ Suggests: VignetteBuilder: knitr SystemRequirements: Python (>= 3.7), retriever (>= 3.0.0) (version must be listed to patch to allow parsing) License: MIT + file LICENSE -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.3 Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index ca3e677..80ef25c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +rdataretriever 3.1.1 +==================== + +## Minor Improvements + +* Update Authors' list + rdataretriever 3.1.0 ==================== diff --git a/man/install_retriever.Rd b/man/install_retriever.Rd index a8db5e6..33dbd84 100644 --- a/man/install_retriever.Rd +++ b/man/install_retriever.Rd @@ -13,8 +13,8 @@ a specific installation method. Note that the "virtualenv" method is not available on Windows.} \item{conda}{The path to a \code{conda} executable. Use \code{"auto"} to allow -\code{reticulate} to automatically find an appropriate \code{conda} binary. See -\strong{Finding Conda} for more details.} +\code{reticulate} to automatically find an appropriate \code{conda} binary. +See \strong{Finding Conda} and \code{\link[reticulate:conda_binary]{conda_binary()}} for more details.} } \value{ No return value, install the python module `retriever`