From 103e0e21f23e5facfb15d3bd19bbe1139d162046 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Mon, 15 Aug 2022 13:11:19 -0400 Subject: [PATCH] Redocument with roxygen2 7.2.1 (#242) * Add HTML5 workflow check * Actually build the manual * Try installing pdflatex and tidy * Error on NOTEs because this isn't a warning * Redocument with roxygen2 7.2.1 * Remove HTML5 workflow * NEWS bullet --- DESCRIPTION | 2 +- NEWS.md | 3 +++ man/furrr-package.Rd | 2 +- man/future_map2.Rd | 5 +---- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 98dc1e6..881bfae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -37,4 +37,4 @@ Config/Needs/website: Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.1 diff --git a/NEWS.md b/NEWS.md index 048937c..d370a36 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # furrr (development version) +* Redocumented the package with roxygen2 7.2.1 to fix invalid HTML5 issues + (#242). + # furrr 0.3.0 ## Breaking changes diff --git a/man/furrr-package.Rd b/man/furrr-package.Rd index 449a37d..3860bb3 100644 --- a/man/furrr-package.Rd +++ b/man/furrr-package.Rd @@ -6,7 +6,7 @@ \alias{furrr-package} \title{furrr: Apply Mapping Functions in Parallel using Futures} \description{ -\if{html}{\figure{logo.png}{options: align='right' alt='logo' width='120'}} +\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} Implementations of the family of map() functions from 'purrr' that can be resolved using any 'future'-supported backend, e.g. parallel on the local machine or distributed on a compute cluster. } diff --git a/man/future_map2.Rd b/man/future_map2.Rd index e0d85fd..1260f2e 100644 --- a/man/future_map2.Rd +++ b/man/future_map2.Rd @@ -195,10 +195,7 @@ future_pwalk( ) } \arguments{ -\item{.x}{Vectors of the same length. A vector of length 1 will -be recycled.} - -\item{.y}{Vectors of the same length. A vector of length 1 will +\item{.x, .y}{Vectors of the same length. A vector of length 1 will be recycled.} \item{.f}{A function, formula, or vector (not necessarily atomic).