generated from nhsbsa-data-analytics/nhsbsaShinyR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from nhsbsa-data-analytics/initial_setup
initial setup
- Loading branch information
Showing
8 changed files
with
36 additions
and
53 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,33 +1,14 @@ | ||
Package: nhsbsaShinyR | ||
Title: Template for NHSBSA {shiny} apps | ||
Version: 0.0.0.9002 | ||
Authors@R: | ||
c(person(given = "DALL", | ||
family = "", | ||
role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person(given = "Adam", | ||
family = "Ivison", | ||
role = "ctb", | ||
email = ""), | ||
person(given = "Kayoung", | ||
family = "Goffe", | ||
role = "ctb", | ||
email = "[email protected]"), | ||
person(given = "Steven", | ||
family = "Buckley", | ||
role = "ctb", | ||
email = "[email protected]"), | ||
person(given = "Mark", | ||
family = "McPherson", | ||
role = "ctb", | ||
email = "[email protected]")) | ||
Description: Template used for NHSBSA Data Science and Advanced Analytics | ||
{shiny} apps. | ||
Package: nhsbsaGPG | ||
Title: NHSBSA Gender Pay Gap Report | ||
Version: 0.0.0.9000 | ||
Authors@R: person("Kayoung", "Goffe", | ||
"[email protected]", | ||
role = c("aut", "cre")) | ||
Description: NHSBSA gender pay gap report template. | ||
License: Apache License (>= 2) | ||
Depends: | ||
Depends: | ||
R (>= 4.0) | ||
Imports: | ||
Imports: | ||
config, | ||
dplyr, | ||
golem, | ||
|
@@ -41,10 +22,12 @@ Imports: | |
shinyjs | ||
Suggests: | ||
pkgload, | ||
testthat (>= 3.0.0), | ||
usethis | ||
Remotes: | ||
nhsbsa-data-analytics/nhsbsaR, | ||
statistiekcbs/scrollytell | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
default: | ||
golem_name: nhsbsaShinyR | ||
golem_name: nhsbsaGPG | ||
golem_version: 0.0.0.9000 | ||
app_prod: no | ||
production: | ||
|
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file is part of the standard setup for testthat. | ||
# It is recommended that you do not modify it. | ||
# | ||
# Where should you do additional test configuration? | ||
# Learn more about the roles of various files in: | ||
# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview | ||
# * https://testthat.r-lib.org/articles/special-files.html | ||
|
||
library(testthat) | ||
library(nhsbsaShinyR) | ||
|
||
test_check("nhsbsaShinyR") |