CRAN Package Check Results for Package rsolr

Last updated on 2019-05-01 01:52:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.9 30.76 156.79 187.55 OK
r-devel-linux-x86_64-debian-gcc 0.0.9 25.03 124.28 149.31 OK
r-devel-linux-x86_64-fedora-clang 0.0.9 224.61 OK
r-devel-linux-x86_64-fedora-gcc 0.0.9 235.93 OK
r-patched-linux-x86_64 0.0.9 29.30 159.71 189.01 OK
r-patched-solaris-x86 0.0.9 271.80 ERROR
r-release-linux-x86_64 0.0.9 28.54 155.08 183.62 OK
r-release-windows-ix86+x86_64 0.0.9 44.00 227.00 271.00 OK
r-release-osx-x86_64 0.0.9 ERROR
r-oldrel-windows-ix86+x86_64 0.0.9 51.00 0.00 51.00 OK
r-oldrel-osx-x86_64 0.0.9 OK

Check Details

Version: 0.0.9
Check: tests
Result: ERROR
     Running ‘rsolr_unit_tests.R’ [31s/66s]
    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: '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, 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, 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
    
     Timing stopped at: 10.18 0.324 14.1
     Error in function (type, msg, asError = TRUE) :
     Could not resolve: localhost (Could not contact DNS servers)
     Error in file(filename, "r") : cannot open the connection
     In addition: Warning message:
     In file(filename, "r") :
     cannot open file '/home/ripley/R/Lib32/rsolr/unitTests/test_SolrSchema.R': Too many open files
    
    
     RUNIT TEST PROTOCOL -- Fri Apr 26 00:45:11 2019
     ***********************************************
     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_SolrQuery: Error in function (type, msg, asError = TRUE) :
     Could not resolve: localhost (Could not contact DNS servers)
     ERROR in /home/ripley/R/Lib32/rsolr/unitTests/test_SolrSchema.R: Error while sourcing /home/ripley/R/Lib32/rsolr/unitTests/test_SolrSchema.R : Error in file(filename, "r") : cannot open the connection
    
     Test files with failing tests
    
     test_SolrQuery.R
     test_SolrQuery
    
     test_SolrSchema.R
     /home/ripley/R/Lib32/rsolr/unitTests/test_SolrSchema.R
    
    
     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/RtmpCjaqoI/Rf44725a833dd0': Too many open files
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.0.9
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘intro.Rnw’ using Sweave
    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, 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, 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 admin module.
    Error from REST: Error: Not Found
    
    
    
    --- failed re-building ‘intro.Rnw’
    
    SUMMARY: processing the following file failed:
     ‘intro.Rnw’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.0.9
Check: package dependencies
Result: ERROR
    Packages required but not available:
     'BiocGenerics', 'restfulr', 'graph', 'S4Vectors'
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavor: r-release-osx-x86_64