Daniel R Schlaepfer
Daniel R Schlaepfer
My code removes some text from the end of some other text using `sub()`. `fixed_regex_linter()` (incorrectly) suggests that my regular expression is static (example 1 below) if I use the...
It seems that most/all text that uses the character "/" is considered a file path by `nonportable_path_linter`. In cases when "/" is used for reasons other than as a file...
I am taking a regular sample from a grid, and I expected the result to be roughly (not exactly) the requested size. I have an awkwardly shaped grid (where extent...
Function `.get_dims()` sorts dimensions according to the canonical axis order if "axis" attributes are provided by the netcdf. However, this doesn't seem to work as expected if the dimensions in...
**Describe the bug** The presence of an empty geometrycollection causes `st_collection_extract()`to return an empty object even if geometries of the requested type are present. For geometrycollections, `st_cast_sfc_default()` checks for `all(lengths(x))`...
Maybe I am misunderstanding the expected behavior of the argument `show.legend` in `"ggplot2"` > Should this layer be included in the legends? NA, the default, includes if any aesthetics are...
Calling read.csv.raw will fail if all rows are skipped and if colClasses are absent. The built-in function utils::read.csv after which the interface of the really great and fast iotools::read.csv.raw is...
`read_ncdf()` appears to recognize regular coordinates correctly ("offset" and "delta") only if the netCDF file does not contain "axis" attributes (or if `ignore_bounds` is requested). It seems that this is...