Description Usage Arguments Value
View source: R/get_package_deps.R
It is common to have base R packages dependencies, but when trying to install a base package in RStudio you'll get complaints about the package already being loaded. This function removes the base R packages from the input (if any).
1 | remove_base_packages(package_name)
|
package_name |
|
The unique entries in package_name
without base packages (if any).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.