Gábor Csárdi

Results 2320 comments of Gábor Csárdi

Yeah i was planning on adding an "info" or "status" method, but it updating the info needs locking. Either with `filelock`, or in a SQLite table. On 29 Jun 2017...

FWIW you can use `suppressMessages()` to suppress all messages.

Well, we use `pkg.show_progress` for an actual progress bar (off by default) currently, but not for the status messages. It would make sense to be able to suppress those as...

There isn't, and it is unlikely that we'll add it to remotes, as we are rather focusing on improving pak.

devtools will depend on pak eventually. renv does not use remotes. pak already contains on pkgdepends.

I don't really understand the question or what is going on, but FWIW I don't think RStudio does anything with the `rlib_interactive` option, it never did AFAIK. It is an...

@spgarbet Is it possible that you are using askpass 1.1 that does not use `is_interactive()`?

I would try installing a newer version of askpass, and set the `rlib_interactive` option to `TRUE`.