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

Rtools installation error:Error in find_rtools() : could not find function "find_rtools" #1941

Closed
ritwikguhathakurta opened this issue Dec 7, 2018 · 4 comments

Comments

@ritwikguhathakurta
Copy link

No description provided.

@jimhester
Copy link
Member

Sorry there is not enough information here to do anything. If you add additional details I can reopen this.

@ritwikguhathakurta
Copy link
Author

ritwikguhathakurta commented Dec 7, 2018 via email

@cotp27
Copy link

cotp27 commented Feb 17, 2019

This allowed be to be able to use

devtools::install_github

to download other R packages from GitHub that require Rtools to build them.

Here is the code just in case anyone else has this issue.

install.packages("pkgbuild") # pkgbuild is not available (for R version 3.5.0)
install.packages("devtools") # make sure you have the latest version from CRAN
library(devtools) # load package
devtools::install_github("r-lib/pkgbuild") # install updated version of pkgbuild from GitHub
library(pkgbuild) # load package
<find_rtools() # should be TRUE, assuming you have Rtools 3.5

I'll leave this issue open for now since this workaround doesn't really close the underlying issue.

@lock
Copy link

lock bot commented Aug 16, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Aug 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants