Closed exalate-issue-sync[bot] closed 1 year ago
Jan Gorecki commented: PR waiting https://github.com/h2oai/sparkling-water/pull/113
JIRA Issue Migration Info
Jira Issue: SW-238 Assignee: Jan Gorecki Reporter: Jan Gorecki State: Resolved Fix Version: N/A Attachments: N/A Development PRs: Available
Linked PRs from JIRA
JIRA Issue Migration Info Cont'd
Jira Issue Created Date: 2016-10-17T18:10:51.917-0700
rsparkling water R CMD check is currently failing on below issues, detecting R unit tests wasn't yet added to SW CI. Better sooner than later, when more tests will need fixing. {code}
checking for code/documentation mismatches ... WARNING Codoc mismatches from documentation object 'as_h2o_frame': as_h2o_frame Code: function(sc, x, name = NULL) Docs: function(sc, x) Argument names in code not in docs: name
checking for unstated dependencies in ‘tests’ ... WARNING 'library' or 'require' calls not declared from: ‘dplyr’ ‘testthat’
checking tests ... Running ‘test_h2o_name.R’ ERROR Running the tests in ‘tests/test_h2o_name.R’ failed. Last 13 lines of output: R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R.
Status: 1 ERROR, 2 WARNINGs {code} Documentation mismatch was already fixed in PR #112
Unit tests are failing due to missing dependencies listed in DESCRIPTION file.