I’m trying to load any package but I’m getting this error message:
if(!require("forestmangr", quietly = TRUE)) install.packages("forestmangr")
library(forestmangr)
Error: package or namespace load failed for ‘forestmangr’: .onLoad failed in loadNamespace() for 'magrittr', details: call: fun(libname, pkgname) error: object 'magrittr_init' not found In addition: Warning message: package ‘forestmangr’ was built under R version 4.3.3
How do I solve this?”
- Reinstall all packages;
- Reinstall R and R Studio;
user25080181 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.