CRAN Package Check Results for Maintainer ‘Jemma Stachelek <jemma.stachelek at gmail.com>’

Last updated on 2026-02-15 11:50:07 CET.

Package ERROR NOTE OK
ipdw 2 12
LAGOSNE 9 5
nhdR 14
wikilake 14
wql 14

Package ipdw

Current CRAN status: NOTE: 2, OK: 12

Version: 2.0-0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Jemma Stachelek <jemma.stachelek@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

Package LAGOSNE

Current CRAN status: ERROR: 9, OK: 5

Version: 2.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(LAGOSNE) > > test_check("LAGOSNE") Saving _problems/test-lake_info-8.R Saving _problems/test-lake_info-41.R [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-info_table.R:4:3', 'test-lagos_get.R:5:3', 'test-lagos_get.R:15:3', 'test-lagos_load.R:5:3', 'test-lagos_load.R:17:3', 'test-lagos_load.R:28:3', 'test-lagos_select.R:5:3', 'test-lagos_select.R:101:3', 'test-lake_info.R:17:3', 'test-lake_info.R:27:3', 'test_display-names.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-lake_info.R:7:3'): lake_info works ───────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `filter_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `filter()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-lake_info.R:7:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(lake_info(name = "Pine Lake", state = "Iowa", dt = dt)) 5. └─LAGOSNE::lake_info(name = "Pine Lake", state = "Iowa", dt = dt) 6. ├─base::do.call(...) 7. └─base::apply(...) 8. └─LAGOSNE (local) FUN(newX[, i], ...) 9. └─LAGOSNE:::lake_info_(...) 10. └─dplyr::filter_(dt_filter, filter_criteria) 11. └─dplyr:::lazy_defunct("filter") 12. └─lifecycle::deprecate_stop(...) 13. └─lifecycle:::deprecate_stop0(msg) 14. └─rlang::cnd_signal(...) ── Failure ('test-lake_info.R:40:3'): lake_info fails well ───────────────────── `lake_info(name = "gibberish", state = "Wisconsin", dt = dt)` threw an error with unexpected message. Expected match: "Lake 'gibberish' in Wisconsin not found" Actual message: "`filter_()` was deprecated in dplyr 0.7.0 and is now defunct.\nℹ Please use `filter()` instead.\nℹ See vignette('programming') for more help" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-lake_info.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─LAGOSNE::lake_info(name = "gibberish", state = "Wisconsin", dt = dt) 7. ├─base::do.call(...) 8. └─base::apply(...) 9. └─LAGOSNE (local) FUN(newX[, i], ...) 10. └─LAGOSNE:::lake_info_(...) 11. └─dplyr::filter_(dt_filter, filter_criteria) 12. └─dplyr:::lazy_defunct("filter") 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) 15. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] Error: ! Test failures. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(LAGOSNE) > > test_check("LAGOSNE") Saving _problems/test-lake_info-8.R Saving _problems/test-lake_info-41.R [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-info_table.R:4:3', 'test-lagos_get.R:5:3', 'test-lagos_get.R:15:3', 'test-lagos_load.R:5:3', 'test-lagos_load.R:17:3', 'test-lagos_load.R:28:3', 'test-lagos_select.R:5:3', 'test-lagos_select.R:101:3', 'test-lake_info.R:17:3', 'test-lake_info.R:27:3', 'test_display-names.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-lake_info.R:7:3'): lake_info works ───────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `filter_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `filter()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-lake_info.R:7:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(lake_info(name = "Pine Lake", state = "Iowa", dt = dt)) 5. └─LAGOSNE::lake_info(name = "Pine Lake", state = "Iowa", dt = dt) 6. ├─base::do.call(...) 7. └─base::apply(...) 8. └─LAGOSNE (local) FUN(newX[, i], ...) 9. └─LAGOSNE:::lake_info_(...) 10. └─dplyr::filter_(dt_filter, filter_criteria) 11. └─dplyr:::lazy_defunct("filter") 12. └─lifecycle::deprecate_stop(...) 13. └─lifecycle:::deprecate_stop0(msg) 14. └─rlang::cnd_signal(...) ── Failure ('test-lake_info.R:40:3'): lake_info fails well ───────────────────── `lake_info(name = "gibberish", state = "Wisconsin", dt = dt)` threw an error with unexpected message. Expected match: "Lake 'gibberish' in Wisconsin not found" Actual message: "`filter_()` was deprecated in dplyr 0.7.0 and is now defunct.\nℹ Please use `filter()` instead.\nℹ See vignette('programming') for more help" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-lake_info.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─LAGOSNE::lake_info(name = "gibberish", state = "Wisconsin", dt = dt) 7. ├─base::do.call(...) 8. └─base::apply(...) 9. └─LAGOSNE (local) FUN(newX[, i], ...) 10. └─LAGOSNE:::lake_info_(...) 11. └─dplyr::filter_(dt_filter, filter_criteria) 12. └─dplyr:::lazy_defunct("filter") 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) 15. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(LAGOSNE) > > test_check("LAGOSNE") Saving _problems/test-lake_info-8.R Saving _problems/test-lake_info-41.R [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-info_table.R:4:3', 'test-lagos_get.R:5:3', 'test-lagos_get.R:15:3', 'test-lagos_load.R:5:3', 'test-lagos_load.R:17:3', 'test-lagos_load.R:28:3', 'test-lagos_select.R:5:3', 'test-lagos_select.R:101:3', 'test-lake_info.R:17:3', 'test-lake_info.R:27:3', 'test_display-names.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-lake_info.R:7:3'): lake_info works ───────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `filter_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `filter()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-lake_info.R:7:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(lake_info(name = "Pine Lake", state = "Iowa", dt = dt)) 5. └─LAGOSNE::lake_info(name = "Pine Lake", state = "Iowa", dt = dt) 6. ├─base::do.call(...) 7. └─base::apply(...) 8. └─LAGOSNE (local) FUN(newX[, i], ...) 9. └─LAGOSNE:::lake_info_(...) 10. └─dplyr::filter_(dt_filter, filter_criteria) 11. └─dplyr:::lazy_defunct("filter") 12. └─lifecycle::deprecate_stop(...) 13. └─lifecycle:::deprecate_stop0(msg) 14. └─rlang::cnd_signal(...) ── Failure ('test-lake_info.R:40:3'): lake_info fails well ───────────────────── `lake_info(name = "gibberish", state = "Wisconsin", dt = dt)` threw an error with unexpected message. Expected match: "Lake 'gibberish' in Wisconsin not found" Actual message: "`filter_()` was deprecated in dplyr 0.7.0 and is now defunct.\nℹ Please use `filter()` instead.\nℹ See vignette('programming') for more help" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-lake_info.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─LAGOSNE::lake_info(name = "gibberish", state = "Wisconsin", dt = dt) 7. ├─base::do.call(...) 8. └─base::apply(...) 9. └─LAGOSNE (local) FUN(newX[, i], ...) 10. └─LAGOSNE:::lake_info_(...) 11. └─dplyr::filter_(dt_filter, filter_criteria) 12. └─dplyr:::lazy_defunct("filter") 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) 15. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.0.4
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(LAGOSNE) > > test_check("LAGOSNE") Saving _problems/test-lake_info-8.R Saving _problems/test-lake_info-41.R [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-info_table.R:4:3', 'test-lagos_get.R:5:3', 'test-lagos_get.R:15:3', 'test-lagos_load.R:5:3', 'test-lagos_load.R:17:3', 'test-lagos_load.R:28:3', 'test-lagos_select.R:5:3', 'test-lagos_select.R:101:3', 'test-lake_info.R:17:3', 'test-lake_info.R:27:3', 'test_display-names.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-lake_info.R:7:3'): lake_info works ───────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `filter_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `filter()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-lake_info.R:7:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(lake_info(name = "Pine Lake", state = "Iowa", dt = dt)) 5. └─LAGOSNE::lake_info(name = "Pine Lake", state = "Iowa", dt = dt) 6. ├─base::do.call(...) 7. └─base::apply(...) 8. └─LAGOSNE (local) FUN(newX[, i], ...) 9. └─LAGOSNE:::lake_info_(...) 10. └─dplyr::filter_(dt_filter, filter_criteria) 11. └─dplyr:::lazy_defunct("filter") 12. └─lifecycle::deprecate_stop(...) 13. └─lifecycle:::deprecate_stop0(msg) 14. └─rlang::cnd_signal(...) ── Failure ('test-lake_info.R:40:3'): lake_info fails well ───────────────────── `lake_info(name = "gibberish", state = "Wisconsin", dt = dt)` threw an error with unexpected message. Expected match: "Lake 'gibberish' in Wisconsin not found" Actual message: "`filter_()` was deprecated in dplyr 0.7.0 and is now defunct.\nℹ Please use `filter()` instead.\nℹ See vignette('programming') for more help" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-lake_info.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─LAGOSNE::lake_info(name = "gibberish", state = "Wisconsin", dt = dt) 7. ├─base::do.call(...) 8. └─base::apply(...) 9. └─LAGOSNE (local) FUN(newX[, i], ...) 10. └─LAGOSNE:::lake_info_(...) 11. └─dplyr::filter_(dt_filter, filter_criteria) 12. └─dplyr:::lazy_defunct("filter") 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) 15. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2.0.4
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(LAGOSNE) > > test_check("LAGOSNE") Saving _problems/test-lake_info-8.R Saving _problems/test-lake_info-41.R [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-info_table.R:4:3', 'test-lagos_get.R:5:3', 'test-lagos_get.R:15:3', 'test-lagos_load.R:5:3', 'test-lagos_load.R:17:3', 'test-lagos_load.R:28:3', 'test-lagos_select.R:5:3', 'test-lagos_select.R:101:3', 'test-lake_info.R:17:3', 'test-lake_info.R:27:3', 'test_display-names.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-lake_info.R:7:3'): lake_info works ───────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `filter_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `filter()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-lake_info.R:7:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(lake_info(name = "Pine Lake", state = "Iowa", dt = dt)) 5. └─LAGOSNE::lake_info(name = "Pine Lake", state = "Iowa", dt = dt) 6. ├─base::do.call(...) 7. └─base::apply(...) 8. └─LAGOSNE (local) FUN(newX[, i], ...) 9. └─LAGOSNE:::lake_info_(...) 10. └─dplyr::filter_(dt_filter, filter_criteria) 11. └─dplyr:::lazy_defunct("filter") 12. └─lifecycle::deprecate_stop(...) 13. └─lifecycle:::deprecate_stop0(msg) 14. └─rlang::cnd_signal(...) ── Failure ('test-lake_info.R:40:3'): lake_info fails well ───────────────────── `lake_info(name = "gibberish", state = "Wisconsin", dt = dt)` threw an error with unexpected message. Expected match: "Lake 'gibberish' in Wisconsin not found" Actual message: "`filter_()` was deprecated in dplyr 0.7.0 and is now defunct.\nℹ Please use `filter()` instead.\nℹ See vignette('programming') for more help" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-lake_info.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─LAGOSNE::lake_info(name = "gibberish", state = "Wisconsin", dt = dt) 7. ├─base::do.call(...) 8. └─base::apply(...) 9. └─LAGOSNE (local) FUN(newX[, i], ...) 10. └─LAGOSNE:::lake_info_(...) 11. └─dplyr::filter_(dt_filter, filter_criteria) 12. └─dplyr:::lazy_defunct("filter") 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) 15. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] Error: ! Test failures. Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 2.0.4
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(LAGOSNE) > > test_check("LAGOSNE") Saving _problems/test-lake_info-8.R Saving _problems/test-lake_info-41.R [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-info_table.R:4:3', 'test-lagos_get.R:5:3', 'test-lagos_get.R:15:3', 'test-lagos_load.R:5:3', 'test-lagos_load.R:17:3', 'test-lagos_load.R:28:3', 'test-lagos_select.R:5:3', 'test-lagos_select.R:101:3', 'test-lake_info.R:17:3', 'test-lake_info.R:27:3', 'test_display-names.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-lake_info.R:7:3'): lake_info works ───────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `filter_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `filter()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-lake_info.R:7:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(lake_info(name = "Pine Lake", state = "Iowa", dt = dt)) 5. └─LAGOSNE::lake_info(name = "Pine Lake", state = "Iowa", dt = dt) 6. ├─base::do.call(...) 7. └─base::apply(...) 8. └─LAGOSNE (local) FUN(newX[, i], ...) 9. └─LAGOSNE:::lake_info_(...) 10. └─dplyr::filter_(dt_filter, filter_criteria) 11. └─dplyr:::lazy_defunct("filter") 12. └─lifecycle::deprecate_stop(...) 13. └─lifecycle:::deprecate_stop0(msg) 14. └─rlang::cnd_signal(...) ── Failure ('test-lake_info.R:40:3'): lake_info fails well ───────────────────── `lake_info(name = "gibberish", state = "Wisconsin", dt = dt)` threw an error with unexpected message. Expected match: "Lake 'gibberish' in Wisconsin not found" Actual message: "`filter_()` was deprecated in dplyr 0.7.0 and is now defunct.\nℹ Please use `filter()` instead.\nℹ See vignette('programming') for more help" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-lake_info.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─LAGOSNE::lake_info(name = "gibberish", state = "Wisconsin", dt = dt) 7. ├─base::do.call(...) 8. └─base::apply(...) 9. └─LAGOSNE (local) FUN(newX[, i], ...) 10. └─LAGOSNE:::lake_info_(...) 11. └─dplyr::filter_(dt_filter, filter_criteria) 12. └─dplyr:::lazy_defunct("filter") 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) 15. └─rlang::cnd_signal(...) [ FAIL 2 | WARN 0 | SKIP 11 | PASS 3 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

Package nhdR

Current CRAN status: OK: 14

Package wikilake

Current CRAN status: NOTE: 14

Version: 0.7.0
Check: Rd files
Result: NOTE checkRd: (-1) milakes.Rd:10: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:11: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:12: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:13: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:14: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:15: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:16: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:17: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:18: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:19: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:20: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:21: Lost braces in \itemize; meant \describe ? checkRd: (-1) milakes.Rd:22: Lost braces in \itemize; meant \describe ? 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-macos-arm64, 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

Package wql

Current CRAN status: OK: 14

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.