Christophe Dervieux
Christophe Dervieux
It is out now: https://github.com/rstudio/pins/releases/tag/v1.0.0
Hello ! R development guide is already among the book listed on bookdown.org in the "Books" page  https://github.com/rstudio/bookdown.org/blob/082857f8fa2c2833af4898fa867d700c94f57dd8/R/external.txt#L25 md file is here: https://github.com/rstudio/bookdown.org/blob/main/content/archive/external/contributor-r-project-org-rdevguide.md However, it is not yet in...
I think it is from here https://github.com/r-lib/remotes/blob/2dd6a5d9713961e6cbc2a8818f3369103d6e705b/R/utils.R#L163-L181 If available a`tar` found in PATH seems to be used with `system2` to check if it can be used with `--force-local`. If so...
So basically, the current behavior comes from a non empty `Sys.getenv("TAR")` that gets picked up ? Because `utils::untar` already defaults to `internal` if no env `TAR` is found.
> On windows if TAR is unset it uses Sys.which("tar.exe") this is what I missed in `untar` source definition. Thanks. I had one part of the issue. Got it all...
@ijlyttle How wonder how you do that with `remotes` and your 📦 `ghentr` ? Is this possible for you ?
> The central idea is to use a url:: remote. For example, the standard GitHub remote: This is what I thought. I got the same idea. I use that for...
Related to https://github.com/r-lib/downlit/issues/139 in the sense that Pandoc a `span` per line in the input, and **downlit** does not keep this line wrapping.
For getting the version on windows, I did not manage to make the workaround proposed in chromium bug report with `wmic datafile` However, using powershell it worked. ``` r args
I could do a PR for `chrome_version` to this specific case on windows. About the call to `chrome_version`, https://github.com/hrbrmstr/decapitated/blob/ccab8fa640b415cf70535013f5bc4280b6af0e11/R/chrome-pdf.r#L72 Object `vers` does not seem to be used after. am I...