DillonHammill / CytoExploreR

Interactive Cytometry Data Analysis
61 stars 13 forks source link

Installation Error: openCyto multiple methods tables for 'plot' #35

Closed DillonHammill closed 4 years ago

DillonHammill commented 4 years ago
devtools::install_github("DillonHammill/CytoExploreR")
.
.
.
Error: package or namespace load failed for 'openCyto':
 (converted from warning) multiple methods tables found for 'plot'

Failure to install is due to remotes converting warnings to errors. This can be fixed by setting the following environment variable and re-installing CytoExploreR:

Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
devtools::install_github("DillonHammill/CytoExploreR")