jacob-long / jtools

Tools for summarizing/visualizing regressions and other helpful stuff
https://jtools.jacob-long.com
GNU General Public License v3.0
164 stars 22 forks source link

Can't install latest jtools for R 3.6.3. #126

Closed hummelrichard closed 2 years ago

hummelrichard commented 2 years ago

When installing jtools using install.packages("jtools"), install fails. I believe it is because the R dependency is written as 3.50, which is interpreted (I think) as 3.50.0, and so R reports that my version is too low. I was able to install jtools by manually modifying the R version requirement in the DESCRIPTION file.

install.packages("jtools")
jacob-long commented 2 years ago

Oops, thanks for reporting that! I'll post a fix to Github momentarily and to CRAN in a few days.