Petr Bouchal

Results 30 comments of Petr Bouchal

Hi Greg, Thanks for investigating - and sorry for failing to notice this was an accidental feature in {DT}/{crosstalk}! I suspect the "support" in DT may not be intentional, at...

Related, there is "%G" (week-based year, or more precisely ISO-week-based year, relevant for year-ends). This is also not supported by lubridate nor in `strptime()` as per its help, but does...

Snad všechno na co jsem zatím přišel je v https://petrbouchal.github.io/statnipokladna/articles/how-the-data-works.html, plus o jedné niche oblasti ještě v https://petrbouchal.github.io/urednici2019/zdroje-2019.html

FWIW, {ISOweek} is now the correct solution, I think - I just ended up using it on the same data (national, not Eurostat, but produced to the same standard). Perhaps...

FWIW I ended up doing the below, with `extrafont` in Imports - overall it is an adaptation of the code in `hrbrthemes`, with added `*Fonts

Hi, many thanks for investigating. System-wide font install is possible but fails on GHA because of permissions. I ran `Sys.info()` and it seems R is running on the same user...

Thanks - frankly that was my assumption from the beginning: that there is something opaque around the GHA setup. Happy to use the solution based on `import_fonts()` unless I figure...

Sure - here it is, under the "install fonts and font system deps" step: https://github.com/petrbouchal/pagetest/runs/1406528269?check_suite_focus=true

I did try that but brew [throws an error (saying brew disables itself being run as sudo.)](https://github.com/petrbouchal/pagetest/runs/1405713690?check_suite_focus=true)

Thanks! > anyway, the system_profiler call pretty much confirms that Plex is not being installed properly... The OS is oblivious to its existence Thanks for checking - that was my...