[R] FinCal and ggplot2 packages in r could not be loaded.

Duncan Murdoch murdoch@dunc@n @end|ng |rom gm@||@com
Fri Dec 17 16:47:48 CET 2021


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



More information about the R-help mailing list