Tomasz Kalinowski

Results 45 issues of Tomasz Kalinowski

Hello, When reading some columns as a datetime, the warning `NA inserted for impossible 1900-02-29 datetime` is, unlike other warnings thrown by readxl, not accompanied by any cell location information,...

problems :exclamation:

In `reprex::reprex()` and `knitr::spin()`, roxygen formatted comments get rendered as prose. It would be great if pkgdown did the same for examples. Concretely, I'm proposing users could write something like:...

feature
reference :books:

I'm now seeing warnings in tests where I wasn't before: ``` Warning (test-types.R:12:3): TensorShapes are not converted to lists Changing language has no effect when R installed without NLS Backtrace:...

reprex: ``` r jsonlite::toJSON(list(x = 0), digits = NA) #> {"x":[0]} jsonlite::toJSON(list(x = 0+0i), digits = NA) #> Error in prettyNum(.Internal(format(x, trim, digits, nsmall, width, 3L, : invalid value -2147483648...

```r > remotes::update_packages() Error: HTTP error 404. Not Found Did you spell the repo owner (`dfalbel`) and repo name (`walmartdata`) correctly? - If spelling is correct, check that you have...

In keras, I've implemented a pure-R version of a helper function named [`capture_args()`](https://github.com/rstudio/keras/blob/6debf31b9a6e52a4ef4f0583a618a7a922c4b2c6/R/utils.R#L413). It's intent is to capture the values of what the user called a function with, as if...

feature

- Use `py_bool(x)` instead of `__bool__` dunder. - Use `as_iterator()` and `iter_next()` instead of dunkers. - Restore `py_last_error()` in locations where we probe with `tryCatch()`