Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jan 22, 2024
1 parent dd8f3de commit b3ca734
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions R/in-webr.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/in_webr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3ca734

Please sign in to comment.