Error:
! package or namespace load failed for 'tidyverse':
.onAttach failed in attachNamespace() for 'tidyverse', details:
call: NULL
error: package or namespace load failed for 'stringr' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'stringi'
Backtrace:
base::library(tidyverse)
base::tryCatch(...)
base (local) tryCatchList(expr, classes, parentenv, handlers)
base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
Hi @andrep , I would like to recommend that when you work with .Rmd, you have in the first chunk all the libraries so you make sure that all your functions are activated before running your script.
'''> install.packages("stringi")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: