Gracias Carlos. Se me ocurrió otra solución más drástica pero funcionó: desinstalar e instalar r.
Quoting Carlos Ortega <[email protected]>:
Prueba a salir de RStudio y al entrar de nuevo. Y también actualiza todos los paquetes, por posibles dependencias adicionales (con "Update", bueno ya sabrás)... Gracias, Carlos. El dom., 30 jun. 2019 a las 17:10, Manuel Mendoza (<[email protected]>) escribió:Encontré esta "solución": remove.packages(c("ggplot2", "data.table")) install.packages('Rcpp', dependencies = TRUE) install.packages('ggplot2', dependencies = TRUE) install.packages('data.table', dependencies = TRUE) no me dio error, pero ahora me dice que no está: > library(ggplot2) Error in library(ggplot2) : there is no package called ‘ggplot2’ Quoting Manuel Mendoza <[email protected]>: > Hace tiempo que utilizo ggplot2, pero después de haber instalado > varios paquetes nuevos, al cargarlo (library(ggplot2)) me da este > error: > > Error: package or namespace load failed for ‘ggplot2’ in > loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = > vI[[j]]): > namespace ‘pkgconfig’ 2.0.1 is being loaded, but >= 2.0.2 is required > > _______________________________________________ > R-help-es mailing list > [email protected] > https://stat.ethz.ch/mailman/listinfo/r-help-es -- Dr Manuel Mendoza Department of Biogeography and Global Change National Museum of Natural Science (MNCN) Spanish Scientific Council (CSIC) C/ Serrano 115bis, 28006 MADRID Spain _______________________________________________ R-help-es mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-help-es-- Saludos, Carlos Ortega www.qualityexcellence.es
-- Dr Manuel Mendoza Department of Biogeography and Global Change National Museum of Natural Science (MNCN) Spanish Scientific Council (CSIC) C/ Serrano 115bis, 28006 MADRID Spain _______________________________________________ R-help-es mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-help-es
