Tags

Tags give the ability to mark specific points in history as being important
  • 1.5.1

    ## 1.5.1 2026-01-08
    * Added `workflow_packages.R` to automatically check for and install needed 
    packages
    * Updated `run_eva.R` so that individual modules can be run for the maximum
    amount of time possible instead of being tied to the same buffer years as the 
    veg module
    * Updated `run_eva.R` so that start and end years are calculated automatically 
    based on provided inputs
  • 1.5.0

    ## 1.5.0 2025-08-11
    * Add comments and print statements to `run_eva.R` to improve clarity of code
    * Added additional context and explanation in the `README.md`
    * Fixed small bugs associated with running all or some networks
    * Adjust `run_eva.R` so that it runs each updated network without errors
    * Fix `veg_bn_fxn.R` error when reading the year for the next iteration
  • 1.4.0

    ## 1.4.0 2025-07-08
    * Adjust `peat_bn_fxn.R` to use the `terra` library instead of `raster` library
    * Add calculation of PPCI for the peat accretion network into `ppci_fxns.R`
    * Add PPCI calculations to the output NetCDF from `peat_bn_fxn.R`
  • 1.3.0

    ## 1.3.0 2025-07-02
    * Adjust `wader_bn_fxn.R` to use the `terra` library instead of `raster` library
    * Add calculation of PPCI for the wading bird network into `ppci_fxns.R`
    * Add PPCI calculations to the output NetCDF from `wader_bn_fxn.R`
  • 1.2.0

    * Adjust `gator_bn_fxn.R` to use the `terra` library instead of `raster` library
    * Add calculation of PPCI for the alligator network into `ppci_fxns.R`
    * Add PPCI calculations to the output NetCDF from `gator_bn_fxn.R`
  • 1.1.0

    * Initial commit of `ppci_fxns.R` to the source folder
    * Adjust `veg_bn_fxn.R` to work with latest iteration of vegetation module
    * Add the ability for `veg_bn_fxn.R` to calculate PPCI and add to output
  • 1.0.4

    * Initial commit of `build_peat.R` to build the sawgrass peat network
    * Add sawgrass peat network `.RDS` file to the repository
  • 1.0.3

    * Initial commit of `build_bird.R` to build the wading bird network
    * Add wading bird network `.RDS` file to the repository
  • 1.0.2

    ## 1.0.2 2025-03-17
    * Initial commit of script to build the alligator network
    * Add alligator network `.RDS` file to the repository
    * Update `bn_discretizations.R` to reflect the current alligator network
  • 1.0.1

    ## 1.0.1 2025-03-17
    * Initial commit of script to build the vegetation network
    * Add vegetation network `.RDS` file to the repository
    * Update `bn_discretizations.R` to reflect the current vegetation network