View source: R/package.check.R
package.check | R Documentation |
This function allows you to check to see if all the common use packages dependencies for Spectre are installed. See https://sydneycytometry.org.au/spectre for usage instructions and vignettes.
package.check(type = "general")
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. If "ML", then checks for additional packages required for machine-learing functionality. |
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.check()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.