CRAN Package Check Results for Package rsolr

Last updated on 2018-05-18 23:50:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.8 27.39 0.02 27.41 FAIL
r-devel-linux-x86_64-debian-gcc 0.0.8 25.85 0.01 25.86 FAIL
r-devel-linux-x86_64-fedora-clang 0.0.8 240.81 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.8 236.30 ERROR
r-devel-windows-ix86+x86_64 0.0.8 38.00 361.00 399.00 ERROR
r-patched-linux-x86_64 0.0.8 29.42 0.02 29.44 FAIL
r-patched-solaris-x86 0.0.8 417.90 ERROR
r-release-linux-x86_64 0.0.8 28.85 0.02 28.87 FAIL
r-release-windows-ix86+x86_64 0.0.8 38.00 275.00 313.00 ERROR
r-release-osx-x86_64 0.0.8 ERROR
r-oldrel-windows-ix86+x86_64 0.0.8 24.00 276.00 300.00 ERROR
r-oldrel-osx-x86_64 0.0.8 OK

Check Details

Version: 0.0.8
Check: for missing documentation entries
Result: WARN
    Undocumented code objects:
     ‘lengths’
    All user-level objects in a package should have documentation entries.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
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

Version: 0.0.8
Check: examples
Result: ERROR
    Running examples in ‘rsolr-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: SolrCore-class
    > ### Title: SolrCore
    > ### Aliases: class:SolrCore SolrCore-class name,SolrCore-method
    > ### ndoc,SolrCore-method schema schema,SolrCore-method
    > ### fieldNames,SolrCore-method version version,SolrCore-method SolrCore
    > ### docs docs,SolrCore-method read,SolrCore-method
    > ### eval,SolrQuery,SolrCore-method
    > ### eval,TranslationRequest,SolrCore-method facets facets,SolrCore-method
    > ### groupings groupings,SolrCore-method ngroup,SolrCore-method
    > ### update,SolrCore-method delete,SolrCore-method commit
    > ### commit,SolrCore-method purgeCache,SolrCore-method
    > ### show,SolrCore-method
    > ### Keywords: methods classes
    >
    > ### ** Examples
    >
    > solr <- TestSolr()
    > sc <- SolrCore(solr$uri)
    Error in value[[3L]](cond) :
     Failed to retrieve schema. rsolr requires schema via REST or as XML from the admin module.
    Calls: SolrCore ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
    Execution halted
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.0.8
Check: tests
Result: FAIL
    
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, r-release-osx-x86_64

Version: 0.0.8
Check: tests
Result: ERROR
     Running ‘rsolr_unit_tests.R’ [42s/105s]
    Running the tests in ‘tests/rsolr_unit_tests.R’ failed.
    Complete output:
     > rsolr:::.test()
     Starting Solr...
     Use options(verbose=TRUE) to diagnose any problems.
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Solr started at: http://localhost:8983/solr/techproducts
    
     Attaching package: 'BiocGenerics'
    
     The following objects are masked from 'package:parallel':
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
     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, append,
     as.data.frame, basename, cbind, colMeans, colSums, colnames,
     dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
     intersect, is.unsorted, lapply, mapply, match, mget, order, paste,
     pmax, pmax.int, pmin, pmin.int, rank, rbind, rowMeans, rowSums,
     rownames, sapply, setdiff, sort, table, tapply, union, unique,
     unsplit, which, 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
    
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Timing stopped at: 2.616 0.008 5.066
     Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
     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 May 13 09:55:07 2018
     ***********************************************
     Number of test functions: 7
     Number of errors: 1
     Number of failures: 0
    
    
     1 Test Suite :
     rsolr RUnit Tests - 7 test functions, 1 error, 0 failures
     ERROR in test_SolrList_queries: Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
    
     Test files with failing tests
    
     test_SolrList.R
     test_SolrList_queries
    
    
     Error in get("testPackage", getNamespace("BiocGenerics"))("rsolr") :
     unit tests failed for package rsolr
     Calls: <Anonymous> -> <Anonymous>
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.0.8
Check: tests
Result: ERROR
     Running ‘rsolr_unit_tests.R’ [41s/102s]
    Running the tests in ‘tests/rsolr_unit_tests.R’ failed.
    Complete output:
     > rsolr:::.test()
     Starting Solr...
     Use options(verbose=TRUE) to diagnose any problems.
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Solr started at: http://localhost:8983/solr/techproducts
    
     Attaching package: 'BiocGenerics'
    
     The following objects are masked from 'package:parallel':
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
     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, append,
     as.data.frame, basename, cbind, colMeans, colSums, colnames,
     dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
     intersect, is.unsorted, lapply, mapply, match, mget, order, paste,
     pmax, pmax.int, pmin, pmin.int, rank, rbind, rowMeans, rowSums,
     rownames, sapply, setdiff, sort, table, tapply, union, unique,
     unsplit, which, 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
    
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Timing stopped at: 2.829 0.013 5.673
     Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
     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 -- Sat May 12 05:41:42 2018
     ***********************************************
     Number of test functions: 7
     Number of errors: 1
     Number of failures: 0
    
    
     1 Test Suite :
     rsolr RUnit Tests - 7 test functions, 1 error, 0 failures
     ERROR in test_SolrList_queries: Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
    
     Test files with failing tests
    
     test_SolrList.R
     test_SolrList_queries
    
    
     Error in get("testPackage", getNamespace("BiocGenerics"))("rsolr") :
     unit tests failed for package rsolr
     Calls: <Anonymous> -> <Anonymous>
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.0.8
Check: tests
Result: ERROR
     Running 'rsolr_unit_tests.R' [76s]
    Running the tests in 'tests/rsolr_unit_tests.R' failed.
    Complete output:
     > rsolr:::.test()
     Starting Solr...
     Use options(verbose=TRUE) to diagnose any problems.
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Solr started at: http://localhost:8983/solr/techproducts
    
     Attaching package: 'BiocGenerics'
    
     The following objects are masked from 'package:parallel':
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
     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, append,
     as.data.frame, basename, cbind, colMeans, colSums, colnames,
     dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
     intersect, is.unsorted, lapply, lengths, mapply, match, mget,
     order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
     rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
     union, unique, unsplit, which, which.max, which.min
    
    
     Attaching package: 'rsolr'
    
     The following object is masked from 'package:stats':
    
     ftable
    
     The following object is masked from 'package:grDevices':
    
     windows
    
     The following object is masked from 'package:base':
    
     grouping
    
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Timing stopped at: 2.51 0 3.02
     Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
     Error in x$.self$finalize() : attempt to apply non-function
     Error in x$.self$finalize() : attempt to apply non-function
     Error in x$.self$finalize() : attempt to apply non-function
     Error in x$.self$finalize() : attempt to apply non-function
     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 -- Wed May 16 20:33:16 2018
     ***********************************************
     Number of test functions: 7
     Number of errors: 1
     Number of failures: 0
    
    
     1 Test Suite :
     rsolr RUnit Tests - 7 test functions, 1 error, 0 failures
     ERROR in test_SolrList_queries: Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
    
     Test files with failing tests
    
     test_SolrList.R
     test_SolrList_queries
    
    
     Error in get("testPackage", getNamespace("BiocGenerics"))("rsolr") :
     unit tests failed for package rsolr
     Calls: <Anonymous> -> <Anonymous>
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.0.8
Check: tests
Result: ERROR
     Running ‘rsolr_unit_tests.R’ [88s/82s]
    Running the tests in ‘tests/rsolr_unit_tests.R’ failed.
    Complete output:
     > rsolr:::.test()
     Starting Solr...
     Use options(verbose=TRUE) to diagnose any problems.
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Solr started at: http://localhost:8983/solr/techproducts
    
     Attaching package: 'BiocGenerics'
    
     The following objects are masked from 'package:parallel':
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
     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, append,
     as.data.frame, basename, cbind, colMeans, colSums, colnames,
     dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
     intersect, is.unsorted, lapply, lengths, mapply, match, mget,
     order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
     rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
     union, unique, unsplit, which, 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
    
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Timing stopped at: 2.482 0.083 4.479
     Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
     Starting Solr...
     Use options(verbose=TRUE) to diagnose any problems.
     Solr started at: http://localhost:8983/solr/Cars93
     Timing stopped at: 23.75 27.9 15.78
     Error in function (type, msg, asError = TRUE) :
     Could not resolve: localhost (Could not contact DNS servers)
    
    
     RUNIT TEST PROTOCOL -- Sat May 12 15:52:43 2018
     ***********************************************
     Number of test functions: 7
     Number of errors: 2
     Number of failures: 0
    
    
     1 Test Suite :
     rsolr RUnit Tests - 7 test functions, 2 errors, 0 failures
     ERROR in test_SolrList_queries: Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
     ERROR in test_SolrSchema_creation: Error in function (type, msg, asError = TRUE) :
     Could not resolve: localhost (Could not contact DNS servers)
    
     Test files with failing tests
    
     test_SolrList.R
     test_SolrList_queries
    
     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 '/tmp/Rtmpbrai1Z/Rf67a95b763d4': Too many open files
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.0.8
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Loading required package: BiocGenerics
    Loading required package: parallel
    
    Attaching package: ‘BiocGenerics’
    
    The following objects are masked from ‘package:parallel’:
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
    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, append,
     as.data.frame, basename, cbind, colMeans, colSums, colnames,
     dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
     intersect, is.unsorted, lapply, lengths, mapply, match, mget,
     order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
     rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
     union, unique, unsplit, which, 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
    
    
    Error: processing vignette 'intro.Rnw' failed with diagnostics:
     chunk 3 (label = SolrFrame)
    Error in value[[3L]](cond) :
     Failed to retrieve schema. rsolr requires schema via REST or as XML from the admin module.
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.0.8
Check: tests
Result: ERROR
     Running 'rsolr_unit_tests.R' [58s]
    Running the tests in 'tests/rsolr_unit_tests.R' failed.
    Complete output:
     > rsolr:::.test()
     Starting Solr...
     Use options(verbose=TRUE) to diagnose any problems.
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Solr started at: http://localhost:8983/solr/techproducts
    
     Attaching package: 'BiocGenerics'
    
     The following objects are masked from 'package:parallel':
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
     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, append,
     as.data.frame, basename, cbind, colMeans, colSums, colnames,
     dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
     intersect, is.unsorted, lapply, lengths, mapply, match, mget,
     order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
     rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
     union, unique, unsplit, which, which.max, which.min
    
    
     Attaching package: 'rsolr'
    
     The following object is masked from 'package:stats':
    
     ftable
    
     The following object is masked from 'package:grDevices':
    
     windows
    
     The following object is masked from 'package:base':
    
     grouping
    
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Timing stopped at: 1.86 0 2.44
     Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
     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 -- Tue May 15 06:06:55 2018
     ***********************************************
     Number of test functions: 7
     Number of errors: 1
     Number of failures: 0
    
    
     1 Test Suite :
     rsolr RUnit Tests - 7 test functions, 1 error, 0 failures
     ERROR in test_SolrList_queries: Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
    
     Test files with failing tests
    
     test_SolrList.R
     test_SolrList_queries
    
    
     Error in get("testPackage", getNamespace("BiocGenerics"))("rsolr") :
     unit tests failed for package rsolr
     Calls: <Anonymous> -> <Anonymous>
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.0.8
Check: examples
Result: ERROR
    Running examples in ‘rsolr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: SolrCore-class
    > ### Title: SolrCore
    > ### Aliases: class:SolrCore SolrCore-class name,SolrCore-method
    > ### ndoc,SolrCore-method schema schema,SolrCore-method
    > ### fieldNames,SolrCore-method version version,SolrCore-method SolrCore
    > ### docs docs,SolrCore-method read,SolrCore-method
    > ### eval,SolrQuery,SolrCore-method
    > ### eval,TranslationRequest,SolrCore-method facets facets,SolrCore-method
    > ### groupings groupings,SolrCore-method ngroup,SolrCore-method
    > ### update,SolrCore-method delete,SolrCore-method commit
    > ### commit,SolrCore-method purgeCache,SolrCore-method
    > ### show,SolrCore-method
    > ### Keywords: methods classes
    >
    > ### ** Examples
    >
    > solr <- TestSolr()
    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/.local/share/R/rsolr/solr-undertow-1.5.0-RC1-with-solr-5.3.0/lib/xnio-nio-3.4.0.Beta1.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
    
    Execution halted
    Error: failed to load sRGB colorspace file
    Fatal error: error during cleanup
    
    rm: /var/folders/xn/m8dzdsgs7sg8q7jgflnqm8w80000gn/T//RtmpxMts3M: Too many open files
Flavor: r-release-osx-x86_64

Version: 0.0.8
Check: tests
Result: ERROR
     Running 'rsolr_unit_tests.R' [60s]
    Running the tests in 'tests/rsolr_unit_tests.R' failed.
    Complete output:
     > rsolr:::.test()
     Starting Solr...
     Use options(verbose=TRUE) to diagnose any problems.
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Solr started at: http://localhost:8983/solr/techproducts
    
     Attaching package: 'BiocGenerics'
    
     The following objects are masked from 'package:parallel':
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
     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, append,
     as.data.frame, cbind, colMeans, colSums, colnames, do.call,
     duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
     lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
     pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
     setdiff, sort, table, tapply, union, unique, unsplit, which,
     which.max, which.min
    
    
     Attaching package: 'rsolr'
    
     The following object is masked from 'package:stats':
    
     ftable
    
     The following object is masked from 'package:grDevices':
    
     windows
    
     The following object is masked from 'package:base':
    
     grouping
    
     Error in x$.self$finalize() : attempt to apply non-function
     Error in x$.self$finalize() : attempt to apply non-function
     unsupported SEXPTYPE: 19
     unsupported SEXPTYPE: 19
     Timing stopped at: 2.17 0.02 2.68
     Error in `row.names<-.data.frame`(`*tmp*`, value = value) :
     invalid 'row.names' length
     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 -- Thu May 17 06:48:05 2018
     ***********************************************
     Number of test functions: 7
     Number of errors: 1
     Number of failures: 0
    
    
     1 Test Suite :
     rsolr RUnit Tests - 7 test functions, 1 error, 0 failures
     ERROR in test_SolrList_queries: Error in `row.names<-.data.frame`(`*tmp*`, value = value) :
     invalid 'row.names' length
    
     Test files with failing tests
    
     test_SolrList.R
     test_SolrList_queries
    
    
     Error in get("testPackage", getNamespace("BiocGenerics"))("rsolr") :
     unit tests failed for package rsolr
     Calls: <Anonymous> -> <Anonymous>
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64