Gábor Csárdi

Results 1559 comments of Gábor Csárdi

Regions are supported now. Now we need to support files with corrupt flags, and make the pairing using QNAMEs.

Unfortunately "right after release" is a but fuzzy, because some CRAN platform do not run the checks until somewhat later. Also, getting on CRAN does not mean that it will...

crandb is now updated from the rstudio mirror, and the main cran site can have a slightly different set of maintainers.

On R-hub we run sysreqs outside of the container, because the container runs as a regular user for the package check, so it cannot install system packages. This way, we...

We can do this later, I guess.

Hmmm. I think this is nice in general, but maybe we want to do sg with #1 first. Also, often, it is just as good, or maybe even better to...

This would be still nice to have with the new syntax. E.g. sg like this might make sense: ``` r #' @param x \assert{is.numeric; "x must be a number"} Blah-blah......

@jimhester That's a good idea, but I am not sure if it is possible to define a macro with variable number of arguments. I'll try.

It seems that it is not possible, unfortunately. https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#User_002ddefined-macros

Skipping this for now, will come back to it later!