Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #24 from IndrajeetPatil/oldrel_ci
Browse files Browse the repository at this point in the history
turn on CI for old release?
  • Loading branch information
IndrajeetPatil committed Aug 20, 2020
2 parents accce20 + cff73fb commit a98a0b9
Show file tree
Hide file tree
Showing 13 changed files with 121 additions and 122 deletions.
1 change: 1 addition & 0 deletions R/easystats_to_tidy_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ easystats_to_tidy_names <- function(x) {
"z" = "statistic",
"t / f" = "statistic",
"z / f" = "statistic",
"chisq" = "statistic",
"p" = "p.value",
# effectsize
"cohens.d" = "estimate",
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ init:
$ErrorActionPreference = "Stop"
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
Import-Module '..\appveyor-tool.ps1'
install:
ps: Bootstrap

# Adapt as necessary starting from here
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true

cache:
- C:\RLibrary

# Adapt as necessary starting from here
before_test:
- cinst pandoc
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@
}
],
"funder": {},
"fileSize": "1668.673KB"
"fileSize": "1668.64KB"
}
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.10'
pandoc: 2.10.1
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2020-07-26T09:40Z
last_built: 2020-08-09T09:41Z
urls:
reference: https://indrajeetpatil.github.io/broomExtra//reference
article: https://indrajeetpatil.github.io/broomExtra//articles
Expand Down
74 changes: 37 additions & 37 deletions docs/reference/augment.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/reference/easystats_to_tidy_names.html

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

16 changes: 8 additions & 8 deletions docs/reference/glance.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/reference/glance_performance.html

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

Loading

0 comments on commit a98a0b9

Please sign in to comment.