data_prep_date
attribute on write_project
downloadable
field for Features
, Weights
, Includes
, Excludes
and Solutions
. When downloadable
is set to FALSE
, the spatial layer will not
be available for export. Sensitive layers not to be downloaded can be explicitly
set in the Where To Work data prep workflow.scales::rescale()
to rescale such data. Now we use prioritizr::rescale_matrix()
function to rescale boundary length data.renv.lock
file only includes application dependencies from Imports, Depends and LinksTo found within the DESCRIPTION file. It does not include the Suggests packages needed for development. This reduces the bloat on deployment and installing wheretowork for data prep. The steps to contribute to package development include cloning wheretowork, running renv::restore()
, and then manually renv::install
the Suggests packages referencing the correct version. Example renv::install(testthat@3.3.2.1.1)
. Gurobi is not a CRAN package. Follow the gurobi installation guide found on the prioritizr.net article: https://prioritizr.net/articles/gurobi_installation_guide.html.leaflet.extras2::addHistory
button. This feature is not compatible with Shiny >= 1.7.0 when they removed the bundled copy of fontawesome to the fontawesome package.renv.lock
file only records application dependencies from Imports, Depends and LinksTo.write_project
function now includes the wheretowork and prioritizr package version number to the attribute.yaml
.read_project
function checks if the prioritizr version number does not exist or is < version 8.0.4. If true, then update_bm
method is called on the Dataset class to update the boundary data to the new format.readNamedRaster
, this function was never called.writeNamedRaster
function. The terra::writeRaster
function by default keeps layer names.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.