On 17/12/2021 12:32 a.m., Winod Dhamnekar wrote:
  Hello R users community,
  I installed 'FinCal' and  'ggplot2' packages in r and tried to load
  them, but I couldn't load them. R gave me the following error.

library(FinCal)
Error: package or namespace load failed for ‘FinCal’ in loadNamespace(j <-
i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
  there is no package called ‘fansi’
library(ggplot2)
Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(j <-
i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
  there is no package called ‘fansi’


You should show us how you installed them. Normally an install will fail if a required dependency is missing.

Duncan Murdoch

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to