GeoBosh / Rdpack

R package Rdpack provides functions and macros facilitating writing and management of R documentation.
https://geobosh.github.io/Rdpack/
28 stars 6 forks source link

Cannot install Rdpack #11

Closed davidhbernstein closed 4 years ago

davidhbernstein commented 4 years ago

I cannot install Rdpack, and am getting the following output

install.packages("Rdpack") Installing package into ‘/home/d.bernstein/R/x86_64-redhat-linux-gnu-library/3.3’ (as ‘lib’ is unspecified) trying URL 'https://cran.rstudio.com/src/contrib/Rdpack_0.11-1.tar.gz' Content type 'unknown' length 693897 bytes (677 KB)

downloaded 677 KB

Error: argument is of length zero

The downloaded source packages are in ‘/tmp/Rtmp6RfIXR/downloaded_packages’

GeoBosh commented 4 years ago

Thanks for the report . Are you running R-3.3 on Red Hat? If you are installing the package using install.packages, could you run sessionInfo() and show the output here?

I may have included something in the documentation that doesn't compile properly in R-3.3. Can you try to install without the html docs using:

install.packages("Rdpack", INSTALL_opts = c("--no-html"))

If that fails try installing without docs at all:

install.packages("Rdpack", INSTALL_opts = c("--no-docs"))

Let me know the result.

davidhbernstein commented 4 years ago

Hi Georgi,

I was running 3.4.3 and but updated to 3.6.2.
Best,

David

www.davidharrybernstein.com

On Dec 31, 2019, at 7:23 AM, Georgi N. Boshnakov notifications@github.com wrote:

 Thanks for the report . Are you running R-3.3 on Red Hat? If you are installing the package using install.packages, could you run sessionInfo() and show the output here?

I may have included something in the documentation that doesn't compile properly in R-3.3. Can you try to install without the html docs using:

install.packages("Rdpack", INSTALL_opts = c("--no-html")) If that fails try installing without docs at all:

install.packages("Rdpack", INSTALL_opts = c("--no-docs")) Let me know the result.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

GeoBosh commented 4 years ago

Do you still have the problem?

davidhbernstein commented 4 years ago

No

Best,

David

www.davidharrybernstein.com

On Jan 2, 2020, at 2:14 AM, Georgi N. Boshnakov notifications@github.com wrote:

 Do you still have the problem?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.