CODAIT / r4ml

Scalable R for Machine Learning
Apache License 2.0
42 stars 13 forks source link

[R4ML-137] CRAN possible problems #33

Closed bdwyer2 closed 6 years ago

bdwyer2 commented 7 years ago

Developer's Certificate of Origin 1.1

   By making a contribution to this project, I certify that:

   (a) The contribution was created in whole or in part by me and I
       have the right to submit it under the Apache License 2.0; or

   (b) The contribution is based upon previous work that, to the best
       of my knowledge, is covered under an appropriate open source
       license and I have the right under that license to submit that
       work with modifications, whether created in whole or in part
       by me, under the same open source license (unless I am
       permitted to submit under a different license), as indicated
       in the file; or

   (c) The contribution was provided directly to me by some other
       person who certified (a), (b) or (c) and I have not modified
       it.

   (d) I understand and agree that this project and the contribution
       are public and that a record of the contribution (including all
       personal information I submit with it, including my sign-off) is
       maintained indefinitely and may be redistributed consistent with
       this project or the open source license(s) involved.
R4ML-CI commented 7 years ago

Build triggered.

R4ML-CI commented 7 years ago

Unit test failed.

bdwyer2 commented 7 years ago
1. Error: scoring (@test-ml.model.mlogit.R#196) --------------------------------
attempt to apply non-function
1: predict(iris_log_reg, test) at testthat/test-ml.model.mlogit.R:196
2: (function (classes, fdef, mtable) 
   {
       methods <- .findInheritedMethods(classes, fdef, mtable)
       if (length(methods) == 1L) 
           return(methods[[1L]])
       else if (length(methods) == 0L) {
           cnames <- paste0("\"", vapply(classes, as.character, ""), "\"", collapse = ", ")
           stop(gettextf("unable to find an inherited method for function %s for signature %s", 
               sQuote(fdef@generic), sQuote(cnames)), domain = NA)
       }
       else stop("Internal error in finding inherited methods; didn't return a unique method", 
           domain = NA)
   })(list(structure("r4ml.mlogit", package = "R4ML")), structure(function (object, 
       ...) 
   standardGeneric("predict"), generic = structure("predict", package = "stats"), package = "stats", group = list(), valueClass = character(0), signature = "object", default = structure(function (object, 
       ...) 
   UseMethod("predict"), target = structure("ANY", class = structure("signature", package = "methods"), .Names = "object", package = "methods"), defined = structure("ANY", class = structure("signature", package = "methods"), .Names = "object", package = "methods"), generic = structure("predict", package = "stats"), class = structure("derivedDefaultMethod", package = "methods")), skeleton = (structure(function (object, 
       ...) 
   UseMethod("predict"), target = structure("ANY", class = structure("signature", package = "methods"), .Names = "object", package = "methods"), defined = structure("ANY", class = structure("signature", package = "methods"), .Names = "object", package = "methods"), generic = structure("predict", package = "stats"), class = structure("derivedDefaultMethod", package = "methods")))(object, 
       ...), class = structure("standardGeneric", package = "methods")), <environment>)
3: .findInheritedMethods(classes, fdef, mtable)
4: .newSignature(classes, fdef@signature)
5: .asS4(structure(as.character(classes)[i], class = .signatureClassName, names = as.character(names)[i], 
       package = pkgs))
6: asS4(object, TRUE, 0L)
7: structure(as.character(classes)[i], class = .signatureClassName, names = as.character(names)[i], 
       package = pkgs)
8: "factor" %in% attrib[["class", exact = TRUE]]
9: match(x, table, nomatch = 0L)
10: (function (x) 
   x$.self$finalize())(<environment>)

Error in signalCondition(e) : 
  no function to return from, jumping to top level
Calls: <Anonymous> -> .handleSimpleError -> h -> signalCondition
In addition: Warning message:
WARN[r4ml.session]:  driver.memory not defined. Defaulting to 2G 

Jenkins, retest this please

R4ML-CI commented 7 years ago

Build triggered.

R4ML-CI commented 7 years ago

Build success. All unit tests passed.

R4ML-CI commented 7 years ago

Build triggered.

R4ML-CI commented 7 years ago

Build success. All unit tests passed.

R4ML-CI commented 7 years ago

Build triggered.

R4ML-CI commented 7 years ago

Build success. All unit tests passed.

R4ML-CI commented 7 years ago

Build triggered.

R4ML-CI commented 7 years ago

Build success. All unit tests passed.

R4ML-CI commented 7 years ago

Build triggered.

R4ML-CI commented 7 years ago

Build success. All unit tests passed.

R4ML-CI commented 7 years ago

Build triggered.

R4ML-CI commented 7 years ago

Build success. All unit tests passed.

R4ML-CI commented 6 years ago

Build triggered.

R4ML-CI commented 6 years ago

Build success. All unit tests passed.