Cannot install.packages(qwraps2) in R. What is happening?

385 Views Asked by At

install.packages(qwraps2) Error in install.packages : object 'qwraps2' not found

This package wont install, I get the above error. Can anyone help?

1

There are 1 best solutions below

1
Marc On BEST ANSWER

Try install.packages("qwraps2") instead.

it will not work without the quotes around package name