Gábor Csárdi
Gábor Csárdi
I am sorry for the late response. I assume that `open()` + `close()` is much (?) more costly than `stat()`, especially if the latter is cached. So it does not...
Any desire to integrate this with www.r-pkg.org at some level? :) E.g. news.r-pkg.org? Just asking, no problem if not. :) I am willing to help, even if we don't integrate....
@eddelbuettel r-pkg.org has very little traffic actually. :) But that's fine, I can certainly put it somewhere else as well. I'll listen to what Jeroen has to say. If you...
@jeroenooms Can't we just do this on reddit? As a subreddit, where we automatically submit aggregated content to? I am not a big reddit user, so I have no idea.....
In that case I suggest a custom server, not Travis CI. I am not a big fan of Jekyll, either. :) A static site would not work anyway, if we...
Yes, unfortunately that does not look great, but it is a pretty hard problem to solve, possibly impossible, because cli cannot detect warnings.
Yes, this was indeed not implemented because it needs new syntax. We could take the part ending with `.git` as the git repo and the rest as (sub)directories, but that...
I don't really understand the example, cardx is a hard dependency AFAICT: ``` ❯ pak::pkg_deps_tree("ddsjoberg/gtsummary") ddsjoberg/gtsummary 1.9.9.9006 ✨👷🏿♂️🔧 ├─github::insightsengineering/cards 0.1.0.9046 ✨👷🏿♂️🔧 ... ├─github::insightsengineering/cardx 0.1.0.9067 ✨👷🏿♂️🔧 │ ├─github::insightsengineering/cards ... ``` But...
Three tips: 1. if you know that you can have long lines, you need to use `read_output()` instead of `read_output_lines()`. 2. `read_output()` can always return less output than requested. 3....
I _think_ this is documented, but I'll keep this issue open until we improve the documentation.