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

Miscellaneous IDR updates #111

Merged
merged 3 commits into from
Dec 21, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ jobs:
version:
name: Version Check 🏁
uses: insightsengineering/r.pkg.template/.github/workflows/version.yaml@main
licenses:
name: License Check 🃏
uses: insightsengineering/r.pkg.template/.github/workflows/licenses.yaml@main
7 changes: 5 additions & 2 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
linters: with_defaults(line_length_linter = line_length_linter(120), object_usage_linter = NULL, object_name_linter = NULL, cyclocomp_linter = cyclocomp_linter(complexity_limit = 25L))
error_on_lint: TRUE
linters: with_defaults(
line_length_linter = line_length_linter(120),
cyclocomp_linter = NULL,
object_usage_linter = NULL
)
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Package: chevron
Title: Standard TLGs For Clinical Trials Reporting
Version: 0.1.0.9000
Authors@R: c(
person("NEST", , , "[email protected]", role = c("aut", "cre")),
person("NEST", , , "basel.[email protected]", role = c("aut", "cre")),
person("Roche", role = c("cph", "fnd")),
person("Adrian", "Waddell", , "[email protected]", role = "aut"),
person("Benoit", "Falquet", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion man/chevron-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.