Marek Gagolewski

Results 118 comments of Marek Gagolewski

This is actually the default behaviour that we get from ICU. Manual on `parse()` (https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1DateFormat.html#a82a10d2a3b70277bd983a638477bf154) says *cal ---- A Calendar set on input to the date and time to be...

Actually, the calendar set on input to the date and time to be used for missing values in the date/time string being parsed could be made changeable by the user...

There is a tutorial paper (draft) available at https://stringi.gagolewski.com/_static/vignette/stringi.pdf.

Moreover, the full online manual is at https://stringi.gagolewski.com/.

Item 1 DONE (commit 431249baf3626d0bd35a11556895a949eaf1b51a)

Unfortunately, I'm unable to reproduce the above, because you haven't provided me with enough details. Could you please prepare a concrete example that I could run on my machine (with...

Unfortunately I cannot reproduce the above problems, but I'm on Linux. I suspect this has nothing to do with stringi. Have you tried replacing `\r\n` with `\n` manually? Are you...

What I have said is that I cannot reproduce this error on Linux and hence it is difficult for me to help you. Still, I would like to find a...

Well, github servers are usually very fast + they are spread around the world, so either they had some temporary issues or the problem is your internet provider's side?

Another solution to this (in case anyone has a similar problem in the future) would be to consider what `help("download.file")` says about the timeout: > The timeout for many parts...