Unable to install bslib - ERROR: lazy loading failed for package 'bslib'

I am unable to install bslib successfully. For advice. Thanks.

> install.packages("bslib")
...............

* installing *source* package 'bslib' ...
** package 'bslib' successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  namespace 'sass' 0.3.1 is being loaded, but >= 0.4.0 is required
Calls: <Anonymous> ... withCallingHandlers -> loadNamespace -> namespaceImport -> loadNamespace
Execution halted
ERROR: lazy loading failed for package 'bslib'
* removing 'C:/Users/f_ceq/Documents/R/win-library/4.0/bslib'
Warning in install.packages :
  installation of package ‘bslib’ had non-zero exit status

You are being asked to update the sass package.

install.packages("sass")

All good now. Thanks vm!

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.