Search code examples
rpackageqwraps2

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


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

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


Solution

  • Try install.packages("qwraps2") instead.

    it will not work without the quotes around package name