Where should Robyn
usually get installed on my machine?
#938
gedkitchener-CT
started this conversation in
General
Replies: 1 comment
-
Sorry for the late reply, because the discussion here is not as closely monitored. Can you check |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am new to R, so apologies in advance for the noob question. Any help would be much appreciated.
I am using a Debian 11 OS.
I have run the following:
which installs 94 dependencies into
/usr/local/lib/R/site-library
. In that directory, I can see the dependencies:curl
,ggplot2
,stringr
, etc.But when I come to load the
Robyn
library in my script:library(Robyn)
I get the following error:
When I check the library path using
.libPaths()
I see that same/usr/local/lib/R/site-library
directory, so it's looking in the right place for the dependencies. But I do notice thatRobyn
is not there alongside them.Should
Robyn
be in the same directory as the dependencies? Or is it installed elsewhere by default?Beta Was this translation helpful? Give feedback.
All reactions