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

Commit

Permalink
bump the min R version
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Apr 17, 2020
1 parent d928839 commit 4196209
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 67 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version: 0.2.0.9000
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("aut", "cre", "ctb"),
role = c("aut", "cre", "cph"),
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531"))
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
Expand All @@ -20,7 +20,7 @@ URL: https://indrajeetpatil.github.io/tidyBF/,
https://github.com/IndrajeetPatil/tidyBF
BugReports: https://github.com/IndrajeetPatil/tidyBF/issues
Depends:
R (>= 3.5.0)
R (>= 3.6.0)
Imports:
BayesFactor,
dplyr,
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# tidyBF 0.2.0.9000

MAJOR CHANGES

- Keeping up with the rest of the packages in `ggstatsplot`-verse, the minimum
R version is bumped to `3.6.0`.

# tidyBF 0.2.0

MAJOR CHANGES
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"@id": "https://orcid.org/0000-0003-1995-6531"
}
],
"contributor": [
"contributor": {},
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Indrajeet",
Expand All @@ -37,7 +38,6 @@
"@id": "https://orcid.org/0000-0003-1995-6531"
}
],
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
Expand Down Expand Up @@ -115,7 +115,7 @@
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
"version": ">= 3.6.0"
},
{
"@type": "SoftwareApplication",
Expand Down
2 changes: 1 addition & 1 deletion docs/authors.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/index.html

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

4 changes: 4 additions & 0 deletions docs/news/index.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/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 2.9.2.1
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2020-04-13T08:22Z
last_built: 2020-04-17T06:31Z
urls:
reference: https://indrajeetpatil.github.io/tidyBF//reference
article: https://indrajeetpatil.github.io/tidyBF//articles
Expand Down
26 changes: 13 additions & 13 deletions docs/reference/bf_contingency_tab.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/reference/bf_corr_test.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/reference/bf_extractor.html

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

Loading

0 comments on commit 4196209

Please sign in to comment.