Kirill Müller

Results 607 issues of Kirill Müller

How can I write an `.Rmd` report that works both standalone and when running in remake? I could use `create_bindings()` in a chunk, but this turns off the detection of...

to simplify active binding code somewhat. https://krlmlr.github.io/bindr/

The pkgdown package (ex staticdocs) is gaining traction, I have created a rendering of the current version of the documentation at http://richfitz.github.io/remake/. (Tried to add it to my fork, didn't...

optionally, as a `remake_verbose()` argument, default `FALSE`, with duration. Useful for tracking which data are loaded when, and how long it takes.

Perhaps the .yml file name could be used in a clever way? Already mentioned in #110.

Inspired by https://rmflight.github.io/posts/2014/07/analyses_as_packages.html. This would allow: - in RStudio, load all analysis code (and perhaps also create data bindings) with one keystroke (provided it's in the R subdirectory) - code...

https://github.com/richfitz/remake/pull/113#pullrequestreview-4040997

https://github.com/richfitz/remake/pull/118#discussion_r83287844 https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17165

Use case: ``` yml targets: : command: jsonlite::fromJSON("x.json") ``` Is forbidding this an explicit design decision? Anyway, I think the error message should read: ``` Rule must be a character...

Use case: Large SQLite database which I'd rather not have read entirely just to detect it hasn't changed. Should be configurable per target and as a global option, or even...