The installation guide for nlmixr currently provides instructions for Windows. I have succesfully installed the nlmixr package on my pc, and I would like to install it on my Macbook Pro as well.
Is it possible to install nlmixr and RxODE packages on my Macbook Pro running Sierra and R 3.2.? if so how?
I run
install.packages("devtools")
library(devtools)
successfully, but when I run
install_github('nlmixrdevelopment/RxODE')
install_github('nlmixrdevelopment/nlmixr')
I get the following errors
Downloading GitHub repo nlmixrdevelopment/RxODE@master
from URL https://api.github.com/repos/nlmixrdevelopment/RxODE/zipball/master
Error: Could not find build tools necessary to build RxODE
Assuming I need to do something with the xcode command line tools to get it to work?