Gábor Csárdi

Results 2259 comments of Gábor Csárdi

Is this what you are installing locally? https://github.com/easystats/performance/blob/4b39cbf2723d8bcfdd1ccc3629ff7773843357cc/DESCRIPTION#L157 ``` Remotes: easystats/insight ``` means that you want insight from GitHub, that last commit of the main branch. So that's what pak...

Version numbers do not matter for a package from GitHub. Most people don't increase the version number for every commit, and it is impossible to have linear version numbers for...

You have ``` Remotes: easystats/insight ``` in `DESCRIPTION`, meaning that you want insight from GitHub. But you don't actually want to install insight from GitHub, do you?

Are you now satisfied with the explanation above, or you feel like this is still an isse?

I would rather support a single markdown template. Much easier to write, we already know it and it works for other things as well. E.g. ``` message

Ideally you would not create strings programmatically, because that is hard to translate. cli will have vectorization, and my goal is to have templates that are expressive enough, so that...

This said, sure, if you want you can open an issue for having another level of lists, it is probably pretty easy to implement. 😄

This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub...

Unfortunately this error happens while bigrquery is trying to throw another error, the real error. Try debugging the real error, that is coming from `gargle:::gargle_abort()`. E.g. try to put a...

> But that cannot be the permanent solution, right? IDK if there is any other way for a command line app to run the R installer.