Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails @ R4.2.1 RHEL #141

Open
yhoogstrate opened this issue Oct 7, 2022 · 0 comments
Open

Installation fails @ R4.2.1 RHEL #141

yhoogstrate opened this issue Oct 7, 2022 · 0 comments

Comments

@yhoogstrate
Copy link

Hi all,

We're having difficulties installing the ggthemes package using install.packages().

Recently our RHEL server was upgraded to R 4.2.1. When installing ggthemes, it crashes with the following error:

install.packages('ggthemes')
Installing package into ‘/home/<uid>/R/x86_64-redhat-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/src/contrib/ggthemes_4.2.4.tar.gz'
Content type 'application/x-gzip' length 444642 bytes (434 KB)
==================================================
downloaded 434 KB

* installing *source* package ‘ggthemes’ ...
** package ‘ggthemes’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
Error : excel_new_pal.Rd:13: 'ggthemes_data' is not an exported object from 'namespace:ggthemes'
ERROR: installing Rd objects failed for package ‘ggthemes’
* removing ‘/home/<uid>/R/x86_64-redhat-linux-gnu-library/4.2/ggthemes’
Warning in install.packages :
  installation of package ‘ggthemes’ had non-zero exit status

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

I presume the problem has to do with this line:

Error : excel_new_pal.Rd:13: 'ggthemes_data' is not an exported object from 'namespace:ggthemes'
ERROR: installing Rd objects failed for package ‘ggthemes’

Anyone any thoughts how to resolve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant