View source: R/package.install.R
package.install | R Documentation |
This function allows you to check to see if all the common use packages dependencies for Spectre are installed. Will only install if the package has not been installed, will not update packages. See https://sydneycytometry.org.au/spectre for usage instructions and vignettes.
package.install(type = "general", update = FALSE)
type |
DEFAULT = "general". If "general", then checks for the packages required for general Spectre usage. If "spatial", then checks for additional packages required for spatial analysis. |
update |
DEFAULT = FALSE. If FALSE, will only install packages that are not already installed – no updates of packages will be performed. If TRUE, will install and update packages. |
returns an error message if one of the common use packages are not installed. Proceeds in order of package importance, and only the first error message encountered will be returned.
Thomas M Ashhurst, thomas.ashhurst@sydney.edu.au
https://sydneycytometry.org.au/spectre
package.install()
package.install(type = 'spatial')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.