diff --git a/R/revision_analysis.R b/R/revision_analysis.R index 5b0057a..3f5093d 100644 --- a/R/revision_analysis.R +++ b/R/revision_analysis.R @@ -407,7 +407,7 @@ seasonality_test <- function(x) { theil_test_evaluator <- function(U1, U2, N, n_test, thr) { if (!is.null(U1)) { theil_rslt <- round(rbind(N, U1), 3) - if (!is.null(U2) && !all(is.nan(U2)) == TRUE) { + if (!is.null(U2) && !all(is.nan(U2))) { theil_rslt <- rbind(theil_rslt, U2 = round(U2, 3)) theil_q <- eval_test(U2, threshold = thr$u2, ascending = FALSE) U_det <- "U2" diff --git a/man/figures/logo.png b/man/figures/logo.png new file mode 100644 index 0000000..7e87053 Binary files /dev/null and b/man/figures/logo.png differ diff --git a/man/figures/logo.svg b/man/figures/logo.svg new file mode 100644 index 0000000..3a2a2af --- /dev/null +++ b/man/figures/logo.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + github.com/rjdverse/rjd3revisions + + + diff --git a/pkgdown/favicon/apple-touch-icon-120x120.png b/pkgdown/favicon/apple-touch-icon-120x120.png new file mode 100644 index 0000000..dd87107 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-120x120.png differ diff --git a/pkgdown/favicon/apple-touch-icon-152x152.png b/pkgdown/favicon/apple-touch-icon-152x152.png new file mode 100644 index 0000000..91d39dc Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-152x152.png differ diff --git a/pkgdown/favicon/apple-touch-icon-180x180.png b/pkgdown/favicon/apple-touch-icon-180x180.png new file mode 100644 index 0000000..ff303d8 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-180x180.png differ diff --git a/pkgdown/favicon/apple-touch-icon-60x60.png b/pkgdown/favicon/apple-touch-icon-60x60.png new file mode 100644 index 0000000..5eb061a Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-60x60.png differ diff --git a/pkgdown/favicon/apple-touch-icon-76x76.png b/pkgdown/favicon/apple-touch-icon-76x76.png new file mode 100644 index 0000000..43ef8f7 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-76x76.png differ diff --git a/pkgdown/favicon/apple-touch-icon.png b/pkgdown/favicon/apple-touch-icon.png new file mode 100644 index 0000000..b71bae0 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon.png differ diff --git a/pkgdown/favicon/favicon-16x16.png b/pkgdown/favicon/favicon-16x16.png new file mode 100644 index 0000000..9da5f48 Binary files /dev/null and b/pkgdown/favicon/favicon-16x16.png differ diff --git a/pkgdown/favicon/favicon-32x32.png b/pkgdown/favicon/favicon-32x32.png new file mode 100644 index 0000000..e989f7a Binary files /dev/null and b/pkgdown/favicon/favicon-32x32.png differ diff --git a/pkgdown/favicon/favicon.ico b/pkgdown/favicon/favicon.ico new file mode 100644 index 0000000..fe0c249 Binary files /dev/null and b/pkgdown/favicon/favicon.ico differ