Skip to content

Commit

Permalink
soften boot req
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 22, 2020
1 parent 3b12f15 commit 1b6cbb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Depends:
R (>= 3.5.0)
Imports:
BayesFactor (>= 0.9.12-4.2),
boot (>= 1.3-24),
boot,
broomExtra (>= 1.0.1),
crayon (>= 1.3.4),
dplyr (>= 0.8.3),
Expand Down
1 change: 0 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
"@type": "SoftwareApplication",
"identifier": "boot",
"name": "boot",
"version": ">= 1.3-24",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down

4 comments on commit 1b6cbb8

@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/helpers_contingency_tabs_expressions.R:86:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

expr_contingency_tab <- function(data,
^

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

effsize_t_parametric <- function(formula = NULL,
^

R/helpers_effsize_ci.R:440:3: warning: local variable ‘sample_size’ assigned but may not be used

sample_size <- nrow(data_wide)
  ^~~~~~~~~~~

@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/helpers_contingency_tabs_expressions.R:86:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

expr_contingency_tab <- function(data,
^

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

effsize_t_parametric <- function(formula = NULL,
^

R/helpers_effsize_ci.R:440:3: warning: local variable ‘sample_size’ assigned but may not be used

sample_size <- nrow(data_wide)
  ^~~~~~~~~~~

@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/helpers_contingency_tabs_expressions.R:86:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

expr_contingency_tab <- function(data,
^

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

effsize_t_parametric <- function(formula = NULL,
^

R/helpers_effsize_ci.R:440:3: warning: local variable ‘sample_size’ assigned but may not be used

sample_size <- nrow(data_wide)
  ^~~~~~~~~~~

@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/helpers_contingency_tabs_expressions.R:86:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

expr_contingency_tab <- function(data,
^

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

effsize_t_parametric <- function(formula = NULL,
^

R/helpers_effsize_ci.R:440:3: warning: local variable ‘sample_size’ assigned but may not be used

sample_size <- nrow(data_wide)
  ^~~~~~~~~~~

Please sign in to comment.