ngreifer / cobalt

Covariate Balance Tables and Plots - An R package for assessing covariate balance
https://ngreifer.github.io/cobalt/
70 stars 11 forks source link

Error in library(cobalt) : there is no package called ‘cobalt’ #75

Closed westmontashford closed 4 months ago

westmontashford commented 6 months ago

i have installed and reinstalled multiple times, but i keep getting this issue when i try loading the cobalt library. help? thanks!

ngreifer commented 6 months ago

All I can say is you are probably typing something incorrectly. Show me every line of code you are using to try to install and run cobalt. I would bet there is a typo somewhere. Remember R is case-sensitive.

westmontashford commented 6 months ago

thanks for the response! turns out the issue was the version of R i had. i installed a newer version of R on a different computer and installed cobalt (the same way i had done the previous times) and this time around - on the newer version of R - it worked just fine. thanks again for the response!