sync_packages | R Documentation |
Sync packages to the version on the miniCRAN repo
sync_packages(lib.loc = .libPaths()[1], repos = "", type, options = "")
lib.loc |
Library to install packages in (see .libPaths()) |
repos |
Repo to update from (default is the radiant repo on GitHub) |
type |
Package type ("binary" or "source"). If missing, will try infer from OS type (i.e., "source" for linux, else "binary") |
options |
Install options as a string to pass to install.packages (e.g., '–no-lock') |
## Not run:
radiant.update::sync_packages()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.