After installing a certain package, the package is not loadable via library("stm")
. It says it doesn't exist. I think the intallation directory is not the same as when using the library
function. Anyone knows how to fix this?
thanks in advance
After installing a certain package, the package is not loadable via library("stm")
. It says it doesn't exist. I think the intallation directory is not the same as when using the library
function. Anyone knows how to fix this?
thanks in advance
You can view (and edit) the location of your libraries with .libPaths()
.
Here is the documentation.
If you use library()
, it will output all packages installed in your current library path.