insightsengineering / thevalidatoR

Github Action that generates R Package Validation documentation 🏁
https://github.com/marketplace/actions/r-package-validation-report
MIT License
57 stars 5 forks source link

Add possibility to disable installation of dependencies #50

Closed knightdave closed 2 years ago

knightdave commented 2 years ago

Fix issue related with installation packages from private repositories (missing auth token).

The downloaded source packages are in
    ‘/tmp/Rtmpknn3ha/downloaded_packages’
Error: Failed to install 'unknown package' from Git:
  Error in 'git2r_remote_ls'
In addition: Warning messages:
1: In git2r::remote_ls(remote$url, credentials = remote$credentials) :
  Error in 'git2r_remote_ls'

2: In git2r::remote_ls(remote$url, credentials = remote$credentials) :
  Error in 'git2r_remote_ls'

Allow to disable installation of package dependencies by thevalidatoR if it's managed by other tool (like staged.dependencies).