No, they don't match.
In R: "/Library/Frameworks/R.framework/Versions/3.6/Resources/library"
In RStudio: "/Users/fishbacp/anaconda3/lib/R/library"
I tried in R to set the installation path to RStudio's as follows:
install.packages("RTransferEntropy", lib="/Users/fishbacp/anaconda3/lib/R/library")
My thinking was that this directory is where RStudio would look for installed packages. This is what happened after I restarted R in RStudio and typed
library("RTransferEntropy")
Error: package or namespace load failed for ‘RTransferEntropy’ in rbind(info, getNamespaceInfo(env, "S3methods")):
- number of columns of matrices must match (see arg 2)*
In addition: Warning message:
package ‘RTransferEntropy’ was built under R version 3.6.0
My version of R is 3.6.0.