-
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.
- Loading branch information
Showing
14 changed files
with
104 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ | |
^pkgdown$ | ||
^vignettes/articles$ | ||
^.*\.Rproj$ | ||
^data-raw$ |
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,11 +1,11 @@ | ||
Package: delphidocs | ||
Title: pkgdown template for CMU Delphi | ||
Title: pkgdown template for Delphi | ||
Version: 0.0.1 | ||
Authors@R: c( | ||
person("Daniel J.", "McDonald", , "[email protected]", role = c("aut", "cre")), | ||
person("CMU's Delphi Research Group", role = c("cph", "fnd")) | ||
person("Delphi Research Group", role = c("cph", "fnd")) | ||
) | ||
Description: A pkgdown template for the CMU Delphi R packages. | ||
Description: A pkgdown template for the Delphi R packages. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/cmu-delphi/delphidocs | ||
BugReports: https://github.com/cmu-delphi/delphidocs/issues | ||
|
@@ -14,13 +14,16 @@ Depends: | |
Imports: | ||
cli, | ||
glue | ||
Config/Needs/website: rmarkdown | ||
Suggests: | ||
knitr, | ||
rmarkdown | ||
VignetteBuilder: | ||
knitr | ||
Config/Needs/website: | ||
rmarkdown | ||
cmu-delphi/delphidocs | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.2 | ||
Suggests: | ||
knitr, | ||
rmarkdown | ||
VignetteBuilder: knitr |
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,3 +1,7 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(consult_oracle) | ||
importFrom(cli,cat_line) | ||
importFrom(cli,cli_h2) | ||
importFrom(cli,cli_inform) | ||
importFrom(cli,col_yellow) |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#' Some things the oracle might say | ||
"responses" | ||
|
||
#' Some useful colours | ||
"colours" | ||
|
||
#' @importFrom cli cli_inform cli_h2 cat_line col_yellow | ||
"_PACKAGE" |
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
colours <- c( | ||
fg = "#172431", | ||
bg = "#fff", | ||
cmu_red = "#C41230", | ||
skibo_red = "#941120", | ||
highlands_blue = "#007BC0", | ||
berkley_blue = "#002676", | ||
berkeley_gold = "#FDB515", | ||
ubc_blue = "#002145", | ||
ubc_secondary = "#00A7E1", | ||
fifty = "#8C338F", | ||
complem = "#368f33" | ||
) | ||
|
||
usethis::use_data(colours, overwrite = TRUE) |
Binary file not shown.
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.