Skip to content

Commit

Permalink
Updated car:: example
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora-mareviv committed May 14, 2019
1 parent 9d305d5 commit 5292a6f
Show file tree
Hide file tree
Showing 35 changed files with 74 additions and 80 deletions.
Empty file modified .Rbuildignore
100755 → 100644
Empty file.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified DESCRIPTION
100755 → 100644
Empty file.
Empty file modified LICENSE.md
100755 → 100644
Empty file.
Empty file modified NAMESPACE
100755 → 100644
Empty file.
4 changes: 4 additions & 0 deletions NEWS.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ Shiny app
# install.packages("shiny")
shiny::runGist('5895082')
```

Version 0.1.1: updated `mthapower` example according to the new `car` package version.


Empty file modified R/mthacases.R
100755 → 100644
Empty file.
6 changes: 3 additions & 3 deletions R/mthapower.R
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
#' # Create plot:
#' # install.packages("car")
#' library(car)
#' scatterplot(power~ncases | OR, reg.line=FALSE,
#' smooth=FALSE, spread=FALSE,
#' boxplots=FALSE, span=0.25, by.groups=FALSE,
#' scatterplot(power~ncases | OR, regLine=FALSE,
#' smooth=FALSE,
#' boxplots=FALSE, by.groups=TRUE,
#' data=bindata)
#'
#' @export
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ bindata$OR <- rep(factor(c(1.50,1.75,2,2.5)),
# Create plot:
# install.packages("car")
library(car)
scatterplot(power~ncases | OR, reg.line=FALSE,
smooth=FALSE, spread=FALSE,
boxplots=FALSE, span=0.25, by.groups=FALSE,
scatterplot(power~ncases | OR, regLine=FALSE,
smooth=FALSE,
boxplots=FALSE, by.groups=TRUE,
data=bindata)
```
Empty file modified README.md
100755 → 100644
Empty file.
5 changes: 2 additions & 3 deletions docs/authors.html
100755 → 100644

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

3 changes: 2 additions & 1 deletion docs/extra.css
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ a:hover{
.sourceCode > .kw > .a,
.usage > .kw > .a,
.input > .kw > .a,
.output > .kw > .a {
.output > .kw > .a
.output > .message {
color: var(--lightBlue-hover) !important;
}
.sourceCode > .st, .usage > .st, .input > .st, .output > .st {
Expand Down
Empty file modified docs/images/README-example-1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/images/README-example2b-1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/images/mthapower.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 27 additions & 28 deletions docs/index.html
100755 → 100644

Large diffs are not rendered by default.

Empty file modified docs/jquery.sticky-kit.min.js
100755 → 100644
Empty file.
Empty file modified docs/license.html
100755 → 100644
Empty file.
Empty file modified docs/link.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions docs/news/index.html
100755 → 100644

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

6 changes: 0 additions & 6 deletions docs/pkgdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,3 @@ mark {
.html-widget {
margin-bottom: 10px;
}

/* fontawesome ------------------------ */

.fab {
font-family: "Font Awesome 5 Brands" !important;
}
4 changes: 2 additions & 2 deletions docs/pkgdown.yml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandoc: 1.19.2.1
pkgdown: 1.3.0.9000
pkgdown_sha: 01ed03274584eaf09b8d09e061483c18564148f4
pkgdown: 1.3.0
pkgdown_sha: ~
articles: []

5 changes: 2 additions & 3 deletions docs/reference/index.html
100755 → 100644

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

Binary file modified docs/reference/mthacases-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 6 additions & 7 deletions docs/reference/mthacases.html
100755 → 100644

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

Binary file modified docs/reference/mthapower-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5292a6f

Please sign in to comment.