Closed kmiddleton closed 11 years ago
Keven Thanks for the pull request.
I merged your pull request but don't have ready access to a mac. Can you do...
library(devtools)
install_github("reports", "trinker")
...and let me know if this problem has been fixed?
Here's the discussion in the NEWS.md
It works. presentation()
creates a new presentation and correctly opens Rstudio.
Thanks Kevin
Add
"/Applications/RStudio.app/Contents/MacOS/RStudio"
to themyPaths
search forwheresRstudio()
. This is the standard location for Rstudio.app to be installed on OS X. I've tested this on my system, and the location of Rstudio is correctly located.