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

Commit

Permalink
is dis why tests be failing?
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 16, 2020
1 parent d8c0e45 commit c4862b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Imports:
insight (>= 0.9.6.1),
ipmisc,
metaBMA,
parameters (>= 0.8.6.1),
parameters,
rlang,
tidyr
Suggests:
Expand All @@ -37,8 +37,7 @@ Suggests:
spelling,
testthat
Remotes:
easystats/insight,
easystats/parameters
easystats/insight
Encoding: UTF-8
Language: en-US
LazyData: true
Expand Down
5 changes: 2 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,13 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.8.6.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://github.com/easystats/parameters"
"sameAs": "https://CRAN.R-project.org/package=parameters"
},
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -230,5 +229,5 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"fileSize": "1615.566KB"
"fileSize": "1659.537KB"
}

3 comments on commit c4862b7

@lintr-bot
Copy link

Choose a reason for hiding this comment

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

tests/testthat/test-bf_ttest.R:121:7: style: Commented code should be removed.

# set.seed(123)
      ^~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:131:11: style: Commented code should be removed.

#     conf.level = 0.90
          ^~~~~~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:165:7: style: Commented code should be removed.

# set.seed(123)
      ^~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:174:11: style: Commented code should be removed.

#     conf.method = "eti"
          ^~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

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

tests/testthat/test-bf_ttest.R:121:7: style: Commented code should be removed.

# set.seed(123)
      ^~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:131:11: style: Commented code should be removed.

#     conf.level = 0.90
          ^~~~~~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:165:7: style: Commented code should be removed.

# set.seed(123)
      ^~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:174:11: style: Commented code should be removed.

#     conf.method = "eti"
          ^~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

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

tests/testthat/test-bf_ttest.R:121:7: style: Commented code should be removed.

# set.seed(123)
      ^~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:131:11: style: Commented code should be removed.

#     conf.level = 0.90
          ^~~~~~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:165:7: style: Commented code should be removed.

# set.seed(123)
      ^~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:174:11: style: Commented code should be removed.

#     conf.method = "eti"
          ^~~~~~~~~~~~~~~~~~~

Please sign in to comment.