Package: TroublemakeR Title: Generates Spatial Problems in R for 'AMPL' Version: 0.0.1 Authors@R: person(given = "Derek", family ="Corcoran", email = "derek.corcoran.barrios@gmail.com", role = c("aut", "cre")) Description: Provides methods for generating .dat files for use with the 'AMPL' software using spatial data, particularly rasters. It includes support for various spatial data formats and different problem types. By automating the process of generating 'AMPL' datasets, this package can help streamline optimization workflows and make it easier to solve complex optimization problems. The methods implemented in this package are described in detail in a publication by Fourer et al. (). License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1.0) LazyData: true Imports: data.table, dplyr, purrr, stringr, terra URL: https://github.com/Sustainscapes/TroublemakeR, https://sustainscapes.github.io/TroublemakeR/ BugReports: https://github.com/Sustainscapes/TroublemakeR/issues Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libicu-dev libproj-dev libsqlite3-dev Repository: https://sustainscapes.r-universe.dev Date/Publication: 2025-01-14 12:38:01 UTC RemoteUrl: https://github.com/sustainscapes/troublemaker RemoteRef: HEAD RemoteSha: b1fbbd7f6113984ab9aa83ea09b0320c23f1143d NeedsCompilation: no Packaged: 2026-06-20 08:16:17 UTC; root Author: Derek Corcoran [aut, cre] Maintainer: Derek Corcoran