CRAN Package Check Results for Package ir

Last updated on 2024-08-09 12:49:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 10.40 156.94 167.34 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.1 6.73 104.65 111.38 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 285.38 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.1 286.18 NOTE
r-devel-windows-x86_64 0.2.1 12.00 175.00 187.00 NOTE
r-patched-linux-x86_64 0.2.1 10.99 162.07 173.06 NOTE
r-release-linux-x86_64 0.2.1 8.35 161.61 169.96 NOTE
r-release-macos-arm64 0.2.1 82.00 NOTE
r-release-macos-x86_64 0.2.1 122.00 NOTE
r-release-windows-x86_64 0.2.1 13.00 209.00 222.00 NOTE
r-oldrel-macos-arm64 0.2.1 105.00 NOTE
r-oldrel-macos-x86_64 0.2.1 184.00 NOTE
r-oldrel-windows-x86_64 0.2.1 17.00 229.00 246.00 NOTE

Check Details

Version: 0.2.1
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘fda’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: Rd files
Result: NOTE checkRd: (-1) ir_to_transmittance.Rd:49: Escaped LaTeX specials: \& 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.2.1
Check: examples
Result: ERROR Running examples in ‘ir-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ir_smooth > ### Title: Smooths infrared spectra in an 'ir' object > ### Aliases: ir_smooth > > ### ** Examples > > #' # Savitzky-Golay smoothing > x1 <- + ir::ir_sample_data[1:5, ] %>% + ir::ir_smooth(method = "sg", p = 3, n = 51, ts = 1, m = 0) > > # Fourier smoothing > x2 <- + ir::ir_sample_data[1:5, ] %>% + ir::ir_smooth(method = "fourier", k = 21) Error in `purrr::map()`: ℹ In index: 1. ℹ With name: GN.11.389. Caused by error in `loadNamespace()`: ! there is no package called ‘fda’ Backtrace: ▆ 1. ├─ir::ir_sample_data[1:5, ] %>% ... 2. ├─ir::ir_smooth(., method = "fourier", k = 21) 3. │ └─purrr::map(...) 4. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 5. │ ├─purrr:::with_indexed_errors(...) 6. │ │ └─base::withCallingHandlers(...) 7. │ ├─purrr:::call_with_cleanup(...) 8. │ └─ir (local) .f(.x[[i]], ...) 9. ├─base::loadNamespace(x) 10. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 11. │ │ └─base (local) withOneRestart(expr, restarts[[1L]]) 12. │ │ └─base (local) doWithOneRestart(return(expr), restart) 13. │ └─base::stop(cond) 14. └─purrr (local) `<fn>`(`<pckgNtFE>`) 15. └─cli::cli_abort(...) 16. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc