Floris Vanderhaeghe

Results 15 comments of Floris Vanderhaeghe

Thank you for explaining @gergness. And indeed the `df` argument is present in the documentation of `survey_mean()` :+1:. I think it would be good to have this aspect added in...

Seems like a good idea to me. It appears that the git2rdata `.yml` files would be kept out of the datapackage? While its main use is specific to R (variable...

IMHO tab-delimited data has less reading and interpretation problems than csv, since tabs are rarely (or never) used within data (strings), while commas and semicolons often occur in data values...

Exactly the same here! `collapse_rows()` seems to not alter its input. This appears to be a duplicate of #596. I've added some findings there.

Confirmed, thanks! It works fine with current GitHub version installed with `remotes::install_github('haozhu233/kableExtra')`. (Currently at commit 4c93f1a)

So this issue could be closed, or perhaps rephrased to say that the CRAN version still misses the fix.

@haozhu233 I confirm this is the same problematic behaviour as in #595: `collapse_rows()` seems to not alter its input. Meanwhile, this issue has been duplicated in #624 as well. Upon...

As @jacpete comments in https://github.com/haozhu233/kableExtra/issues/595#issuecomment-906646896 and https://github.com/haozhu233/kableExtra/issues/624#issuecomment-906640656, the problem is fixed in the GitHub development version, but not yet on CRAN. This issue seems a duplicate.

Thanks a lot for shedding more light! As I see it now, I think from the book text there is potential confusion between: 1. the format in which a layer...

That should usually work indeed. However, I believe that often mistakes can be avoided by first inspecting the staging area (as a dry run before committing). For example, when a...