Trouble Installing Two R Packages, ChemometricsWithR and Chemometrics

Hey good folk,

as staided in the titel, a friend is haveing trubel instaling 2 pakages in R, i have a screen shot of the eror code, and i myself am not very skilled in reading this.

thank you in advance.

BenjaminM

Both of those packages are on CRAN, so I would suggest using the following code.

install.packages(c('chemometrics', 'ChemometricsWithR'))

I just tested it on my machine and it worked great. Let me know if you have any issues.

2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.