Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
kdorheim committed Apr 26, 2024
1 parent 678d867 commit 029163f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/ISSUE_TEMPLATE/new_release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@ name: Release
about: Checklist!
---

Since the dev branch only includes materials that have been peer reviewed at least once
this PR should be reasonably easy to get merged into main. That being said it is important
that this PR is well documented with the major Hector behavior changes!
Since the dev branch only includes materials that have been peer-reviewed at least once this PR review process should be relatively smooth should. That being said, before merging this branch into main and the new release is created several things must be completed first.

* Open a PR into main titled with the new release number
* Open a PR into main branch, it should be titled with the new release number
* Let Leeyabot generate a report detailing how the Hector output has changed!
* Add text to the PR documenting the major model changes
* Add text to the PR documenting the major model changes. The PR is going to serve as an important record
* Update the outputstreams via command line & commit them as part of the PR
* Pass automated checks
* Change the version number in the DESCRIPTION file
* Update the NEWS.md
* Does the this need any additional materials like a new naming file?
* Update the NEWS.md, are links additional materials necessary? Does the release need a new naming file?
* Check to make sure the internal package data is up to date (fxntable, inputstable, unitstable)

After merging PR
Expand All @@ -23,4 +20,3 @@ After merging PR
* Add the zenodo links to README / NEWS & push directly to main
* Create new dev branch & update the DESCRIPTION version number to support the pkgdown documentation for the developmental branch!


1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ hector_tas_results$scenario <- ifelse(hector_tas_results$year <= 2016, "historic
ggplot(hector_tas_results) +
geom_line(aes(year, value, color = scenario), linewidth = 1) +
theme_bw(base_size = 15) +
theme(axis.title = element_text(size=12))+
labs(color = NULL, x = NULL, y = expression("Temperature Anomaly Relative to 1750 ("~degree~"C)")) +
scale_color_manual(values = SSP_COLORS)
```
Expand Down
Binary file modified man/figures/README-tas_plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions vignettes/articles/Hector-Wider-World.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ knitr::opts_chunk$set(
```


This page is meant to serve as a reference for places where Hector has been featured. This list will be updated with time.
This page lists the key model documentation manuscripts, articles featuring Hector, and other Hector-related resources.

## Documentation Manuscripts {#hector_documentation}

### Hector V 2.0
Expand Down

0 comments on commit 029163f

Please sign in to comment.