standardise_dep | R Documentation |
Standardise dependencies using the same logical as install.packages
standardise_dep(x)
x |
The dependencies to standardise. A character vector (selecting from "Depends", "Imports", "LinkingTo", "Suggests", or "Enhances"), or a logical vector.
The value "soft" means the same as Any additional values that don't match one of the standard dependency types are filtered out. |
https://r-pkgs.org/description.html for additional information on what each dependency type means.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.