I have recently upgraded to the latest version of R Studio Version 1.0.153. However in the previous version the packages processmapR and DiagrammeR were getting installed easily but now the after installing and loading the package, this is the error I am getting. Please help me.
install.packages("processmapR")
library(processmapR)
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called ‘DiagrammeR’
In addition: Warning message:
package ‘processmapR’ was built under R version 3.3.3
Error: package or namespace load failed for ‘processmapR’