diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index bc61f743f..cba4f9be5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,9 +6,9 @@ contact_links: - name: PortalData url: https://github.com/weecology/PortalData about: Direct issues associated with the raw data to the PortalData repo. - - name: portalPredictions - url: https://github.com/weecology/portalPredictions - about: Issues on the CI/CD system should be directed to the portalPredictions repo. + - name: portal-forecasts + url: https://github.com/weecology/portal-forecasts + about: Issues on the CI/CD system should be directed to the portal-forecasts repo. - name: portal-forecast-web url: https://github.com/weecology/portal-forecast-web about: Website issues belong in the website repo. \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 31cdd67e0..e39194908 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: portalcasting Title: Model and Forecast Portal Rodent Dynamics -Version: 0.60.2 +Version: 0.60.4 Authors@R: c( person(c("Juniper", "L."), "Simonis", email = "juniper.simonis@weecology.org", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index 83fe47e14..0c6e4a8de 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,17 @@ # portalcasting (development version) Version numbers follow [Semantic Versioning](https://semver.org/). +# [portalcasting 0.60.4](https://github.com/weecology/portalcasting/releases/tag/v0.60.4) +*01-01-2024* + +## Zip resources forecast +* Zipping forecast folder in resources + +# [portalcasting 0.60.3](https://github.com/weecology/portalcasting/releases/tag/v0.60.3) +*12-16-2023* + +## Add tests +* Tests for zip and unszip functions # [portalcasting 0.60.2](https://github.com/weecology/portalcasting/releases/tag/v0.60.2) *11-16-2023* diff --git a/codemeta.json b/codemeta.json index d09b74280..18c63f34f 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,7 +2,7 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "portalcasting", - "description": "Create a directory, populate it with data, build models, forecast rodent populations, and visualize the results. This package provides the functionality underlying the Portal Predictions Project as well as support for exploring and developing new models in sandbox environments.", + "description": "Create a directory, populate it with data, build models, forecast rodent populations, and visualize the results. This package provides the functionality underlying the Portal Predictions forecasts Project as well as support for exploring and developing new models in sandbox environments.", "name": "portalcasting: Functions Used in Predicting Portal Rodent Dynamics", "relatedLink": "https://weecology.github.io/portalcasting/", "codeRepository": "https://github.com/weecology/portalcasting",