The package redland was added to shinyapps-package-dependencies and inside of the test.R file, the function getNextResult() is used to test if the package installed correctly. I am currently trying to submit my own pull request but the Travis CI build checker is failing because it tests all of the packages and once it reaches result <- getNextResult(queryResult), the code fails and so does my pull request. If this was deprecated, can somebody update the test.R file to correctly test this package so I can finish my pull request for openbabel?
The package redland was added to shinyapps-package-dependencies and inside of the test.R file, the function getNextResult() is used to test if the package installed correctly. I am currently trying to submit my own pull request but the Travis CI build checker is failing because it tests all of the packages and once it reaches
result <- getNextResult(queryResult)
, the code fails and so does my pull request. If this was deprecated, can somebody update the test.R file to correctly test this package so I can finish my pull request for openbabel?