Closed mpadge closed 3 years ago
Note that the above commit reverts back to prior state by removing tryCatch
. Both the system and R-dependency installation procedures can generate minor errors along the way, yet proceed regardless. A tryCatch
can then unnecessarily stop the entire process, so it has been removed. This may lead to some rcmdcheck
results indicating "packages required but not installed", which may then have to be manually de-bugged.
Re-opening to change so that information on any packages unable to be installed can be returned to provide more useful information
Because that can also fail, like in the initial submission of
OmicsMetaData
(issue 471), corresponding to this point in the repo history, in which theDESCRIPTION
file had minimal versions of every package formatting with(<=X.X.X)
. The lack of space after<=
causes an error inremotes::install_deps()
. That should be controlled and a meaningful message returned instead.