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

Common package installation problems #250

Open
hadley opened this issue Dec 6, 2018 · 4 comments
Open

Common package installation problems #250

hadley opened this issue Dec 6, 2018 · 4 comments

Comments

@hadley
Copy link
Member

hadley commented Dec 6, 2018

It would be useful to have a blog post that describes each of the following problems, how to detect, and how to fix:

  • install.package() on windows when package has dll, and is currently loaded

  • You install package that links to another package, but the ABI has changed so the code randomly crashes

  • You install_github() a package that's loaded and when accessing the docs you get a the -3 decompress error

@jennybc
Copy link
Member

jennybc commented Dec 6, 2018

This post would be natural to co-develop as we flesh out the Personal R Admin section of the What They Forgot materials.

cc @jimhester

@wch
Copy link
Member

wch commented Feb 15, 2019

@yutannihilation
Copy link
Member

unzip doesn't work correctly. (Though maybe this is fixed?)

IIUC, it won't be fixed, but now correctly raises an error.

r-lib/remotes#84 (comment)

@yutannihilation
Copy link
Member

install.package() on windows when package has dll, and is currently loaded

Just in case you don't notice, devtools::install_packages() cannot be used for the packages it imports (e.g. rlang, glue) even on a fresh session.

c.f. https://yutani.rbind.io/post/a-survival-guide-to-install-rlang-from-github-on-windows/

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

No branches or pull requests

4 participants