Skip to content

Commit

Permalink
Merge pull request #28 from yjunechoe/1.1.1
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
yjunechoe committed Feb 8, 2024
2 parents f2c8284 + 8f14f9d commit 54e25b1
Show file tree
Hide file tree
Showing 47 changed files with 130 additions and 113 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.1.0
Date: 2023-10-04 21:17:30 UTC
SHA: d49bad606380799b1b2c4f73a87ccc6585d05e5c
Version: 1.1.1
Date: 2024-02-07 17:45:58 UTC
SHA: c69f5c5308ae5c0c96d955d46d309231299f9c2f
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: jlmerclusterperm
Title: Cluster-Based Permutation Analysis for Densely Sampled Time Data
Version: 1.1.0
Version: 1.1.1
Authors@R:
person("June", "Choe", , "jchoe001@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0701-921X"))
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# jlmerclusterperm (development version)
# jlmerclusterperm 1.1.1

# jlmerclusterperm 1.1.1

- More informative warnings when constructing a spec object

- Fixed minor bugs when interfacing with Julia

- Fixed bug with reporting convergence warnings when only one is encountered

# jlmerclusterperm 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion R/aaa.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ julia_cli <- function(x) {
utils::tail(system2("julia", x, stdout = TRUE), 1L)
}
parse_julia_version <- function(version) {
gsub("^julia version .*(\\d+\\.\\d+\\.\\d+).*$", "\\1", version)
gsub("^julia.version .*(\\d+\\.\\d+\\.\\d+).*$", "\\1", version)
}
julia_version <- function() {
parse_julia_version(julia_cli("--version"))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ following as you see fit.
To cite jlmerclusterperm:

- Choe, J. (2023). jlmerclusterperm: Cluster-Based Permutation Analysis
for Densely Sampled Time Data. R package version 1.1.0.
for Densely Sampled Time Data. R package version 1.1.1.
<https://cran.r-project.org/package=jlmerclusterperm>.

To cite the cluster-based permutation test:
Expand Down
4 changes: 0 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Fixes for CRAN:

* Specified importing from backports which was missing previously

## R CMD check results

0 errors | 0 warnings | 0 notes
2 changes: 1 addition & 1 deletion docs/404.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/CODE_OF_CONDUCT.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/CONTRIBUTING.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/LICENSE-text.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/LICENSE.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/articles/Garrison-et-al-2020.html

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

8 changes: 4 additions & 4 deletions docs/articles/Geller-et-al-2020.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/articles/asynchronous-cpa.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/articles/deCarvalho-et-al-2021.html

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

Loading

0 comments on commit 54e25b1

Please sign in to comment.