[R] Error after updating a package

Sarah Goslee @@r@h@go@|ee @end|ng |rom gm@||@com
Wed Feb 16 22:12:57 CET 2022


Hi,

The solution to that kind of error is always to update R to the
current version (4.1.2), and then to update all of your packages.

At the R command line, you could use
update.packages(ask=FALSE) # possibly with checkBuilt=TRUE

but I expect R Studio has a snazzy menu item to update everything.

Sarah

On Wed, Feb 16, 2022 at 3:54 PM javed khan <javedbtk111 using gmail.com> wrote:
>
> Hello
>
> My RStudio was working fine and then I installed tidyverse & updated dplyr.
> Now when I opened RStudio, I get the following message
>
> Error: package or namespace load failed for ‘farff’ in loadNamespace(i,
> c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
>  namespace ‘ellipsis’ 0.3.1 is already loaded, but >= 0.3.2 is required
> In addition: Warning message:
> package ‘farff’ was built under R version 4.0.5
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help using 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.



-- 
Sarah Goslee (she/her)
http://www.sarahgoslee.com



More information about the R-help mailing list