WinVector / wrapr

Wrap R for Sweet R Code
https://winvector.github.io/wrapr/
Other
135 stars 11 forks source link

wrapr::qc doesnt replace c always #5

Closed sanjmeh closed 6 years ago

sanjmeh commented 6 years ago

Certain things work with a c() but fails with qc()

Pls checkout SO question here

JohnMount commented 6 years ago

Than you for reporting that. It was a name collision as qc() evaluates in its own environment. Now documented and fixed in the 1.4.2 version of wrapr. Thanks again for taking the time to report that and sorry about the trouble.

sanjmeh commented 6 years ago

is 1.4.2 on cran? Or shall I load it from source?

JohnMount commented 6 years ago

1.4.2 isn't on CRAN yet. CRAN only allows update so often. So to get the fix you will have to install from Github. Assuming you have devtools installed the command to do that is:

     # install.packages("devtools")
    devtools::install_github("WinVector/wrapr")
sanjmeh commented 6 years ago

Done. Thanks.

~~ Sanjay Mehrotra, Direct: +918023432432 Mobile: +919901182432

On Mon, May 21, 2018 at 7:52 PM, John Mount notifications@github.com wrote:

1.4.2 isn't on CRAN yet. CRAN only allows update so often. So to get the fix you will have to install from Github. Assuming you have devtools installed the command to do that is:

 # install.packages("devtools")
devtools::install_github("WinVector/wrapr")

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WinVector/wrapr/issues/5#issuecomment-390668972, or mute the thread https://github.com/notifications/unsubscribe-auth/AC8sqIsErHDrbyPwrZRqpnY-Q1X_As11ks5t0s25gaJpZM4UF_f9 .