Jeff Hanson

Results 24 issues of Jeff Hanson

I am working on an R package which involves running lots of models, with various inputs/datasets, and doing various things with the outputs. Since speed is an important consideration, I...

feature-request

This paper outlines two new metrics for calculating evaluating irreplaceability (https://doi.org/10.1111/cobi.13806), and this new R package provides code to calculate them (https://cran.r-project.org/package=proxirr). It would be great to update prioritizr so...

feature propsal

I've been starting to use lexicographic (hierachical) multi-objective optimization a lot more in my own work, and I think it could potentially be useful to formally add this to prioritizr....

help wanted
feature propsal

This PR updates the package to use the chromote pacakge for web scraping, instead of the webdriver package.

It seems there have been changes to the Protected Planet website that have broken the `wdpa_fetch()` function. So, I need to update this function so that it works again. Here's...

bug

## Overview The [`shiny` R package](http://shiny.rstudio.com/) has become one of the most popular ways to interactively explore and visualise data. The [`leaflet` R package](https://rstudio.github.io/leaflet/) provides additional functionality that allows developers...

# dySliderInput ## Overview This pull request includes a `dySliderInput` plugin that turns dygraphs into a slider input widget. [Check out this online demo at shinyapps.io](https://paleo13.shinyapps.io/shiny_2/). Dygraphs offers great potential...

It would be useful to add a vignette that describes the lines issue in detail (#268, #205) , provides examples, and also provides recommendations on how to resolve the issue...

feature propsal
documentation

The current package title (i.e. "COIN CBC MILP Solver Bindings") throws a NOTE in the CRAN checks (on WinBuilder) because "MILP" is not recognized as a word (see below). To...

Here's a reprex: ``` # create raster with categorical values x

bug