-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/nhsbsa-data-analytics/nhsbs…
- Loading branch information
Showing
13 changed files
with
82 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,16 @@ | ||
name: gitleaks-action | ||
|
||
on: [pull_request, push, workflow_dispatch] | ||
|
||
jobs: | ||
|
||
scan: | ||
|
||
name: gitleaks-action | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
||
- uses: actions/checkout@v3 | ||
|
||
- uses: actions/checkout@v4 | ||
with: | ||
|
||
fetch-depth: 0 | ||
|
||
- run: wget -O .gitleaks.toml https://raw.githubusercontent.com/nhsbsa-data-analytics/nhsbsaShinyR/main/gitleaks.toml | ||
|
||
- uses: gitleaks/gitleaks-action@v2 | ||
|
||
env: | ||
|
||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: nhsbsaShinyR | ||
Title: Template for NHSBSA {shiny} apps | ||
Version: 0.0.0.9004 | ||
Title: Template for NHSBSA \{shiny\} apps | ||
Version: 0.0.0.9005 | ||
Authors@R: | ||
c(person(given = "DALL", | ||
family = "", | ||
|
@@ -23,7 +23,7 @@ Authors@R: | |
role = "ctb", | ||
email = "[email protected]")) | ||
Description: Template used for NHSBSA Data Science and Advanced Analytics | ||
{shiny} apps. | ||
\{shiny\} apps. | ||
License: Apache License (>= 2) | ||
Depends: | ||
R (>= 4.0) | ||
|
@@ -61,6 +61,6 @@ Remotes: | |
statistiekcbs/scrollytell | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 | ||
VignetteBuilder: knitr | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
#' \code{nhsbsaShinyR} package | ||
#' | ||
#' Template app using `golem` for NHSBSA DALL `shiny` apps. | ||
#' | ||
#' @docType package | ||
#' @name nhsbsaShinyR | ||
#' | ||
#' @importFrom rlang := .data | ||
#' | ||
#' @keywords internal | ||
#' @importFrom rlang .data := | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
## usethis namespace: end | ||
NULL | ||
|
||
if (getRversion() >= "2.15.1") { | ||
utils::globalVariables( | ||
c( | ||
# data column names | ||
"Sepal.Length", | ||
"Sepal.Width", | ||
"group_lvl", | ||
"point_col" | ||
# No unknown global variables | ||
# Add any found during R CMD check, that cannot be handled with .data$ | ||
# e.g. | ||
|
||
# "SOME_UNKNOWN_VARIABLE" | ||
) | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters