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

Reproducible example issue tmap #17

Closed
suzannemaas opened this issue Sep 25, 2020 · 5 comments
Closed

Reproducible example issue tmap #17

suzannemaas opened this issue Sep 25, 2020 · 5 comments

Comments

@suzannemaas
Copy link
Collaborator

Running into an issue with the reproducible example (using R v3.6).

While package 'tmap' is successfully installed and unpacked, I'm not managing to get it loaded successfully:

install.packages("tmap")
"package ‘tmap’ successfully unpacked and MD5 sums checked"
library(tmap)
"Error: package or namespace load failed for ‘tmap’ in namespaceExport(ns, exports):
undefined exports: providers"

Tried to add 'dependencies = TRUE' to the install.packages command, but didn't solve the issue.

@Robinlovelace
Copy link
Collaborator

Thanks for the report @suzannemaas, I think I know what the problem is...

@Robinlovelace
Copy link
Collaborator

Could you try running this?:

remotes::install_version(package = "XML", version = "3.99-0.3")

Or re-install a more recent version of R (4.0.0 is the latest).

Details: https://github.com/mtennekes/tmap/issues/150

@suzannemaas
Copy link
Collaborator Author

Thanks @Robinlovelace Thought that may be the case. Installing new version now, let's see :)

@suzannemaas
Copy link
Collaborator Author

A race against the clock, but success :) thanks again @Robinlovelace

@Robinlovelace
Copy link
Collaborator

Great to hear @suzannemaas ! Please close the issue if it's fixed : )

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

2 participants