Skip to content

Commit 6a8f89b

Browse files
authored
Merge pull request #292 from JGCRI/Rv2.2.0
Sync R package version with Hector version and update R package metadata.
2 parents c8aca07 + 77b739a commit 6a8f89b

File tree

3 files changed

+39
-6
lines changed

3 files changed

+39
-6
lines changed

DESCRIPTION

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
Package: hector
2-
Title: Run the Hector Simple Climate Model
3-
Version: 0.4.0
4-
Authors@R: person("Robert", "Link", email = "[email protected]", role = c("aut", "cre"))
5-
Description: Provides R bindings for the Hector Simple Climate Model.
2+
Title: The Hector Simple Climate Model
3+
Version: 2.2.0
4+
Authors@R: c(person("Robert", "Link", email = "[email protected]", role = c("aut", "cre")),
5+
person("Corinne", "Hartin", email = "[email protected]", role = "aut"),
6+
person("Ben", "Bond-Lamberty", email = "[email protected]", role = "aut"),
7+
person("Pralit", "Patel", email = "[email protected]", role = "aut"))
8+
Description: Provides an R interface for the Hector Simple Climate
9+
Model. Using this interface you can set up and initialize the model,
10+
change model parameters and emissions inputs, run Hector, and
11+
retrieve hector outputs.
612
Depends: R (>= 3.3)
713
License: GPL-3
814
Encoding: UTF-8

inst/CITATION

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
bibentry('Article',
2+
header =
3+
'When using Hector in your research, please cite the following model documentation paper:',
4+
key = 'hartin2015simple',
5+
title =
6+
'A simple object-oriented and open-source model for scientific and policy analyses of the global climate system--Hector v1.0',
7+
author =
8+
'Corinne A Hartin and Pralit Patel and Adria Schwarber and Robert Link and Ben Bond-Lamberty',
9+
journal = 'Geoscientific Model Development',
10+
volume = 8,
11+
number = 4,
12+
pages = '939--955',
13+
year = 2015,
14+
publisher = 'Copernicus GmbH',
15+
footer =
16+
'Hector development was supported by the U.S. Department of Energy, Office of Science, as part of research in Multi-Sector Dynamics, Earth and Environmental System Modeling Program. The Pacific Northwest National Laboratory is operated for DOE by Battelle Memorial Institute under contract DE-AC05-76RL01830.'
17+
)

man/hector-package.Rd

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)