Bob and Charles,
Thanks very much for taking the time to write, I greatly appreciate your
help. I have been so spoiled by Rstudio for so long that I cannot recall
the last time I had to use R CMD install. Although I installed this package
from GitHub using devtools, I do not see that an .Rproj exi
You essentially have it but you can just click the 'build and install'
button to rebuild on the changes you made. But technically it would still
work pushing to your repo and using devtools.
On Monday, July 20, 2015, Stevan Earl wrote:
> Bob and Charles,
>
> Thanks very much for taking the time
Steve,
You are able to work with a github package the same as any github repo. If
you clone the repo:
git clone https://github.com/user/repo.git
If using RStudio it is simple enough to create a new project in that new
directory (if the .Rproj file does not exist, otherwise open that). Once
you
You can go to the package directory:
cd /some/path/to/package
and do
R CMD install .
from a command-line there.
Many github-based packages are also made using RStudio and you can
just open the .Rproj file (i.e. load it into R studio) and build the
package there which will install it.
4 matches
Mail list logo