-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unnnecessary fill causing ggplot warning * Control date labels * add merged temp carbon function and plots * tweak temp scatter * add daily cop * update daily temp plot * Update News * fixed bugs in globalvars and examples * Update Mauna Loa carbon to http from ftp * V0.8.5 for CRAN
- Loading branch information
Showing
41 changed files
with
598 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2023 | ||
YEAR: 2024 | ||
COPYRIGHT HOLDER: Hernando Cortina |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,68 @@ | ||
# hockeystick 0.0.0.9000 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
|
||
# hockeystick 0.1.0 | ||
|
||
* Five datasets and warming stripes included in package | ||
|
||
# hockeystick 0.2.0 | ||
|
||
* Add climate_grid() and hockeystick_update_all() | ||
|
||
# hockeystick 0.3.0 | ||
|
||
* Add get_icecurves() and plot_icecurves() to visualize current and historic sea ice | ||
|
||
# hockeystick 0.3.4 | ||
|
||
* Don't cache data by default, added write_cache options | ||
|
||
# hockeystick 0.4.0 | ||
|
||
* Add get_temp2k() and plot_temp2k() to visualize global Common Era reconstructed temp | ||
|
||
# hockeystick 0.5.0 | ||
|
||
* Add Atlantic hurricane data, get_hurricanes(), plot_hurricanes(), plot_hurricane_nrg() | ||
|
||
# hockeystick 0.5.1 | ||
|
||
* Update caching approach to comply with CRAN policies | ||
|
||
# hockeystick 0.5.2 | ||
|
||
* Add date/value annotations to charts | ||
|
||
# hockeystick 0.6.0 | ||
|
||
* Add global emissions from GCP: get_emissions(), plot_emissions() | ||
|
||
# hockeystick 0.6.1 | ||
|
||
* Fix leaving example data in cache | ||
|
||
# hockeystick 0.6.2 | ||
|
||
* Update documentation to conform with R version 4.2 | ||
|
||
# hockeystick 0.6.3 | ||
|
||
* Add connectivity checks to conform with CRAN requirements | ||
|
||
# hockeystick 0.7.0 | ||
|
||
* Added methane data and cumulative co2 emissions treemap visualization | ||
|
||
# hockeystick 0.7.1 | ||
|
||
* Plot GCP emissions with land use change | ||
|
||
# hockeystick 0.7.2 | ||
|
||
* url-specific connectivity checks | ||
|
||
# hockeystick 0.7.3 | ||
|
||
* Fix climate grid connectivity checks | ||
|
||
# hockeystick 0.8.0 | ||
|
||
* Add daily temperature data from ClimateReanalyzer.org | ||
|
||
# hockeystick 0.8.1 | ||
|
||
* Select hurricane category in get_hurricanes() / Fix daily temp caching | ||
|
||
# hockeystick 0.8.2 | ||
|
||
* Update new get_dailytemp() urls | ||
|
||
# hockeystick 0.8.3 | ||
|
||
* Update to reflect climatereanalyzer switch to Copernicus data | ||
|
||
# hockeystick 0.8.4 | ||
|
||
* Update to plot_temp_scatter() and plot_temp_monthly() | ||
|
||
# hockeystick 0.8.5 | ||
* Add plot_carbontemp() and get_dailytemp_cop(), default to Copernicus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.