Skip to contents

Checks for the presence of packages required for TESS. If any of these packages are not already installed, it will automatically install them.

Usage

tess_packages()

Value

None

Details

The following packages will be installed if not already present:

  • "automap"

  • "graphics"

  • "LEA" (from Bioconductor repository)

  • "tess3r" (from GitHub repository bcm-uga/TESS3_encho_sen)

  • "fields"

  • "rworldmap"

  • "cowplot"

Examples

if (FALSE) tess_packages()