Skip to content

Commit

Permalink
Regenerating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Mar 19, 2021
1 parent 742f8ad commit 789cbd6
Show file tree
Hide file tree
Showing 52 changed files with 923 additions and 431 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: MethodEvaluation
Type: Package
Title: Package for Evaluation of Estimation Methods
Version: 2.1.0
Date: 2020-12-08
Date: 2021-03-19
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre"))
)
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rpois)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,read.csv)
Expand Down
2 changes: 1 addition & 1 deletion R/CreateReferenceSetCohorts.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2021 Observational Health Data Sciences and Informatics
#
# This file is part of MethodEvaluation
#
Expand Down
2 changes: 1 addition & 1 deletion R/Mdrr.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file Mdrr.R
#
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2021 Observational Health Data Sciences and Informatics
#
# This file is part of MethodEvaluation
#
Expand Down
4 changes: 2 additions & 2 deletions R/MethodEvaluation.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file MethodEvaluation.R
#
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2021 Observational Health Data Sciences and Informatics
#
# This file is part of MethodEvaluation
#
Expand All @@ -22,7 +22,7 @@
#' @importFrom SqlRender loadRenderTranslateSql translateSql
#' @importFrom grDevices rgb
#' @importFrom stats aggregate coef pnorm predict qnorm quantile rexp rpois
#' @importFrom utils write.csv install.packages menu read.csv
#' @importFrom utils write.csv install.packages menu read.csv head
#' @importFrom methods is
#' @importFrom rlang .data
#' @import Cyclops
Expand Down
2 changes: 1 addition & 1 deletion R/Metrics.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file Metrics.R
#
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2021 Observational Health Data Sciences and Informatics
#
# This file is part of MethodEvaluation
#
Expand Down
2 changes: 1 addition & 1 deletion R/Plots.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file Plots.R
#
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2021 Observational Health Data Sciences and Informatics
#
# This file is part of MethodEvaluation
#
Expand Down
2 changes: 1 addition & 1 deletion R/PositiveControlSynthesis.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2021 Observational Health Data Sciences and Informatics
#
# This file is part of MethodEvaluation
#
Expand Down
2 changes: 1 addition & 1 deletion R/ShinyApps.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2021 Observational Health Data Sciences and Informatics
#
# This file is part of MethodEvaluation
#
Expand Down
2 changes: 1 addition & 1 deletion R/SignalInjection.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file SignalInjection.R
#
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2021 Observational Health Data Sciences and Informatics
#
# This file is part of MethodEvaluation
#
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ Installation
2. In R, use the following commands to download and install MethodEvaluation:

```r
install.packages("drat")
drat::addRepo("OHDSI")
install.packages("MethodEvaluation")
install.packages("remotes")
remotes::install_github("ohdsi/MethodEvaluation")
```

User Documentation
Expand Down Expand Up @@ -66,7 +65,7 @@ MethodEvaluation is being developed in R Studio.

### Development status

Beta
Ready for use.

Acknowledgements
================
Expand Down
8 changes: 4 additions & 4 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

238 changes: 125 additions & 113 deletions docs/articles/OhdsiMethodsBenchmark.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
8 changes: 4 additions & 4 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 18 additions & 4 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pkgdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,14 @@ nav[data-toggle='toc'] .nav .nav > .active:focus > a {

.ref-index th {font-weight: normal;}

.ref-index td {vertical-align: top;}
.ref-index td {vertical-align: top; min-width: 100px}
.ref-index .icon {width: 40px;}
.ref-index .alias {width: 40%;}
.ref-index-icons .alias {width: calc(40% - 40px);}
.ref-index .title {width: 60%;}

.ref-arguments th {text-align: right; padding-right: 10px;}
.ref-arguments th, .ref-arguments td {vertical-align: top;}
.ref-arguments th, .ref-arguments td {vertical-align: top; min-width: 100px}
.ref-arguments .name {width: 20%;}
.ref-arguments .desc {width: 80%;}

Expand Down
6 changes: 3 additions & 3 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pandoc: 2.7.3
pkgdown: 1.5.1
pandoc: '2.11'
pkgdown: 1.6.1
pkgdown_sha: ~
articles:
OhdsiMethodsBenchmark: OhdsiMethodsBenchmark.html
last_built: 2020-06-08T07:01Z
last_built: 2021-03-19T10:59Z

Loading

0 comments on commit 789cbd6

Please sign in to comment.