Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Mar 24, 2020
1 parent 197f277 commit eda45e7
Show file tree
Hide file tree
Showing 24 changed files with 100 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- {os: windows-latest, r: '3.6', args: "--no-manual"}
- {os: windows-latest, r: 'devel', args: "--no-manual"}
- {os: macOS-latest, r: '3.6', args: "--no-manual"}
- {os: macOS-latest, r: 'devel', args: "--no-manual"}
#- {os: macOS-latest, r: 'devel', args: "--no-manual"}
- {os: ubuntu-16.04, r: '3.6', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest", args: "--no-manual"}

env:
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ set.seed(123)
library(ggplot2)
# two-sample t-test results in an expression
stats_exp <- bf_ttest(mtcars, am, wt, output = "alternative")
stats_exp <- bf_ttest(ToothGrowth, supp, len, output = "alternative")
# using the expression to display details in a plot
ggplot(mtcars, aes(as.factor(am), wt)) +
ggplot(ToothGrowth, aes(supp, len)) +
geom_boxplot() +
labs(subtitle = stats_exp)
```
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Status](https://ci.appveyor.com/api/projects/status/github/IndrajeetPatil/tidyBF
[![Project Status: Active - The project has reached a stable, usable
state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Last-changedate](https://img.shields.io/badge/last%20change-2020--03--19-yellowgreen.svg)](https://github.com/IndrajeetPatil/tidyBF/commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2020--03--24-yellowgreen.svg)](https://github.com/IndrajeetPatil/tidyBF/commits/master)
[![minimal R
version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/)
[![Coverage
Expand Down Expand Up @@ -140,10 +140,10 @@ set.seed(123)
library(ggplot2)

# two-sample t-test results in an expression
stats_exp <- bf_ttest(mtcars, am, wt, output = "alternative")
stats_exp <- bf_ttest(ToothGrowth, supp, len, output = "alternative")

# using the expression to display details in a plot
ggplot(mtcars, aes(as.factor(am), wt)) +
ggplot(ToothGrowth, aes(supp, len)) +
geom_boxplot() +
labs(subtitle = stats_exp)
```
Expand Down
10 changes: 5 additions & 5 deletions docs/404.html

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

10 changes: 5 additions & 5 deletions docs/CODE_OF_CONDUCT.html

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

10 changes: 5 additions & 5 deletions docs/LICENSE-text.html

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

10 changes: 5 additions & 5 deletions docs/LICENSE.html

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

10 changes: 5 additions & 5 deletions docs/authors.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/index.html

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

10 changes: 5 additions & 5 deletions docs/news/index.html

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

4 changes: 4 additions & 0 deletions docs/pkgdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ summary {
margin-top: calc(-60px + 1em);
}

dd {
margin-left: 3em;
}

/* Section anchors ---------------------------------*/

a.anchor {
Expand Down
4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pandoc: 2.9.2
pkgdown: 1.4.1.9000
pkgdown_sha: 705aafaa01d1a0145bee83b9cb7493ae9ddd3c40
pkgdown_sha: 16231d9a2b2c47b6616ad32678917918b8621a62
articles: []
last_built: 2020-03-22T15:55Z
last_built: 2020-03-24T16:54Z
urls:
reference: https://indrajeetpatil.github.io/tidyBF//reference
article: https://indrajeetpatil.github.io/tidyBF//articles
Expand Down

0 comments on commit eda45e7

Please sign in to comment.