PediatricOpenTargets / OpenPedCan-api

2 stars 7 forks source link

🔧Change R `lintr` configs #9

Closed logstar closed 3 years ago

logstar commented 3 years ago

Pull Request Template

Description

Change R lintr configs.

Fixes #6 .

Type of change

How Has This Been Tested?

Test Configuration:

Run in project dir (git root dir).

Rscript --vanilla -e "lintr::lint_dir(linters = lintr::with_defaults(object_name_linter = NULL, assignment_linter = NULL, line_length_linter = NULL, spaces_left_parentheses_linter = NULL, commented_code_linter = NULL, object_length_linter = NULL, cyclocomp_linter = lintr::cyclocomp_linter(complexity_limit = 25)))"

Task link/Screenshot/Terminal returns:

Checklist

logstar commented 3 years ago

Closed with https://github.com/PediatricOpenTargets/OpenPedCan-api/pull/12 merged.