-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from jfisher-usgs/master
Merge with upstream
- Loading branch information
Showing
14 changed files
with
286 additions
and
86 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,6 @@ | |
^data-raw$ | ||
^README\.Rmd$ | ||
^README\.html$ | ||
^code.json$ | ||
^DISCLAIMER.md$ | ||
^LICENSE.md$ |
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,6 +1,6 @@ | ||
Package: inlmisc | ||
Title: Miscellaneous Functions for the USGS INL Project Office | ||
Version: 0.4.9 | ||
Version: 0.5.0 | ||
Authors@R: person(given=c("Jason", "C."), family="Fisher", role=c("aut", "cre"), email="[email protected]", comment=c(ORCID="0000-0001-9032-8912")) | ||
Description: A collection of functions for creating high-level graphics, | ||
performing raster-based analysis, processing MODFLOW-based models, | ||
|
@@ -54,4 +54,4 @@ BugReports: https://github.com/USGS-R/inlmisc/issues | |
Encoding: UTF-8 | ||
LazyData: true | ||
LazyDataCompression: xz | ||
RoxygenNote: 7.0.2 | ||
RoxygenNote: 7.1.1 |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Disclaimer | ||
---------- | ||
|
||
This software has been approved for release by the U.S. Geological Survey | ||
(USGS). Although the software has been subjected to rigorous review, the USGS | ||
reserves the right to update the software as needed pursuant to further analysis | ||
and review. No warranty, expressed or implied, is made by the USGS or the U.S. | ||
Government as to the functionality of the software and related material nor | ||
shall the fact of release constitute any such warranty. Furthermore, the | ||
software is released on condition that neither the USGS nor the U.S. Government | ||
shall be held liable for any damages resulting from its authorized or | ||
unauthorized use. |
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
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 |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
output: | ||
md_document | ||
--- | ||
|
||
inlmisc | ||
======= | ||
|
||
[![Travis Build Status](https://travis-ci.org/USGS-R/inlmisc.svg?branch=master)](https://travis-ci.org/USGS-R/inlmisc) | ||
[![CRAN Version](https://www.r-pkg.org/badges/version/inlmisc)](https://CRAN.R-project.org/package=inlmisc) | ||
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/inlmisc?color=brightgreen)](https://CRAN.R-project.org/package=inlmisc) | ||
[![Dependencies](https://tinyverse.netlify.com/badge/inlmisc)](https://CRAN.R-project.org/package=inlmisc) | ||
[![Coverage Status](https://coveralls.io/repos/github/USGS-R/inlmisc/badge.svg?branch=master)](https://coveralls.io/github/USGS-R/inlmisc?branch=master) | ||
[![USGS Category](https://img.shields.io/badge/USGS-Support-yellow.svg)](https://owi.usgs.gov/R/packages.html#support) | ||
|
||
Description | ||
----------- | ||
|
||
The [R](https://www.r-project.org/) package **inlmisc** is a collection of functions for creating high-level graphics, | ||
performing raster-based analysis, processing [MODFLOW](https://www.usgs.gov/mission-areas/water-resources/science/modflow-and-related-programs "USGS's modular hydrologic model")-based models, | ||
selecting subsets using a genetic algorithm, creating interactive web maps, accessing color palettes, etc. | ||
Used to support packages and scripts written by researchers at the U.S. Geological Survey (USGS) | ||
Idaho National Laboratory (INL) [Project Office](https://www.usgs.gov/centers/id-water/science/idaho-national-laboratory-project-office "USGS INL Project Office"). | ||
|
||
Installation | ||
------------ | ||
|
||
The current release is available on [CRAN](https://CRAN.R-project.org/package=inlmisc "The Comprehensive R Archive Network"), | ||
which you can install using the following command: | ||
|
||
```r | ||
install.packages("inlmisc", dependencies = TRUE) | ||
``` | ||
|
||
To install the development version, you need to clone the repository and build from source, or run: | ||
|
||
```r | ||
if (!requireNamespace("remotes")) install.packages("remotes") | ||
remotes::install_github("USGS-R/inlmisc", dependencies = TRUE) | ||
``` | ||
|
||
Usage | ||
----- | ||
|
||
Examples are given in the package help pages. | ||
To access this documentation, run: | ||
|
||
```r | ||
library("inlmisc") | ||
help(package = "inlmisc") | ||
``` | ||
|
||
Author | ||
------ | ||
|
||
Jason C. Fisher (ORCID iD [0000-0001-9032-8912](http://orcid.org/0000-0001-9032-8912)) | ||
|
||
Suggested citation | ||
------------------ | ||
|
||
```{r "citation", echo=FALSE, results="asis"} | ||
cit <- utils::citation(package="inlmisc") | ||
print(cit, bibtex=FALSE) | ||
``` | ||
|
||
Contributing | ||
------------ | ||
|
||
Please submit bug reports, suggestions, and pull requests to the | ||
[issues tracker](https://github.com/USGS-R/inlmisc/issues). | ||
|
||
Package support | ||
--------------- | ||
|
||
The Idaho National Laboratory Project Office of the USGS supports the development and maintenance of inlmisc. | ||
Resources are available primarily for maintenance and responding to user questions. | ||
Priorities on the development of new features are determined by the inlmisc development team. | ||
|
||
```{r "support", echo=FALSE, results="asis"} | ||
cat(readLines("DISCLAIMER.md"), sep="\n") | ||
``` |
Oops, something went wrong.