tilbud / rCMEM

GNU General Public License v3.0
2 stars 4 forks source link

Simplify README #41

Closed bpbond closed 3 years ago

bpbond commented 3 years ago

Simplify dependency-computing code.

Also, is this needed at all? remotes::install_github() (note that's actually the correct package, not devtools) should install needed dependencies by default as long as they're correctly listed in Imports.

Finally, note there's really no need to un-install an old package version before installing a new one.