0

In Rmarkdown my problem is

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace 'htmltools' 0.5.6 is already loaded, but >= 0.5.7 is required Calls: ... is_bs_theme -> loadNamespace -> namespaceImport -> loadNamespace Execution halted

I tried all the process for update package. But my problem can't solve any way. Please solve my issue to how can update " htmltools " for 0.5.7

2
  • 1
    Do this: detach("package:htmltools", unload=TRUE) and install it again.
    – TarJae
    Commented Dec 21, 2023 at 19:33
  • What does .libPaths() show? What do you see when you run install.packages("htmltools")? What kind of system are you running on? Commented Dec 21, 2023 at 22:51

0

Browse other questions tagged or ask your own question.