CRAN Package Check Results for Maintainer ‘Vivekananda Tadala <vivekananda.tadala at dominodatalab.com>’

Last updated on 2022-04-24 03:53:06 CEST.

Package ERROR NOTE OK
DominoDataCapture 1 6 5

Package DominoDataCapture

Current CRAN status: ERROR: 1, NOTE: 6, OK: 5

Version: 0.1.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘rjson’ ‘uuid’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [3s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     >
     > test_check("DominoDataCapture")
     Loading required package: DominoDataCapture
     The information shown below represents the structure and format of the prediction data recorded by Domino when this model is deployed as a Domino Model API {"features":{"min":1,"max":100},"predictions":{"prediction":20},"metadata":{"meta1":"metadata_value1"},"timestamp":"adfasdfasd","__domino_timestamp":"2022-04-20T05:56:05+0000 UTC","event_id":"test_event_id","instance_id":"test_instance_id","prediction_probability":[0.1,0.9],"sample_weight":0.3}
     [1] "ERROR DominoDataCapture::capturePrediction Error: Cannot create file: directory '/tmp' does not exist.\n"
     [1] "ERROR DominoDataCapture::capturePrediction Error: Cannot create file: directory '/tmp' does not exist.\n"
     [1] "ERROR DominoDataCapture::capturePrediction Error: Cannot create file: directory '/random_folder' does not exist.\n"
     [1] "ERROR DominoDataCapture::capturePrediction Error: Cannot create file: directory '/tmp' does not exist.\n"
     [1] "ERROR DominoDataCapture::capturePrediction Error: Cannot create file: directory '/tmp' does not exist.\n"
     [1] "ERROR DominoDataCapture::capturePrediction Error: Cannot create file: directory '/tmp' does not exist.\n"
     [1] "ERROR DominoDataCapture::capturePrediction Error: Cannot create file: directory '/tmp' does not exist.\n"
     [1] "ERROR DominoDataCapture::capturePrediction Error: Cannot create file: directory '/tmp' does not exist.\n"
     [1] "ERROR DominoDataCapture::capturePrediction Error: Cannot create file: directory '/tmp' does not exist.\n"
     [1] "ERROR DominoDataCapture::capturePrediction feature_names and feature_values should be of same length"
     [1] "ERROR DominoDataCapture::capturePrediction feature_names and feature_values should be of same length"
     [1] "ERROR DominoDataCapture::capturePrediction predict_names and predict_values should be of same length"
     [1] "ERROR DominoDataCapture::capturePrediction predict_names and predict_values should be of same length"
     [1] "ERROR DominoDataCapture::capturePrediction metadata_names and metadata_values should be of same length"
     [1] "ERROR DominoDataCapture::capturePrediction predict_names and predict_values should be of same length"
     [ FAIL 1 | WARN 7 | SKIP 0 | PASS 34 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_data_capture_client.R:66:3): check whether the data is written to the file ──
     Error in `file(con, "r")`: cannot open the connection
     Backtrace:
     ▆
     1. └─rjson::fromJSON(file = tmp_file) at test_data_capture_client.R:66:2
     2. ├─base::paste(readLines(file, warn = FALSE), collapse = "")
     3. └─base::readLines(file, warn = FALSE)
     4. └─base::file(con, "r")
    
     [ FAIL 1 | WARN 7 | SKIP 0 | PASS 34 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64