restoptr 1.1.1
- Increase time limit and set MIN_DOM_LB search in test_solve lns to
avoid errors in CRAN auto checks.
restoptr 1.1.0
- Add lossless aggregation method.
- Add set_min_nb_patchesoptimization objective.
- Add add_nb_patchesconstraint.
- Add add_no_new_patchconstraint.
- Add lnsoption in solve.
restoptr 1.0.6
- Increase time limit in test_solve.R to avoid errors in CRAN auto
checks.
restoptr 1.0.5
- Fix issue related to a wrong argument name in terra::compareGeom
(https://github.com/dimitri-justeau/restoptr/issues/55)
- Fix CITATION file according to CRAN comments
restoptr 1.0.4
- Remove dependency to rgdal (see
https://r-spatial.org/r/2022/04/12/evolution.html)
- Increase time limit in tests, as sometimes CRAN test servers cannot
complete some tests due to insufficient time.
restoptr 1.0.3
- Fix unexpected behaviour of
add_available_areas_constraintwhen data is vector
data.
- Add touchesoption inadd_available_areas_constraintandadd_locked_out_constraint, useful when data is vector
data.
- Fix Warning due to terraupdate when usinglevels.
- Add solution_name_prefixsetting, that allows defining
a custom prefix for solutions names.
- Fix the restoptr.Rmdvignette, there was a bug due to
the newterraversion, not allowing to subset layers having
not unique name. This was fixed using the newly introducedsolution_name_prefixsetting.
- Allow numeric values for min_restoreandmax_restore, inadd_restorable_constraint()when unit is notcells, as the conversion to integer is
done during the conversion to unitless values.
- Relies on restopt-2.0.1, which brings improved
performances for thecompactnessconstraint.
restoptr 1.0.2
- Fix a few bugs.
- Add a vignette to illustrate the submitted article case study.
restoptr 1.0.1
- Update doc to fix a minor issue with
r-oldrel-windows-ix86+x86_64
- Remove time limit in some tests to pass CRAN tests
restoptr 1.0.0
- First stable release of the package.
restoptr 0.0.0.99999
- Initial work on developing package.