Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Oct 26, 2023
1 parent 43b843f commit d650b1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/webr/R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ install <- function(packages, repos = NULL, info = NULL, lib = NULL,
repo <- info[pkg, "Repository"]
repo <- sub("file:", "", repo, fixed = TRUE)

pkg_ver <- info[pkg, "Version"]
pkg_ver <- info[pkg, "Version"]
if (!quiet) message(paste("Downloading webR package:", pkg))

Expand Down
2 changes: 1 addition & 1 deletion src/webR/webr-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export class WebR {
}

/**
* Install a list of R packages from a webR binary pack repo.
* Install a list of R packages from a Wasm binary package repo.
* @param {string[]} packages An array of R package names.
* @param {InstallPackagesOptions} [options] Options to be used when
* installing webR packages.
Expand Down

0 comments on commit d650b1f

Please sign in to comment.