Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rk 598 dep rules config #720

Draft
wants to merge 17 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Added introjs for file browser & function explorer( #581)
* Added tests for the code and function explorers
* Added repo specification to configuration file (#701)
* Added dependency rules to config file (#598)

# riskassessment 3.0.0

Expand Down
5 changes: 5 additions & 0 deletions inst/db-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ default:
- High Risk
metric_weights:
covr_coverage: 0
dependencies:
auto_assess:
depends: TRUE
imports: FALSE
suggests: FALSE
example:
assessment_db: database_ex.sqlite
credential_db: credentials_ex.sqlite
Expand Down