martin-borkovec / ggparty

147 stars 14 forks source link

Typo in installation in README #35

Closed HeidiSeibold closed 5 years ago

HeidiSeibold commented 5 years ago

It says:

devtools::install_github("martin_borkovec/ggparty", 
                         dependencies = TRUE)

but should say

devtools::install_github("martin-borkovec/ggparty", 
                         dependencies = TRUE)
martin-borkovec commented 5 years ago

thanks!