Giter Club home page Giter Club logo

Comments (1)

gaborcsardi avatar gaborcsardi commented on July 21, 2024

Failures are the same on all platforms:

Version: 2.0.1 
Check: tests 
Result: ERROR 
     Running ‘testthat.R’ [12s/38s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(callr)
     > 
     > Sys.unsetenv("R_TESTS")
     > test_check("callr")
     ── 1. Failure: error is propagated (@test-error.R#5) ──────────────────────────
     `r(function() 1 + "A")` threw an error with unexpected message.
     Expected match: "non-numeric argument to binary operator"
     Actual message: "child process crashed or was killed"
     
     ── 2. Failure: error stack is passed (@test-error.R#37) ───────────────────────
     inherits(err, "callr_error") isn't true.
     
     ── 3. Failure: error stack is passed (@test-error.R#38) ───────────────────────
     length(err$stack) not equal to 3.
     1/1 mismatches
     [1] 0 - 3 == -3
     
     ── 4. Failure: r_bg can get the error back (@test-r-bg.R#26) ──────────────────
     `x$get_result()` threw an error with unexpected message.
     Expected match: "non-numeric argument to binary operator"
     Actual message: "child process crashed or was killed"
     
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 472 SKIPPED: 7 FAILED: 4
     1. Failure: error is propagated (@test-error.R#5) 
     2. Failure: error stack is passed (@test-error.R#37) 
     3. Failure: error stack is passed (@test-error.R#38) 
     4. Failure: r_bg can get the error back (@test-r-bg.R#26) 
     
     Error: testthat unit tests failed
     Execution halted 
Flavor: r-devel-linux-x86_64-debian-gcc

from callr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.