-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for new lints and following kebab-case for naming R files (#260)
* Check for new lints * avoid nesting inside function calls * more cleanup * more cleanup * to trigger CI again * fix regression and remaining lints * Update styler.yaml * bump parameters version * update README for linux installation * bump insight * to trigger CI * use consistent indentation for function args * starwars data has changed in latest dplyr * Update pkgdown.yaml * consistently follow kebab-case for filenames * Update .Rbuildignore * fix vignette paths to examples as well * run checks on windows instead * try macos instead * Apply automatic changes * Apply automatic changes * back to ubuntu * bump BayesFactor * Update .lintr * Update .lintr * use r-release for now * Update pre-commit.yaml * minor formatting changes * bump Pandoc * Update data.R * update snapshots * fix build failure * Revert "fix build failure" This reverts commit 4b15dbf. * Update switch-functions.R * bump Pandoc * Update codemeta.json * minor * minor * use pak to upgrade to latest pkg versions * Revert "use pak to upgrade to latest pkg versions" This reverts commit e482755. * bump pandoc * Apply automatic changes * Update meta_analysis.Rd * bump roxygen2 version * band-aid --------- Co-authored-by: IndrajeetPatil <[email protected]>
- Loading branch information
1 parent
325c48d
commit 49efb5d
Showing
104 changed files
with
329 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.ls-lint.yml | ||
^.*\.Rproj$ | ||
^.gitlab-ci\.yaml$ | ||
^API$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ls: | ||
.R: kebab-case | ||
|
||
# package name can't be changed to follow kebab-case | ||
ignore: | ||
- '**/statsExpressions*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ references: | |
given-names: Jeffrey N. | ||
email: [email protected] | ||
year: '2023' | ||
version: '>= 0.9.12-4.5' | ||
version: '>= 0.9.12-4.6' | ||
- type: software | ||
title: correlation | ||
abstract: 'correlation: Methods for Correlation Analysis' | ||
|
@@ -201,7 +201,7 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4777-038X | ||
year: '2023' | ||
version: '>= 1.1.3' | ||
version: '>= 1.1.4' | ||
- type: software | ||
title: effectsize | ||
abstract: 'effectsize: Indices of Effect Size' | ||
|
@@ -255,7 +255,7 @@ references: | |
abstract: 'insight: Easy Access to Model Information for Various Model Objects' | ||
notes: Imports | ||
url: https://easystats.github.io/insight/ | ||
repository: https://easystats.r-universe.dev | ||
repository: https://CRAN.R-project.org/package=insight | ||
authors: | ||
- family-names: Lüdecke | ||
given-names: Daniel | ||
|
@@ -290,7 +290,7 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-9271-5075 | ||
year: '2023' | ||
version: '>= 0.19.6' | ||
version: '>= 0.19.7' | ||
- type: software | ||
title: magrittr | ||
abstract: 'magrittr: A Forward-Pipe Operator for R' | ||
|
@@ -336,13 +336,13 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-9560-6336 | ||
year: '2023' | ||
version: '>= 0.21.2' | ||
version: '>= 0.21.3' | ||
- type: software | ||
title: performance | ||
abstract: 'performance: Assessment of Regression Models Performance' | ||
notes: Imports | ||
url: https://easystats.github.io/performance/ | ||
repository: https://CRAN.R-project.org/package=performance | ||
repository: https://easystats.r-universe.dev | ||
authors: | ||
- family-names: Lüdecke | ||
given-names: Daniel | ||
|
@@ -537,6 +537,7 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-9560-6336 | ||
year: '2023' | ||
version: '>= 0.13.1' | ||
- type: software | ||
title: ggplot2 | ||
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics' | ||
|
@@ -706,7 +707,7 @@ references: | |
given-names: Hadley | ||
email: [email protected] | ||
year: '2023' | ||
version: '>= 3.2.0' | ||
version: '>= 3.2.1' | ||
- type: software | ||
title: utils | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.