Error: package ‘parser’ required by ‘highlight’ could not be found

After upgrade to R 3.6.0 [ opensuse leap 15,0 ] many packages need to be upgraded, The update was initiated in Rsudio and very few were updated , The vast majority fails with the messages like ....

* installing *source* package ‘zeallot’ ...
** package ‘zeallot’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error: package ‘parser’ required by ‘highlight’ could not be found
Execution halted
ERROR: lazy loading failed for package ‘zeallot’
* removing ‘/usr/lib64/R/library/zeallot’
For example ggplot2 is in the same category .
In CRAN parser is not found . It is available in CRAN Archive .
Trying to install it I got the message
ERROR: this R is version 3.6.0, package 'parser' requires R < 3.0.0

Does anyone have any idea how parser package can be fixed for R 3.6.0 .
Your help is appreciated .
Thanks,
Nick

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.