Gábor Csárdi

Results 2061 comments of Gábor Csárdi

This is a bug indeed, I am not sure where, though, probably in pkgbuild. This is a good workaround: ```r R_REMOTES_STANDALONE=true Rscript -e 'remotes::install_github("ropensci/NLMR")' ```

You can try to write the output into a file, then no pipe is needed, and this error should go away, or at least manifest in a different way.

No worries at all, no rush at my end. It could also help if you could show some (possibly simplified) version of your code, even if it does not reproduce...

> In corporate, shared computing environments (notably including RStudio server pro installations), site profiles are used extensively to configure e.g., libpaths and repositories. callr respects libpaths and also repositories, it...

We can't change the default, that is a breaking change. Do you have an example where the current behavior is causing problems?

> works fine as it hits the necessary site profile. I am sorry, what I am trying to ask is, what do you need from the site profile?

> Currently rcmdcheck does not do the same thing as R CMD check run from a terminal on the same machine I just tried and `R -q -e 'rcmdcheck::rcmdcheck(...)'` sets...

That's probably on RStudio then, it passes `--vanilla` to the R process that starts the check: ```r > ps::ps_cmdline(ps::ps_children()[[2]]) [1] "/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/bin/exec/R" [2] "--vanilla" [3] "-s" [4] "-e" [5] "devtools::check(document~+~=~+~FALSE,~+~check_dir~+~=~+~dirname(getwd()))" ```...

``` remotes::install_github("lnalborczyk/IMSB2022/_imsb") ``` works for me, so please try the latest remotes version, the dev version, and if it please fails, add more details about your system.