Created
April 29, 2016 13:56
-
-
Save kylebaron/60e19ad087d94fbe44d38d323f782579 to your computer and use it in GitHub Desktop.
R not found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sys.setenv(PATH="") | |
library(mrgsolve) | |
## Warning: | |
## Could not find R program in PATH. | |
## If you are compiling your own models, please first make sure that | |
## the following command runs properly from your R prompt: | |
## system("R CMD SHLIB -v") | |
## mrgsolve: Community Edition | |
## www.github.com/metrumresearchgroup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment