As far as I can see devtools is only installed (along with its 1000 dependencies) so that github packages can be installed (DATRAS and gridConstruct). The remotes package can be used instead that has far less dependencies.
install_github is anyway a function from remotes, imported by devtools.
As far as I can see
devtools
is only installed (along with its 1000 dependencies) so that github packages can be installed (DATRAS and gridConstruct). Theremotes
package can be used instead that has far less dependencies.install_github
is anyway a function fromremotes
, imported bydevtools
.