Skip to content

Commit f636ff5

Browse files
Merge pull request #19 from USEPA/develop
website updates (logo, authors, badges)
2 parents f7f0970 + 681f3ab commit f636ff5

File tree

127 files changed

+905
-822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+905
-822
lines changed

DESCRIPTION

+9-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,18 @@ Authors@R: c(
1010
person(given = "Matt",
1111
family = "Higham",
1212
role = "aut",
13-
email = "[email protected]"),
13+
email = "[email protected]",
14+
comment = c(ORCID = "0009-0006-4217-625X")),
15+
person(given = "Ryan A.",
16+
family = "Hill",
17+
role = "ctb",
18+
email = "[email protected]",
19+
comment = c(ORCID = "0000-0001-9583-0426")),
1420
person(given = "Jay M.",
1521
family = "Ver Hoef",
1622
role = "aut",
17-
email = "[email protected]")
23+
email = "[email protected]",
24+
comment = c(ORCID = "0000-0003-4302-6895"))
1825
)
1926
Description: Fit, summarize, and predict for a variety of spatial statistical models applied to point-referenced and areal (lattice) data. Parameters are estimated using various methods. Additional modeling features include anisotropy, non-spatial random effects, partition factors, big data approaches, and more. Model-fit statistics are used to summarize, visualize, and compare models. Predictions at unobserved locations are readily obtainable. For additional details, see Dumelle et al. (2023) <doi:10.1371/journal.pone.0282524>.
2027
License: GPL-3

README.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
1-
# spmodel: Spatial Statistical Modeling and Prediction
1+
# spmodel: Spatial Statistical Modeling and Prediction <img src="man/figures/logo.png" align="right" height="138" alt="" />
22

3-
spmodel is an R package used to fit, summarize, and predict for a variety spatial
4-
of statistical models. Parameters are estimated using various methods, including
3+
<!-- badges: start -->
4+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
5+
[![CRAN](http://www.r-pkg.org/badges/version/spmodel)](https://cran.r-project.org/package=spmodel)
6+
[![R-CMD-check](https://github.com/USEPA/spmodel/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/USEPA/spmodel/actions/workflows/R-CMD-check.yaml)
7+
[![cran checks](https://badges.cranchecks.info/worst/spmodel.svg)](https://cran.r-project.org/web/checks/check_results_spmodel.html)
8+
<!-- badges: end -->
9+
10+
## Overview
11+
12+
spmodel is an R package used to fit, summarize, and predict for a variety of spatial statistical models
13+
applied to point-referenced and areal (lattice) data.
14+
Parameters are estimated using various methods, including
515
likelihood-based optimization and weighted least squares based on variograms. Additional
616
modeling features include anisotropy, non-spatial random effects, partition factors,
717
big data approaches, and more. Model-fit statistics are used to summarize, visualize,
818
and compare models. Predictions at unobserved locations are readily obtainable.
919
Visit our website at [https://usepa.github.io/spmodel/](https://usepa.github.io/spmodel/).
1020

11-
# Installation
21+
## Installation
1222

1323
Install and load the most recent approved version from CRAN by running
1424
```r
@@ -86,6 +96,6 @@ continue to improve spmodel.
8696

8797
The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity , confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.
8898

89-
### License
99+
## License
90100

91101
This project is licensed under the GNU General Public License, [GPL-3](https://cran.r-project.org/web/licenses/GPL-3).

docs/404.html

+15-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)