Gábor Csárdi

Results 2320 comments of Gábor Csárdi

It is because your `.Rprofile` changes the package library directories on the builder: https://github.com/alexpate30/calibmsm/blob/master/.Rprofile

> May I ask, what is the logic this would cause a fail in R-CMD-check for a specific package on the MacOS system, and not a more general problem? I...

The default policy is to always install the latest versions of the packages specified directly, and the most convenient versions of the dependencies. So ```r pak::pkg_install("imager") ``` will always try...

If you don't mind, I'll leave this open until the docs are fixed.

@cderv What do you think? How should this work?

OK, so the plan is to add an input parameter called `install-quarto`, by default it will be 'auto' which means that if it is not already on the PATH, then...

@cderv Now that I am writing this, it occured to me that we could do the same for pandoc, i.e. install it whenever there is an `.Rmd` file in the...

> Still think that the element should be pasted together internally to allow common YAML language like my first example. Sure, a PR is welcome for that. 😄

I can see that this could be useful. OTOH we are starting to accumulate example workflows that are never tested, so their qualities might vary in the future. I am...

While this is a good idea, it didn't seem to get much traction, so I am going to close it now. Feel free to open another issue if you want...