diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 99e82aa..4128518 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index f422705..0eca603 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")) diff --git a/NEWS.md b/NEWS.md index 6e4d884..33833d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/aaa.R b/R/aaa.R index 7d71394..1a3a5af 100644 --- a/R/aaa.R +++ b/R/aaa.R @@ -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")) diff --git a/README.md b/README.md index ee4f8f6..4cc83e9 100644 --- a/README.md +++ b/README.md @@ -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. . To cite the cluster-based permutation test: diff --git a/cran-comments.md b/cran-comments.md index 4d23855..0037a2f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/docs/404.html b/docs/404.html index 4f0090f..6cf2a37 100644 --- a/docs/404.html +++ b/docs/404.html @@ -33,7 +33,7 @@ jlmerclusterperm - 1.1.0 + 1.1.1