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

build from github fails #17

Closed
gdbassett opened this issue Sep 19, 2016 · 1 comment
Closed

build from github fails #17

gdbassett opened this issue Sep 19, 2016 · 1 comment
Labels

Comments

@gdbassett
Copy link

I attempted to install the dev version from github (to see if the %pin% issue in issue #16 was fixed in 1.4-2-1) I was unable to build from github. Build is on an up-to-date mac pro with R version 3.3.1 and RStudio 0.99.902.

> devtools::install_github("mhahsler/arules")
Downloading GitHub repo mhahsler/arules@master
from URL https://api.github.com/repos/mhahsler/arules/zipball/master
Error: Could not find build tools necessary to build arules

> devtools::install_git("git://github.com/mhahsler/arules")
Downloading git repo git://github.com/mhahsler/arules
Error: Could not find build tools necessary to build arules

> devtools::install_git("git://github.com/mhahsler/arules", args="--recursive")
Downloading git repo git://github.com/mhahsler/arules
Error: Could not find build tools necessary to build arules
@mhahsler
Copy link
Owner

You need to install the build tools https://www.rstudio.com/products/rpackages/devtools/.

I presume you need Xcode on a Mac.

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

No branches or pull requests

2 participants