diff --git a/DESCRIPTION b/DESCRIPTION index fd5fb33..ec9b3dd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,5 +15,5 @@ BugReports: https://github.com/coatless-tutorials/webr-github-action-wasm-binari Depends: R (>= 4.3.0) License: GPL (>= 2) Encoding: UTF-8 -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.0 Roxygen: list(markdown = TRUE) diff --git a/R/in-webr.R b/R/in-webr.R index b4e5e72..cd0c008 100644 --- a/R/in-webr.R +++ b/R/in-webr.R @@ -1,7 +1,7 @@ -#' Detect if version of R is built using Web Assembly (WASM) +#' Detect if the version of R is built using Web Assembly (WASM) #' #' The function checks whether the compiled version of _R_ shows an architecture -#' that matches `"wasm32"`. If its the case, we're likely using webR to access +#' that matches `"wasm32"`. If it's the case, we're likely using webR to access #' R. #' #' @export diff --git a/man/in_webr.Rd b/man/in_webr.Rd index 99ca49a..f02bc36 100644 --- a/man/in_webr.Rd +++ b/man/in_webr.Rd @@ -2,13 +2,13 @@ % Please edit documentation in R/in-webr.R \name{in_webr} \alias{in_webr} -\title{Detect if version of R is built using Web Assembly (WASM)} +\title{Detect if the version of R is built using Web Assembly (WASM)} \usage{ in_webr() } \description{ The function checks whether the compiled version of \emph{R} shows an architecture -that matches \code{"wasm32"}. If its the case, we're likely using webR to access +that matches \code{"wasm32"}. If it's the case, we're likely using webR to access R. } \examples{