rsquaredacademy / olsrr

Tools for developing OLS regression models
https://olsrr.rsquaredacademy.com/
Other
102 stars 23 forks source link

olsrr doesnt support the previous version of R(3.3.2) #74

Closed Pankajpokhrel closed 6 years ago

Pankajpokhrel commented 6 years ago

Error : object ‘pull’ is not exported by 'namespace:dplyr' In addition: Warning message: package ‘olsrr’ was built under R version 3.3.3

aravindhebbali commented 6 years ago

Which version of oslrr are you using? It will be helpful if you add the session info.

Pankajpokhrel commented 6 years ago

I have installed the version 0.5.0 of olsrr. I am currently using R version 3.3.2 "Sincere pumpkin patch"

Pankajpokhrel commented 6 years ago

the version of olsrr I installed is 0.5.0 in R version 3.3.2 Sincere Pumpkin Patch How could I solve this problem. Thanks Sincerely,

On 10 April 2018 at 17:27, Aravind Hebbali notifications@github.com wrote:

Which version of oslrr are you using? It will be helpful if you add the session info.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rsquaredacademy/olsrr/issues/74#issuecomment-380069169, or mute the thread https://github.com/notifications/unsubscribe-auth/AX7Oxg7bjZCMj88j0TpBkg3JxJ201Ehqks5tnJq0gaJpZM4TOBVC .

-- Pankaj Pokhrel

aravindhebbali commented 6 years ago

One way to solve the problem is to upgrade your R version to at least R 3.3.3 (the oldest version of R on which olsrr 0.5.0 works).