The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-05-04 05:51:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.13 | 2.61 | 3.98 | 6.59 | ERROR | --no-tests |
| r-devel-linux-x86_64-debian-gcc | 0.0.13 | 21.70 | 97.44 | 119.14 | NOTE | --no-tests |
| r-devel-linux-x86_64-fedora-clang | 0.0.13 | 29.00 | 107.01 | 136.01 | ERROR | --no-tests |
| r-devel-linux-x86_64-fedora-gcc | 0.0.13 | 28.00 | 116.64 | 144.64 | ERROR | --no-tests |
| r-devel-windows-x86_64 | 0.0.13 | 4.00 | 6.00 | 10.00 | ERROR | --no-examples --no-tests --no-vignettes |
| r-patched-linux-x86_64 | 0.0.13 | 29.58 | 135.02 | 164.60 | OK | --no-tests |
| r-release-linux-x86_64 | 0.0.13 | 31.89 | 134.85 | 166.74 | OK | --no-tests |
| r-release-macos-arm64 | 0.0.13 | 7.00 | 62.00 | 69.00 | ERROR | |
| r-release-macos-x86_64 | 0.0.13 | 22.00 | 259.00 | 281.00 | ERROR | |
| r-release-windows-x86_64 | 0.0.13 | 5.00 | 15.00 | 20.00 | ERROR | --no-examples --no-tests --no-vignettes |
| r-oldrel-macos-arm64 | 0.0.13 | ERROR | ||||
| r-oldrel-macos-x86_64 | 0.0.13 | 21.00 | 304.00 | 325.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.0.13 | 46.00 | 94.00 | 140.00 | OK | --no-examples --no-tests --no-vignettes |
Version: 0.0.13
Flags: --no-tests
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Michael Lawrence <michafla@gene.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Michael",
family = "Lawrence",
role = c("aut", "cre"),
email = "michafla@gene.com"),
person(given = "Gabe",
family = "Becker",
role = "aut"),
person(given = "Jan",
family = "Vogel",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.0.13
Flags: --no-tests
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.13
Flags: --no-tests
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘intro.Rnw’ using knitr
Quitting from intro.Rnw:125-127 [uploadData]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `seq.default()`:
! 'from' must be a finite number
---
Backtrace:
x
1. +-methods (local) `[<-`(`*tmp*`, , value = `<tibble[,19]>`)
2. \-rsolr (local) `[<-`(`*tmp*`, , value = `<tibble[,19]>`)
3. +-methods (local) `[<-`(`*tmp*`, , , ..., value = value)
4. \-rsolr (local) `[<-`(`*tmp*`, , , ..., value = value)
5. +-methods::as(callGeneric(), "SolrFrame")
6. | \-methods:::.class1(object)
7. +-methods::callGeneric()
8. | \-base::eval(call, parent.frame())
9. | \-base::eval(call, parent.frame())
10. +-methods (local) `[<-`(x = x, value = value)
11. \-rsolr (local) `[<-`(x = x, value = value)
12. \-rsolr (local) .local(x, i, j, ..., value = value)
13. +-stats::update(core(x), value, atomic = atomic, ...)
14. \-rsolr::update(core(x), value, atomic = atomic, ...)
15. \-rsolr (local) .local(object, ...)
16. +-restfulr::create(object@uri$update, media, query.params)
17. \-restfulr::create(object@uri$update, media, query.params)
18. \-restfulr (local) .local(x, ...)
19. \-restfulr:::write(x@protocol$create, x, value, ..., returnResponse = returnResponse)
20. +-base::tryCatch(...)
21. | \-base (local) tryCatchList(expr, classes, parentenv, handlers)
22. | \-base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
23. | \-base (local) doTryCatch(return(expr), name, parentenv, handler)
24. \-restfulr (local) FUN(url, media)
25. \-restfulr:::handleResponse(content, reader, errorHandler = x@errorHandler)
26. \-RCurl::parseHTTPHeader(reader$header())
27. +-base::seq(max(i), length(lines))
28. \-base::seq.default(max(i), length(lines))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'intro.Rnw' failed with diagnostics:
'from' must be a finite number
--- failed re-building ‘intro.Rnw’
SUMMARY: processing the following file failed:
‘intro.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0.13
Flags: --no-tests
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘intro.Rnw’ using knitr
Quitting from intro.Rnw:374-376 [kill]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `errorHandler()`:
! Internal Server Error
---
Backtrace:
x
1. \-solr$kill()
2. +-restfulr::read(RestUri("http://localhost:9983"), password = "rsolr")
3. \-restfulr::read(RestUri("http://localhost:9983"), password = "rsolr")
4. +-base::tryCatch(...)
5. | \-base (local) tryCatchList(expr, classes, parentenv, handlers)
6. | \-base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
7. | \-base (local) doTryCatch(return(expr), name, parentenv, handler)
8. \-x@protocol$read(x, cacheInfo)
9. \-restfulr:::handleResponse(content, reader, cache.info, x@errorHandler)
10. \-restfulr (local) errorHandler(responseError)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'intro.Rnw' failed with diagnostics:
Internal Server Error
--- failed re-building ‘intro.Rnw’
SUMMARY: processing the following file failed:
‘intro.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0.13
Flags: --no-examples --no-tests --no-vignettes
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.0.13
Check: tests
Result: ERROR
Running ‘rsolr_unit_tests.R’ [4s/13s]
Running the tests in ‘tests/rsolr_unit_tests.R’ failed.
Complete output:
> rsolr:::.test()
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
Solr started at: http://localhost:8983/solr/techproducts
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Attaching package: 'rsolr'
The following object is masked from 'package:stats':
ftable
The following object is masked from 'package:base':
grouping
Timing stopped at: 1.207 0.059 1.618
Error in checkIdentical(as.table(fct), toTable(tab)) : FALSE
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
Solr started at: http://localhost:8983/solr/Cars93
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
Solr started at: http://localhost:8983/solr/Cars93
RUNIT TEST PROTOCOL -- Sun Apr 26 13:51:17 2026
***********************************************
Number of test functions: 7
Number of errors: 0
Number of failures: 1
1 Test Suite :
rsolr RUnit Tests - 7 test functions, 0 errors, 1 failure
FAILURE in test_SolrQuery: Error in checkIdentical(as.table(fct), toTable(tab)) : FALSE
Test files with failing tests
test_SolrQuery.R
test_SolrQuery
Error in get("testPackage", getNamespace("BiocGenerics"))("rsolr") :
unit tests failed for package rsolr
Calls: <Anonymous> -> <Anonymous>
Execution halted
Flavor: r-release-macos-arm64
Version: 0.0.13
Check: tests
Result: ERROR
Running ‘rsolr_unit_tests.R’ [14s/70s]
Running the tests in ‘tests/rsolr_unit_tests.R’ failed.
Complete output:
> rsolr:::.test()
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/Users/urbanek/Library/Application%20Support/org.R-project.R/R/rsolr/solr-undertow-1.6.0-with-solr-5.5.0/lib/xnio-nio-3.3.4.Final.jar) to constructor sun.nio.ch.KQueueSelectorProvider()
WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Solr started at: http://localhost:8983/solr/techproducts
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Attaching package: 'rsolr'
The following object is masked from 'package:stats':
ftable
The following object is masked from 'package:base':
grouping
Timing stopped at: 4.218 0.043 16.08
Error in checkIdentical(as.table(fct), toTable(tab)) : FALSE
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/Users/urbanek/Library/Application%20Support/org.R-project.R/R/rsolr/solr-undertow-1.6.0-with-solr-5.5.0/lib/xnio-nio-3.3.4.Final.jar) to constructor sun.nio.ch.KQueueSelectorProvider()
WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Solr started at: http://localhost:8983/solr/Cars93
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
Solr started at: http://localhost:8983/solr/Cars93
Timing stopped at: 1.216 0.111 15.43
Error in value[[3L]](cond) : Failed to retrieve schema.
rsolr requires schema via REST or as XML from admin module.
Error from REST: Error in .make_numeric_version(x, strict, .standard_regexps()$valid_package_version, : invalid non-character version specification 'x' (type: double)
In addition: Warning messages:
1: In file.copy(system.file("solr", package = "rsolr"), dirname(solr.home), :
problem copying /Volumes/Builds/packages/big-sur-x86_64/results/4.6/rsolr.Rcheck/rsolr/solr/zoo.cfg to /Volumes/Temp/tmp/Rtmpsab21S/solr/zoo.cfg: Too many open files
2: In file.copy(system.file("solr", package = "rsolr"), dirname(solr.home), :
problem copying /Volumes/Builds/packages/big-sur-x86_64/results/4.6/rsolr.Rcheck/rsolr/solr/README.txt to /Volumes/Temp/tmp/Rtmpsab21S/solr/README.txt: Too many open files
3: In file.copy(system.file("solr", package = "rsolr"), dirname(solr.home), :
problem reading directory /Volumes/Builds/packages/big-sur-x86_64/results/4.6/rsolr.Rcheck/rsolr/solr/cores: Too many open files
4: In file.copy(system.file("solr", package = "rsolr"), dirname(solr.home), :
problem copying /Volumes/Builds/packages/big-sur-x86_64/results/4.6/rsolr.Rcheck/rsolr/solr/solr.xml to /Volumes/Temp/tmp/Rtmpsab21S/solr/solr.xml: Too many open files
5: In file.rename(sampleCorePath, corePath) :
cannot rename file '/Volumes/Temp/tmp/Rtmpsab21S/solr/cores/techproducts' to '/Volumes/Temp/tmp/Rtmpsab21S/solr/cores/Cars93', reason 'No such file or directory'
RUNIT TEST PROTOCOL -- Tue Mar 10 19:34:30 2026
***********************************************
Number of test functions: 7
Number of errors: 1
Number of failures: 1
1 Test Suite :
rsolr RUnit Tests - 7 test functions, 1 error, 1 failure
FAILURE in test_SolrQuery: Error in checkIdentical(as.table(fct), toTable(tab)) : FALSE
ERROR in test_SolrSchema_creation: Error in value[[3L]](cond) : Failed to retrieve schema.
rsolr requires schema via REST or as XML from admin module.
Error from REST: Error in .make_numeric_version(x, strict, .standard_regexps()$valid_package_version, : invalid non-character version specification 'x' (type: double)
Test files with failing tests
test_SolrQuery.R
test_SolrQuery
test_SolrSchema.R
test_SolrSchema_creation
Error in get("testPackage", getNamespace("BiocGenerics"))("rsolr") :
unit tests failed for package rsolr
Calls: <Anonymous> -> <Anonymous>
Error in file() : cannot open the connection
Calls: <Anonymous> -> <Anonymous> -> <Anonymous> -> portIsOpen -> file
In addition: Warning message:
In file() :
cannot open file '/Volumes/Temp/tmp/Rtmpsab21S/Rf11416550645f': Too many open files
Execution halted
rm: /Volumes/Temp/tmp/Rtmpsab21S: Too many open files
Flavor: r-release-macos-x86_64
Version: 0.0.13
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘intro.Rnw’ using knitr
Quitting from intro.Rnw:121-123 [SolrFrame]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `value[[3L]]()`:
! Failed to retrieve schema.
rsolr requires schema via REST or as XML from admin module.
Error from REST: Error in h(simpleError(msg, call)): error in evaluating the argument 'X' in selecting a method for function 'lapply': Not Found
---
Backtrace:
x
1. \-rsolr::SolrFrame(solr$uri)
2. +-rsolr:::.SolrFrame(SolrCore(uri), SolrQuery(...))
3. | \-methods::new("SolrFrame", core = core, query = query, symbolFactory = symbolFactory)
4. | +-methods::initialize(value, ...)
5. | \-methods::initialize(value, ...)
6. \-rsolr::SolrCore(uri)
7. \-rsolr:::readSchema(uri)
8. \-base::tryCatch(...)
9. \-base (local) tryCatchList(expr, classes, parentenv, handlers)
10. \-base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. \-value[[3L]](cond)
12. \-base::tryCatch(...)
13. \-base (local) tryCatchList(expr, classes, parentenv, handlers)
14. \-base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
15. \-value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'intro.Rnw' failed with diagnostics:
Failed to retrieve schema.
rsolr requires schema via REST or as XML from admin module.
Error from REST: Error in h(simpleError(msg, call)): error in evaluating the argument 'X' in selecting a method for function 'lapply': Not Found
--- failed re-building ‘intro.Rnw’
SUMMARY: processing the following file failed:
‘intro.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.0.13
Check: tests
Result: ERROR
Running ‘rsolr_unit_tests.R’ [7s/25s]
Running the tests in ‘tests/rsolr_unit_tests.R’ failed.
Complete output:
> rsolr:::.test()
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/Users/pkgbuild/Library/Application%20Support/org.R-project.R/R/rsolr/solr-undertow-1.6.0-with-solr-5.5.0/lib/xnio-nio-3.3.4.Final.jar) to constructor sun.nio.ch.KQueueSelectorProvider()
WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Solr started at: http://localhost:8983/solr/techproducts
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Attaching package: 'rsolr'
The following object is masked from 'package:stats':
ftable
The following object is masked from 'package:base':
grouping
Timing stopped at: 2.19 0.063 3.235
Error in checkIdentical(as.table(fct), toTable(tab)) : FALSE
In addition: There were 38 warnings (use warnings() to see them)
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/Users/pkgbuild/Library/Application%20Support/org.R-project.R/R/rsolr/solr-undertow-1.6.0-with-solr-5.5.0/lib/xnio-nio-3.3.4.Final.jar) to constructor sun.nio.ch.KQueueSelectorProvider()
WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Solr started at: http://localhost:8983/solr/Cars93
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/Users/pkgbuild/Library/Application%20Support/org.R-project.R/R/rsolr/solr-undertow-1.6.0-with-solr-5.5.0/lib/xnio-nio-3.3.4.Final.jar) to constructor sun.nio.ch.KQueueSelectorProvider()
WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Solr started at: http://localhost:8983/solr/Cars93
RUNIT TEST PROTOCOL -- Tue Apr 1 18:10:35 2025
***********************************************
Number of test functions: 7
Number of errors: 0
Number of failures: 1
1 Test Suite :
rsolr RUnit Tests - 7 test functions, 0 errors, 1 failure
FAILURE in test_SolrQuery: Error in checkIdentical(as.table(fct), toTable(tab)) : FALSE
Test files with failing tests
test_SolrQuery.R
test_SolrQuery
Error in get("testPackage", getNamespace("BiocGenerics"))("rsolr") :
unit tests failed for package rsolr
Calls: <Anonymous> -> <Anonymous>
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Execution halted
Warning message:
In getMethods(coerce, table = TRUE) : 'getMethods' is deprecated.
Use 'getMethodsForDispatch(f, TRUE)' instead.
See help("Deprecated")
Flavor: r-oldrel-macos-arm64
Version: 0.0.13
Check: tests
Result: ERROR
Running ‘rsolr_unit_tests.R’ [12s/45s]
Running the tests in ‘tests/rsolr_unit_tests.R’ failed.
Complete output:
> rsolr:::.test()
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/Users/urbanek/Library/Application%20Support/org.R-project.R/R/rsolr/solr-undertow-1.6.0-with-solr-5.5.0/lib/xnio-nio-3.3.4.Final.jar) to constructor sun.nio.ch.KQueueSelectorProvider()
WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Solr started at: http://localhost:8983/solr/techproducts
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Attaching package: 'rsolr'
The following object is masked from 'package:stats':
ftable
The following object is masked from 'package:base':
grouping
Timing stopped at: 3.717 0.042 7.035
Error in checkIdentical(as.table(fct), toTable(tab)) : FALSE
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/Users/urbanek/Library/Application%20Support/org.R-project.R/R/rsolr/solr-undertow-1.6.0-with-solr-5.5.0/lib/xnio-nio-3.3.4.Final.jar) to constructor sun.nio.ch.KQueueSelectorProvider()
WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Solr started at: http://localhost:8983/solr/Cars93
Starting Solr...
Use options(verbose=TRUE) to diagnose any problems.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/Users/urbanek/Library/Application%20Support/org.R-project.R/R/rsolr/solr-undertow-1.6.0-with-solr-5.5.0/lib/xnio-nio-3.3.4.Final.jar) to constructor sun.nio.ch.KQueueSelectorProvider()
WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Solr started at: http://localhost:8983/solr/Cars93
RUNIT TEST PROTOCOL -- Tue Apr 1 10:06:01 2025
***********************************************
Number of test functions: 7
Number of errors: 0
Number of failures: 1
1 Test Suite :
rsolr RUnit Tests - 7 test functions, 0 errors, 1 failure
FAILURE in test_SolrQuery: Error in checkIdentical(as.table(fct), toTable(tab)) : FALSE
Test files with failing tests
test_SolrQuery.R
test_SolrQuery
Error in get("testPackage", getNamespace("BiocGenerics"))("rsolr") :
unit tests failed for package rsolr
Calls: <Anonymous> -> <Anonymous>
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Execution halted
Warning message:
In getMethods(coerce, table = TRUE) : 'getMethods' is deprecated.
Use 'getMethodsForDispatch(f, TRUE)' instead.
See help("Deprecated")
Flavor: r-oldrel-macos-x86_64
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.