Adjutant icon indicating copy to clipboard operation
Adjutant copied to clipboard

Installation Issue: failing to install from Github repo

Open JDHarlingLee opened this issue 4 years ago • 0 comments

Hi

I have tried installing Adjutant with both devtools and remotes, but both throw up errors, as below:

> devtools::install_github("amcrisan/Adjutant" Downloading GitHub repo amcrisan/Adjutant@master Error in process_initialize(self, private, command, args, stdin, stdout, Command not found

and

> remotes::install_github("amcrisan/Adjutant") Downloading GitHub repo amcrisan/Adjutant@master Error: Failed to install 'adjutant' from GitHub: Command not found

Running R v3.6.0 in RStudio v1.1.442 on Windows 10 - any help would be much appreciated, because the tool looks great!

Thanks, Josh

JDHarlingLee avatar Jul 30 '19 10:07 JDHarlingLee