Skip to content

Commit

Permalink
Add updated logos
Browse files Browse the repository at this point in the history
  • Loading branch information
TanguyBarthelemy committed Aug 29, 2024
1 parent d83593d commit 97c4096
Show file tree
Hide file tree
Showing 12 changed files with 161 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/revision_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
160 changes: 160 additions & 0 deletions man/figures/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.

0 comments on commit 97c4096

Please sign in to comment.