Hi,
I want to install the package "aquap2", but get always the following ERROR and warning message:
ERROR: dependency 'ChemometricsWithR' is not available for package 'aquap2'
* removing 'C:/Users/Wieland Lackinger/Documents/R/win-library/4.1/aquap2'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/WIELAN~1/AppData/Local/Temp/RtmpMB4wa3/file43806d81afb/aquap2_0.4.2.tar.gz’ had non-zero exit status
I used this code:
install.packages(c("devtools", "iterators"))
library(devtools)
install_github(repo="bpollner/aquap2", ref="latestPublic", build_vignettes=FALSE, force=TRUE)
I would be very happy, if someone can give me a hint how to solve this problem!
All the best
Wieland
PS: I am very new with R and RStudio and therefore an absolute noob.