Giter Site home page Giter Site logo

Comments (4)

lionel- avatar lionel- commented on August 25, 2024 1

See the NEWS file, you need to actively set the withr.hook_source option when sourcing outside of the global env.

I would just use local() in that example though.

from withr.

MichaelChirico avatar MichaelChirico commented on August 25, 2024

I would rather not clutter up package examples with extra nesting/option setting... let me take a look tomorrow at how else to support this use case. We're not failing on CRAN so presumably it's an issue with the CI script.

FWIW I would call out this use case (local_tempfile() inside package examples) in the NEWS, I read that bullet but didn't make the connection because the source() usage is several layers deep.

from withr.

lionel- avatar lionel- commented on August 25, 2024

CRAN is sourcing in the globalenv, which explains why source() works out of the box.

By the way @gaborcsardi let me know that this only works because your example is conditional. If you remove the condition, the generated R code will no longer be fenced by source(), and withr will stop working 100% as expected. The exit handlers will be run after all examples have completed rather than at the end of the particular example withr was used. So local() is definitely still recommended in examples.

from withr.

MichaelChirico avatar MichaelChirico commented on August 25, 2024

Got it, thanks for the elaboration. In that case I will just stick with un-hooked file cleanup, using local() in examples will be confusing for novice readers IMO.

I see two other CRAN packages that may be affected:

https://github.com/search?q=org%3Acran+path%3A.Rd+%2Fwithr%3A%3Alocal_tempfile%5B%28%5D%2F+-repo%3Acran%2Flintr&type=code

from withr.

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.