Hello I am trying to download the following and are receiving this error message:
library(vegan)
Loading required package: permute
Loading required package: lattice
This is vegan 2.5-7
library(ggplot2)
library("spaa")
library("devtools")
Loading required package: usethis
Attaching package: ‘devtools’
The following object is masked from ‘package:permute’:
check
devtools::install_github("GuillemSalazar/EcolUtils")
Downloading GitHub repo GuillemSalazar/EcolUtils@HEAD
Error: Failed to install 'EcolUtils' from GitHub:
System command 'Rcmd.exe' failed, exit status: 1, stdout & stderr were printed
Any ideas and how to resolve this would be much appreciated!
David