Skip to content

Commit

Permalink
updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 15, 2019
1 parent e94e924 commit 6693a29
Show file tree
Hide file tree
Showing 95 changed files with 654 additions and 644 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BugReports: https://github.com/IndrajeetPatil/ggstatsplot/issues
Depends:
R (>= 3.5.0)
Imports:
broomExtra (>= 0.0.4),
broomExtra (>= 0.0.5),
cowplot (>= 1.0.0),
crayon (>= 1.3.4),
dplyr (>= 0.8.3),
Expand All @@ -52,7 +52,7 @@ Imports:
purrr (>= 0.3.2),
rlang (>= 0.4.0),
scales (>= 1.0.0),
sjstats (>= 0.17.5),
sjstats (>= 0.17.6),
stats,
statsExpressions (>= 0.1.1),
tibble (>= 2.1.3),
Expand Down
3 changes: 2 additions & 1 deletion R/ggscatterstats.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
#' `0.7`).
#' @param centrality.para Decides *which* measure of central tendency (`"mean"`
#' or `"median"`) is to be displayed as vertical (for `x`) and horizontal (for
#' `y`) lines.
#' `y`) lines. Note that mean values corresponds to arithmetic mean and not
#' geometric mean.
#' @param point.width.jitter,point.height.jitter Degree of jitter in `x` and `y`
#' direction, respectively. Defaults to `0` (0%) of the resolution of the
#' data.
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"@type": "SoftwareApplication",
"identifier": "broomExtra",
"name": "broomExtra",
"version": ">= 0.0.4",
"version": ">= 0.0.5",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -496,7 +496,7 @@
"@type": "SoftwareApplication",
"identifier": "sjstats",
"name": "sjstats",
"version": ">= 0.17.5",
"version": ">= 0.17.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

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

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

2 changes: 1 addition & 1 deletion docs/SECURITY.html

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

2 changes: 1 addition & 1 deletion docs/SUPPORT.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/articles/additional.html

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

2 changes: 1 addition & 1 deletion docs/articles/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/articles/web_only/combine_plots.html

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

6 changes: 3 additions & 3 deletions docs/articles/web_only/effsize_interpretation.html

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

6 changes: 3 additions & 3 deletions docs/articles/web_only/faq.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/articles/web_only/gallery.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/articles/web_only/ggbetweenstats.html

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

38 changes: 19 additions & 19 deletions docs/articles/web_only/ggcoefstats.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/articles/web_only/ggcorrmat.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/articles/web_only/ggdotplotstats.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/articles/web_only/gghistostats.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

4 comments on commit 6693a29

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/ggbarstats.R:70:1: style: functions should have cyclomatic complexity of less than 15, this has 20.

ggbarstats <- function(data,
^

R/ggbetweenstats.R:196:1: style: functions should have cyclomatic complexity of less than 15, this has 33.

ggbetweenstats <- function(data,
^

R/ggcoefstats.R:302:1: style: functions should have cyclomatic complexity of less than 15, this has 59.

ggcoefstats <- function(x,
^

R/ggcorrmat.R:167:1: style: functions should have cyclomatic complexity of less than 15, this has 30.

ggcorrmat <- function(data,
^

R/gghistostats.R:79:1: style: functions should have cyclomatic complexity of less than 15, this has 24.

gghistostats <- function(data,
^

R/ggpiestats.R:110:1: style: functions should have cyclomatic complexity of less than 15, this has 22.

ggpiestats <- function(data,
^

R/ggscatterstats.R:96:1: style: functions should have cyclomatic complexity of less than 15, this has 34.

ggscatterstats <- function(data,
^

R/ggwithinstats.R:63:1: style: functions should have cyclomatic complexity of less than 15, this has 31.

ggwithinstats <- function(data,
^

R/helpers_gghistostats_graphics.R:48:5: warning: local variable ‘label.value’ assigned but may not be used

label.value <- x_pos
    ^~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/ggbarstats.R:70:1: style: functions should have cyclomatic complexity of less than 15, this has 20.

ggbarstats <- function(data,
^

R/ggbetweenstats.R:196:1: style: functions should have cyclomatic complexity of less than 15, this has 33.

ggbetweenstats <- function(data,
^

R/ggcoefstats.R:302:1: style: functions should have cyclomatic complexity of less than 15, this has 59.

ggcoefstats <- function(x,
^

R/ggcorrmat.R:167:1: style: functions should have cyclomatic complexity of less than 15, this has 30.

ggcorrmat <- function(data,
^

R/gghistostats.R:79:1: style: functions should have cyclomatic complexity of less than 15, this has 24.

gghistostats <- function(data,
^

R/ggpiestats.R:110:1: style: functions should have cyclomatic complexity of less than 15, this has 22.

ggpiestats <- function(data,
^

R/ggscatterstats.R:96:1: style: functions should have cyclomatic complexity of less than 15, this has 34.

ggscatterstats <- function(data,
^

R/ggwithinstats.R:63:1: style: functions should have cyclomatic complexity of less than 15, this has 31.

ggwithinstats <- function(data,
^

R/helpers_gghistostats_graphics.R:48:5: warning: local variable ‘label.value’ assigned but may not be used

label.value <- x_pos
    ^~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/ggbarstats.R:70:1: style: functions should have cyclomatic complexity of less than 15, this has 20.

ggbarstats <- function(data,
^

R/ggbetweenstats.R:196:1: style: functions should have cyclomatic complexity of less than 15, this has 33.

ggbetweenstats <- function(data,
^

R/ggcoefstats.R:302:1: style: functions should have cyclomatic complexity of less than 15, this has 59.

ggcoefstats <- function(x,
^

R/ggcorrmat.R:167:1: style: functions should have cyclomatic complexity of less than 15, this has 30.

ggcorrmat <- function(data,
^

R/gghistostats.R:79:1: style: functions should have cyclomatic complexity of less than 15, this has 24.

gghistostats <- function(data,
^

R/ggpiestats.R:110:1: style: functions should have cyclomatic complexity of less than 15, this has 22.

ggpiestats <- function(data,
^

R/ggscatterstats.R:96:1: style: functions should have cyclomatic complexity of less than 15, this has 34.

ggscatterstats <- function(data,
^

R/ggwithinstats.R:63:1: style: functions should have cyclomatic complexity of less than 15, this has 31.

ggwithinstats <- function(data,
^

R/helpers_gghistostats_graphics.R:48:5: warning: local variable ‘label.value’ assigned but may not be used

label.value <- x_pos
    ^~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/ggbarstats.R:70:1: style: functions should have cyclomatic complexity of less than 15, this has 20.

ggbarstats <- function(data,
^

R/ggbetweenstats.R:196:1: style: functions should have cyclomatic complexity of less than 15, this has 33.

ggbetweenstats <- function(data,
^

R/ggcoefstats.R:302:1: style: functions should have cyclomatic complexity of less than 15, this has 59.

ggcoefstats <- function(x,
^

R/ggcorrmat.R:167:1: style: functions should have cyclomatic complexity of less than 15, this has 30.

ggcorrmat <- function(data,
^

R/gghistostats.R:79:1: style: functions should have cyclomatic complexity of less than 15, this has 24.

gghistostats <- function(data,
^

R/ggpiestats.R:110:1: style: functions should have cyclomatic complexity of less than 15, this has 22.

ggpiestats <- function(data,
^

R/ggscatterstats.R:96:1: style: functions should have cyclomatic complexity of less than 15, this has 34.

ggscatterstats <- function(data,
^

R/ggwithinstats.R:63:1: style: functions should have cyclomatic complexity of less than 15, this has 31.

ggwithinstats <- function(data,
^

R/helpers_gghistostats_graphics.R:48:5: warning: local variable ‘label.value’ assigned but may not be used

label.value <- x_pos
    ^~~~~~~~~~~

Please sign in to comment.