Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicate in the progress log when/which chunks are loaded from cache instead of run #249

Closed
cboettig opened this issue May 22, 2012 · 5 comments
Labels
feature Feature requests
Milestone

Comments

@cboettig
Copy link

It would be nice to be able to read through the ouptut/progress log to see when a chunk has been loaded from cache and when it has been run, at least when verbose=TRUE of not as a default. Ideally it would show the full path to that cache file as well. Thanks!

@yihui
Copy link
Owner

yihui commented May 22, 2012

this makes sense; will do it; thanks!

@yihui yihui closed this as completed in 92079b0 May 23, 2012
yihui added a commit that referenced this issue May 23, 2012
@yihui
Copy link
Owner

yihui commented May 23, 2012

done; you need opts_knit$set(verbose = TRUE), though

@cboettig
Copy link
Author

awesome, thanks. Say, is the github master branch (almost) always stable? (i.e. I don't see a "development" branch, wondering if I should ever pause and check something before blithely calling install_github("knitr", "yihui") )

@yihui
Copy link
Owner

yihui commented May 24, 2012

I do not actually have a concept of the "stable version", although I tend to say the version on CRAN is the stable version. The version in Github is always the development version.

Usually I do not push to Github until I have finished implementing a new feature or fixed some bugs, so the version here can be considered as relatively stable (no half-done work will be put here). I release to CRAN when the planned features are implemented (each version has a milestone) and R CMD check does not complain.

@github-actions
Copy link

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Feature requests
Projects
None yet
Development

No branches or pull requests

2 participants