davidgohel / ReporteRs

Note that ReporteRs has been removed from CRAN the 16th of July 2018 and is not maintained anymore. please migrate to officer.
244 stars 44 forks source link

preferred install_github() usage has changed #135

Closed rpruim closed 8 years ago

rpruim commented 8 years ago
install_github('ReporteRsjars', 'davidgohel')
install_github('ReporteRs', 'davidgohel')

should now be

install_github('davidgohel/ReporteRsjars')
install_github('davidgohel/ReporteRs')

See https://github.com/hadley/devtools

davidgohel commented 8 years ago

Thanks

I assume you're suggesting to change the online doc. I will update that next time documentation will be modified.