From b4225ea1691e1f1dcbad322c4ef9810d7c93becd Mon Sep 17 00:00:00 2001 From: insights-engineering-bot <68416928+insights-engineering-bot@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:36:47 +0000 Subject: [PATCH 1/3] Update from repo-sync --- .lintr | 7 +++++-- DESCRIPTION | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.lintr b/.lintr index 8878f6cb40..c2b2094faf 100644 --- a/.lintr +++ b/.lintr @@ -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 + ) diff --git a/DESCRIPTION b/DESCRIPTION index 5bd30764e4..5bd8a32b1e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Package: chevron Title: Standard TLGs For Clinical Trials Reporting Version: 0.1.0.9000 Authors@R: c( - person("NEST", , , "nestcicd@roche.com", role = c("aut", "cre")), + person("NEST", , , "basel.nestcicd@roche.com", role = c("aut", "cre")), person("Roche", role = c("cph", "fnd")), person("Adrian", "Waddell", , "adrian.waddell@roche.com", role = "aut"), person("Benoit", "Falquet", , "benoit.falquet@roche.com", role = "aut"), From 3e1a8c14aeaac99d965d2a639f256c77d06d6b0c Mon Sep 17 00:00:00 2001 From: dinakar29 <26552821+dinakar29@users.noreply.github.com> Date: Mon, 20 Dec 2021 16:19:57 -0600 Subject: [PATCH 2/3] Add license report workflow, fix docs --- .github/workflows/check.yaml | 3 +++ DESCRIPTION | 2 +- man/chevron-package.Rd | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 2ad6438d1f..4fe7142d72 100755 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index 5bd8a32b1e..a806f0de69 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Package: chevron Title: Standard TLGs For Clinical Trials Reporting Version: 0.1.0.9000 Authors@R: c( - person("NEST", , , "basel.nestcicd@roche.com", role = c("aut", "cre")), + person("NEST", , , "basel.basel.nestcicd@roche.com", role = c("aut", "cre")), person("Roche", role = c("cph", "fnd")), person("Adrian", "Waddell", , "adrian.waddell@roche.com", role = "aut"), person("Benoit", "Falquet", , "benoit.falquet@roche.com", role = "aut"), diff --git a/man/chevron-package.Rd b/man/chevron-package.Rd index 63087bdda4..98b08c4356 100644 --- a/man/chevron-package.Rd +++ b/man/chevron-package.Rd @@ -9,7 +9,7 @@ Standard Table, Listings, and Graphs (TLG) library used in clinical trials. } \author{ -\strong{Maintainer}: NEST \email{nestcicd@roche.com} +\strong{Maintainer}: NEST \email{basel.nestcicd@roche.com} Authors: \itemize{ From fbc968af2517f66e29ea5266c088dba9e56788ca Mon Sep 17 00:00:00 2001 From: dinakar29 <26552821+dinakar29@users.noreply.github.com> Date: Mon, 20 Dec 2021 16:29:10 -0600 Subject: [PATCH 3/3] Undo typo --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index a806f0de69..5bd8a32b1e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Package: chevron Title: Standard TLGs For Clinical Trials Reporting Version: 0.1.0.9000 Authors@R: c( - person("NEST", , , "basel.basel.nestcicd@roche.com", role = c("aut", "cre")), + person("NEST", , , "basel.nestcicd@roche.com", role = c("aut", "cre")), person("Roche", role = c("cph", "fnd")), person("Adrian", "Waddell", , "adrian.waddell@roche.com", role = "aut"), person("Benoit", "Falquet", , "benoit.falquet@roche.com", role = "aut"),