Last updated on 2025-10-31 13:51:24 CET.
| Package | ERROR | NOTE | OK | 
|---|---|---|---|
| ggsom | 5 | 8 | |
| rstac | 10 | 3 | |
| Rwtss | 9 | 4 | 
Current CRAN status: NOTE: 5, OK: 8
Version: 0.4.0
Check: CRAN incoming feasibility
Result: NOTE
  Maintainer: ‘Felipe Carvalho <lipecaso@gmail.com>’
  
  Package CITATION file contains call(s) to old-style personList() or
  as.personList().  Please use c() on person objects instead.
  Package CITATION file contains call(s) to old-style citEntry().  Please
  use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.0
Check: LazyData
Result: NOTE
    'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 10, OK: 3
Version: 1.0.1
Check: DESCRIPTION meta-information
Result: NOTE
    Missing dependency on R >= 4.1.0 because package code uses the pipe
    |> or function shorthand \(...) syntax added in R 4.1.0.
    File(s) using such syntax:
      ‘geom-funs.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: ERROR: 9, NOTE: 4
Version: 0.9.2
Check: CRAN incoming feasibility
Result: NOTE
  Maintainer: ‘Felipe Souza <lipecaso@gmail.com>’
  
  Package CITATION file contains call(s) to old-style personList() or
  as.personList().  Please use c() on person objects instead.
  Package CITATION file contains call(s) to old-style citEntry().  Please
  use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.9.2
Check: Rd files
Result: NOTE
  checkRd: (-1) wtss_to_ts.Rd:31: Lost braces; missing escapes or markup?
      31 | This period can be either {"month", "week", "day"}, 
         |                           ^
  checkRd: (-1) wtss_to_ts.Rd:32: Lost braces; missing escapes or markup?
      32 | {"months", "weeks", "days"} or
         | ^
  checkRd: (-1) wtss_to_ts.Rd:33: Lost braces; missing escapes or markup?
      33 | {12, 52, 365}. This function creates a new time series with the required 
         | ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.9.2
Check: for unstated dependencies in ‘demo’
Result: NOTE
  '::' or ':::' imports not declared from:
    ‘changepoint’ ‘strucchange’
  'library' or 'require' calls not declared from:
    ‘changepoint’ ‘strucchange’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.9.2
Check: tests
Result: ERROR
    Running ‘spelling.R’ [0s/0s]
    Running ‘testthat.R’ [6s/7s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(Rwtss)
    Rwtss - R interface to Web Time Series Service.
    Loaded Rwtss v0.9.2.
            See ?Rwtss for help, citation("Rwtss") for use in publication.
            See demo(package = "Rwtss") for examples.
    > 
    > test_check("Rwtss")
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_wtss.R:60:9'): Plot ──────────────────────────────────────────
    unname(summary(g)[1, 2]) == "gg" is not TRUE
    
    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. ├─vcr::use_cassette(...) at test_wtss.R:53:5
     2. │ └─base::withCallingHandlers(...)
     3. └─testthat::expect_true(unname(summary(g)[1, 2]) == "gg") at test_wtss.R:60:9
    
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    Error: Test failures
    In addition: Warning message:
    `check_cassette_names()` was deprecated in vcr 2.0.0. 
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.9.2
Check: tests
Result: ERROR
    Running ‘spelling.R’ [0s/0s]
    Running ‘testthat.R’ [4s/5s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(Rwtss)
    Rwtss - R interface to Web Time Series Service.
    Loaded Rwtss v0.9.2.
            See ?Rwtss for help, citation("Rwtss") for use in publication.
            See demo(package = "Rwtss") for examples.
    > 
    > test_check("Rwtss")
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_wtss.R:60:9'): Plot ──────────────────────────────────────────
    unname(summary(g)[1, 2]) == "gg" is not TRUE
    
    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. ├─vcr::use_cassette(...) at test_wtss.R:53:5
     2. │ └─base::withCallingHandlers(...)
     3. └─testthat::expect_true(unname(summary(g)[1, 2]) == "gg") at test_wtss.R:60:9
    
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    Error: Test failures
    In addition: Warning message:
    `check_cassette_names()` was deprecated in vcr 2.0.0. 
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.2
Check: tests
Result: ERROR
    Running ‘spelling.R’
    Running ‘testthat.R’ [10s/13s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(Rwtss)
    Rwtss - R interface to Web Time Series Service.
    Loaded Rwtss v0.9.2.
            See ?Rwtss for help, citation("Rwtss") for use in publication.
            See demo(package = "Rwtss") for examples.
    > 
    > test_check("Rwtss")
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_wtss.R:60:9'): Plot ──────────────────────────────────────────
    unname(summary(g)[1, 2]) == "gg" is not TRUE
    
    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. ├─vcr::use_cassette(...) at test_wtss.R:53:5
     2. │ └─base::withCallingHandlers(...)
     3. └─testthat::expect_true(unname(summary(g)[1, 2]) == "gg") at test_wtss.R:60:9
    
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    Error: Test failures
    In addition: Warning message:
    `check_cassette_names()` was deprecated in vcr 2.0.0. 
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.9.2
Check: tests
Result: ERROR
    Running ‘spelling.R’
    Running ‘testthat.R’ [11s/13s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(Rwtss)
    Rwtss - R interface to Web Time Series Service.
    Loaded Rwtss v0.9.2.
            See ?Rwtss for help, citation("Rwtss") for use in publication.
            See demo(package = "Rwtss") for examples.
    > 
    > test_check("Rwtss")
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_wtss.R:60:9'): Plot ──────────────────────────────────────────
    unname(summary(g)[1, 2]) == "gg" is not TRUE
    
    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. ├─vcr::use_cassette(...) at test_wtss.R:53:5
     2. │ └─base::withCallingHandlers(...)
     3. └─testthat::expect_true(unname(summary(g)[1, 2]) == "gg") at test_wtss.R:60:9
    
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    Error: Test failures
    In addition: Warning message:
    `check_cassette_names()` was deprecated in vcr 2.0.0. 
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.9.2
Check: tests
Result: ERROR
    Running 'spelling.R' [0s]
    Running 'testthat.R' [5s]
  Running the tests in 'tests/testthat.R' failed.
  Complete output:
    > library(testthat)
    > library(Rwtss)
    Rwtss - R interface to Web Time Series Service.
    Loaded Rwtss v0.9.2.
            See ?Rwtss for help, citation("Rwtss") for use in publication.
            See demo(package = "Rwtss") for examples.
    > 
    > test_check("Rwtss")
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_wtss.R:60:9'): Plot ──────────────────────────────────────────
    unname(summary(g)[1, 2]) == "gg" is not TRUE
    
    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. ├─vcr::use_cassette(...) at test_wtss.R:53:5
     2. │ └─base::withCallingHandlers(...)
     3. └─testthat::expect_true(unname(summary(g)[1, 2]) == "gg") at test_wtss.R:60:9
    
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    Error: Test failures
    In addition: Warning message:
    `check_cassette_names()` was deprecated in vcr 2.0.0. 
    Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.9.2
Check: tests
Result: ERROR
    Running ‘spelling.R’ [0s/0s]
    Running ‘testthat.R’ [6s/8s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(Rwtss)
    Rwtss - R interface to Web Time Series Service.
    Loaded Rwtss v0.9.2.
            See ?Rwtss for help, citation("Rwtss") for use in publication.
            See demo(package = "Rwtss") for examples.
    > 
    > test_check("Rwtss")
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_wtss.R:60:9'): Plot ──────────────────────────────────────────
    unname(summary(g)[1, 2]) == "gg" is not TRUE
    
    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. ├─vcr::use_cassette(...) at test_wtss.R:53:5
     2. │ └─base::withCallingHandlers(...)
     3. └─testthat::expect_true(unname(summary(g)[1, 2]) == "gg") at test_wtss.R:60:9
    
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    Error: Test failures
    In addition: Warning message:
    `check_cassette_names()` was deprecated in vcr 2.0.0. 
    Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.9.2
Check: tests
Result: ERROR
    Running ‘spelling.R’ [0s/1s]
    Running ‘testthat.R’ [6s/8s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(Rwtss)
    Rwtss - R interface to Web Time Series Service.
    Loaded Rwtss v0.9.2.
            See ?Rwtss for help, citation("Rwtss") for use in publication.
            See demo(package = "Rwtss") for examples.
    > 
    > test_check("Rwtss")
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_wtss.R:60:9'): Plot ──────────────────────────────────────────
    unname(summary(g)[1, 2]) == "gg" is not TRUE
    
    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. ├─vcr::use_cassette(...) at test_wtss.R:53:5
     2. │ └─base::withCallingHandlers(...)
     3. └─testthat::expect_true(unname(summary(g)[1, 2]) == "gg") at test_wtss.R:60:9
    
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    Error: Test failures
    In addition: Warning message:
    `check_cassette_names()` was deprecated in vcr 2.0.0. 
    Execution halted
Flavor: r-release-linux-x86_64
Version: 0.9.2
Check: tests
Result: ERROR
    Running 'spelling.R' [0s]
    Running 'testthat.R' [7s]
  Running the tests in 'tests/testthat.R' failed.
  Complete output:
    > library(testthat)
    > library(Rwtss)
    Rwtss - R interface to Web Time Series Service.
    Loaded Rwtss v0.9.2.
            See ?Rwtss for help, citation("Rwtss") for use in publication.
            See demo(package = "Rwtss") for examples.
    > 
    > test_check("Rwtss")
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test_wtss.R:60:9'): Plot ──────────────────────────────────────────
    unname(summary(g)[1, 2]) == "gg" is not TRUE
    
    `actual`:   FALSE
    `expected`: TRUE 
    Backtrace:
        ▆
     1. ├─vcr::use_cassette(...) at test_wtss.R:53:5
     2. │ └─base::withCallingHandlers(...)
     3. └─testthat::expect_true(unname(summary(g)[1, 2]) == "gg") at test_wtss.R:60:9
    
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ]
    Error: Test failures
    In addition: Warning message:
    `check_cassette_names()` was deprecated in vcr 2.0.0. 
    Execution halted
Flavor: r-oldrel-windows-x86_64