Michael Mahoney

Results 44 issues of Michael Mahoney

When using `raster::sampleStratified()`, it was possible to control the number of points used as the initial sample through the `exp` argument: ``` r library(raster) #> Loading required package: sp rr...

Many languages have syntax specific for entering multi-line comments (for instance, C's `/* comment */` syntax). A similar syntax in R would allow cleaner code documentation, with longer comments not...

r-language

## Feature A potential nice extension for {parsnip} would be to support spatial regression methods, which natively understand and take advantage of the spatial structure in models. Spatial regression in...

feature
help wanted :heart:

This PR adds [Blender](blender.org/) to the database.

#22 introduced a regression in how merge_rasters handles mixed-band rasters (that is, the function went from handling them to not), which was missed because there are no tests to confirm...

Apologies if I'm doing something silly here -- or if this is on the roadmap already, or I'm in the wrong place! I can't seem to figure out how to...

Pre-history * [x] `usethis::use_readme_rmd()` * [x] `usethis::use_roxygen_md()` * [x] `usethis::use_github_links()` * [x] `usethis::use_tidy_github_labels()` * [x] `usethis::use_tidy_style()` * [x] `usethis::use_tidy_description()` * [x] `urlchecker::url_check()` 2020 * [x] `usethis::use_package_doc()` Consider letting usethis manage...

`rgeos` will be retired `by the end of 2023`, which means we have a clear deadline to move this package away from rgeos and towards the geos package instead. My...

upkeep
help wanted :heart:

`maptools` will be retired `by the end of 2023`, which means we have a clear deadline to move this package away from maptools.

upkeep
help wanted :heart:

The scheduled CI job is currently failing with the following: ```r ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-2-get_tiles_govunits.R:19'): get_tiles gets the same govunits tiles twice ── Error in `names(lines)

help wanted
good first issue