Giter VIP home page Giter VIP logo

Comments (4)

HenrikBengtsson avatar HenrikBengtsson commented on June 28, 2024

Here is how your package tests will fail:

  • checking tests ...
      Running ‘testthat.R’
     ERROR
    Running the tests in ‘tests/testthat.R’ failed.
    Last 50 lines of output:
       1. └─civis::CivisFuture(quote(2 + 3)) at test_civis_future.R:24:2
       2.   └─future::Future(...)
       3.     └─base (local) dfcn(...)
      ── Error ('test_civis_future.R:61'): run and value work ────────────────────────
      <defunctError/error/condition>
      Error: Argument 'local' is defunct as of future 1.31.0 (2023-??-??)
    ...
      Error: Argument 'local' is defunct as of future 1.31.0 (2023-??-??)
      Backtrace:
          ▆
       1. └─civis::CivisFuture(quote(2 + 2)) at test_civis_future.R:118:2
       2.   └─future::Future(...)
       3.     └─base (local) dfcn(...)
      
      [ FAIL 8 | WARN 4 | SKIP 0 | PASS 1041 ]
      Error: Test failures
      Execution halted
    

Source: https://github.com/HenrikBengtsson/future/blob/d70df1c2e18b21a64e11aa341172e9c4e7b5038f/revdep/problems.md?plain=1#L339-L378

from civis-r.

HenrikBengtsson avatar HenrikBengtsson commented on June 28, 2024

To reproduce the above check error with the latest future 1.31.0 on CRAN, set:

export R_FUTURE_CHECK_IGNORE_CIVIS=false

before running R CMD check.

from civis-r.

pcooman avatar pcooman commented on June 28, 2024

I submitted an updated version of the civis package (v3.1.0) to CRAN for approval. In this new version, the "local" argument to the CivisFuture() function has been deprecated, and we are no longer passing it on the the future::Future() function. To confirm, I ran R CMD CHECK with R_FUTURE_CHECK_IGNORE_CIVIS set to false and all checks passed.

The new submission passed CRAN's automated checks and is now waiting for manual review, which should be completed within ~5 days. We should be ready on our end for you to make the proposed changes to the future package.

Thank you again for bringing this to our attention and for your patience!

from civis-r.

HenrikBengtsson avatar HenrikBengtsson commented on June 28, 2024

It passes my revdep checks. Thanks.

from civis-r.

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.