analythium / openfaas-rstats-templates

OpenFaaS templates for R
MIT License
19 stars 1 forks source link

install_deps does not respect Remotes field #21

Closed psolymos closed 3 years ago

psolymos commented 3 years ago

Need to understand why remotes::install_deps() does not install packages from Remotes field in the DESCRIPTION.

psolymos commented 3 years ago

Packages that are to be installed from Remote location needs to be listed in Imports field as well. Remotes only points to the source where it is to be installed from.

Imports: vegan
Remotes: vegandevs/vegan