Re: [R] No "doc" directory in my installation of R.

2021-08-09 Thread Dirk Eddelbuettel
Rolf, Sorry for only briefly chiming in, and late, but I don't usually follow r-help that much these days. I am writing this from an Ubuntu machine running R as well as RStudio from pre-made binary .deb packages. R comes via apt from CRAN (using Michael's binaries), RStudio from them via

Re: [R] No "doc" directory in my installation of R.

2021-08-09 Thread Rolf Turner
I thought that I should let everyone know that I have, in some sense at least, resolved my problem with 'no "doc" directory' and Rstudio. I got a useful reply off-list from Duncan Murdoch (thanks Duncan) to the effect that Rstudio requires its own purpose-specific binaries. I was always under

Re: [R] No "doc" directory in my installation of R.

2021-08-08 Thread Duncan Murdoch
If you start R just using the regular command line version (not RStudio), does Sys.getenv("R_DOC_DIR") point to /usr/share/R/doc ? The standard R startup script should do that, but if it doesn't maybe you've got an override? Or maybe you have R_DOC_DIR defined yourself? Duncan

Re: [R] No "doc" directory in my installation of R.

2021-08-08 Thread John Dougherty via R-help
On Sat, 7 Aug 2021 20:26:13 -0700 (PDT) Jeff Newmiller wrote: Documentation on most Linux systems, regardless of release, is commonly located under the /usr/share directory. For R that is /usr/share/doc/R. There is also a "man" entry for R. The rstudio help list might be able to help more

Re: [R] No "doc" directory in my installation of R.

2021-08-08 Thread Rui Barradas
Hello, R 4.1.0 on Ubuntu 20.04. My ls command on /usr/lib/R on my home computer gives what Rolf posted, so I agree with every body that this is not an R issue and would insist with RStudio and ask for their help again. They are generally helpful, btw. I follow installation instructions to

Re: [R] No "doc" directory in my installation of R.

2021-08-08 Thread Duncan Murdoch
Jeff pointed out where the doc directory is installed in Ubuntu: /usr/share/R/doc. So this is definitely an RStudio issue: perhaps it got "tweaked", or perhaps Rolf installed a version meant for some other distribution. In either case, off-topic in R-help, I think. Duncan Murdoch On

Re: [R] No "doc" directory in my installation of R.

2021-08-08 Thread John Kane
R version 4.1.0 (2021-05-18) RStudio 1.4.1714 Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.2 LTS I do not see a doc folder at R level but a lot of newer packages, probably tidyverse derived seem to have a doc sub-folder containing documentation files For example corrplot

Re: [R] No "doc" directory in my installation of R.

2021-08-07 Thread Jim Lemon
Hi Rolf, What about: mkdir /usr/lib/R/doc Jim On Sun, Aug 8, 2021 at 12:45 PM Rolf Turner wrote: > > > Should/shouldn't there be one? > > My R seems to be installed in /usr/lib/R. If do an "ls" of this > directory, I get: > > > bin/ COPYING@etc/ lib/ library/ modules/ > >

Re: [R] No "doc" directory in my installation of R.

2021-08-07 Thread Jeff Newmiller
R documentation on my Ubuntu 20.20 is in /usr/share/R/doc. I see no doc directories in the locations you mention using locate /doc/ Maybe you should be asking on R-sig-debian, perhaps with less noise about RStudio? On Sun, 8 Aug 2021, Rolf Turner wrote: Should/shouldn't there be one?

[R] No "doc" directory in my installation of R.

2021-08-07 Thread Rolf Turner
Should/shouldn't there be one? My R seems to be installed in /usr/lib/R. If do an "ls" of this directory, I get: > bin/ COPYING@etc/ lib/ library/ modules/ > site-library/ SVN-REVISION Definitely no "doc". The (only) reason that I am concerned about this, is that I have decided