Did you read the error message?
it says error in loadNamespace(). I am new to R and I don't know what that means.
Thank you
please write the full message here. its the only way we might possibly attempt to understand what your problem might be
devtools::install_github("psuthaharan/
- twochoiceRL")
Error in loadNamespace(x) : there is no package called ‘devtools’
library(twochoiceRL)
Error in library(twochoiceRL) : there is no package called ‘twochoiceRL
this is the error message.
You must first install devtools before using its functions :
install.packages("devtools")
This topic was automatically closed 21 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.