-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
5172cdf
commit d1682ab
Showing
58 changed files
with
560 additions
and
9,878 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 |
---|---|---|
|
@@ -5,3 +5,5 @@ | |
^data-raw$ | ||
^archive$ | ||
^\.git$ | ||
^config$ | ||
^scripts$ |
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,44 +1,43 @@ | ||
Package: biometrics | ||
Title: Report Templates for the Telethon Kids Institute | ||
Version: 1.0.3.999 | ||
Version: 1.0.4 | ||
Authors@R: c(person("Paul", "Stevenson", | ||
email = "Paul.Stevenson@telethonkids.org.au", role = c("aut", "cre")), | ||
person("Matthew", "Cooper", | ||
email = "Matt.Cooper@telethonkids.org.au", role = c("aut"))) | ||
Date: 2019-02-08 | ||
Date: 2019-05-21 | ||
Description: A pair of templates have been created that incorporate styling | ||
themes present throughout the Telethon Kids Institute style guide, web page | ||
and template documents. Currently, templates are available to produce | ||
stand-alone HTML reports and ioslides presentations. These templates also | ||
include colour palates that will automatically reproduce Telethon Kids style | ||
in R graphics. A number of helper functions and data-sets are also available. | ||
and template documents. Templates are available to produce stand-alone HTML | ||
reports and ioslides presentations. These templates also include colour | ||
palates that will automatically reproduce Telethon Kids style in R graphics. | ||
A number of helper functions and data-sets are also available. | ||
License: GPL-3 + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
data.table (>= 1.11.4), | ||
ggplot2 (>= 3.0.0), | ||
dplyr (>= 0.7.6), | ||
tidyr (>= 0.8.1), | ||
readr (>= 1.1.1), | ||
ggplot2 (>= 3.1.0), | ||
dplyr (>= 0.8.0.1), | ||
tidyr (>= 0.8.2), | ||
readr (>= 1.3.1), | ||
purrr (>= 0.2.5), | ||
tibble (>= 1.4.2), | ||
tibble (>= 2.0.1), | ||
stringr (>= 1.3.1), | ||
forcats (>= 0.3.0), | ||
lubridate (>= 1.7.4), | ||
yaml (>= 2.1.18), | ||
XML (>= 3.98-1.11), | ||
knitr (>= 1.20), | ||
kableExtra (>= 0.9.0), | ||
yaml (>= 2.2.0), | ||
XML (>= 3.98-1.16), | ||
knitr (>= 1.21), | ||
kableExtra (>= 1.0.0), | ||
GGally (>= 1.4.0), | ||
broom (>= 0.5.0), | ||
lme4 (>= 1.1-18-1), | ||
broom (>= 0.5.1), | ||
repmis (>= 0.5), | ||
ProjectTemplate (>= 0.8.2), | ||
igraph (>= 1.2.2) | ||
igraph (>= 1.2.2), | ||
jtools (>= 2.0.1) | ||
Suggests: | ||
rmarkdown (>= 1.10) | ||
rmarkdown (>= 1.11) | ||
VignetteBuilder: knitr | ||
RoxygenNote: 6.1.1 |
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,32 +1,36 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(abbreviator) | ||
export(format_model) | ||
export(group_interval) | ||
export(meansd) | ||
export(nPer) | ||
export(recoder) | ||
export(roll_up) | ||
export(round_df) | ||
export(scale_color_telethonkids) | ||
export(scale_fill_telethonkids) | ||
export(telethonkids_colours) | ||
export(telethonkids_cols) | ||
export(telethonkids_pal) | ||
export(telethonkids_palettes) | ||
export(variable_rollup) | ||
export(variables) | ||
import(data.table) | ||
import(dplyr) | ||
import(ggplot2) | ||
import(tibble) | ||
import(tidyr) | ||
importFrom(broom,tidy) | ||
importFrom(data.table,shift) | ||
importFrom(dplyr,left_join) | ||
importFrom(dplyr,mutate) | ||
importFrom(dplyr,mutate_at) | ||
importFrom(dplyr,select) | ||
importFrom(grDevices,colorRampPalette) | ||
importFrom(graphics,plot) | ||
importFrom(igraph,components) | ||
importFrom(igraph,graph_from_data_frame) | ||
importFrom(igraph,layout_with_fr) | ||
importFrom(lubridate,int_overlaps) | ||
importFrom(lubridate,interval) | ||
importFrom(magrittr,"%>%") | ||
importFrom(stats,sd) | ||
importFrom(tidyr,spread) | ||
importFrom(utils,View) | ||
importFrom(utils,read.delim) | ||
importFrom(utils,write.table) |
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
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
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
Oops, something went wrong.