You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/rloadest-package.R
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@
3
3
#' \tabular{ll}{
4
4
#' Package: \tab rloadest\cr
5
5
#' Type: \tab Package\cr
6
-
#' Version: \tab 0.4.3\cr
7
-
#' Date: \tab 2015-12-03\cr
8
6
#' License: \tab CC0\cr
9
7
#' LazyLoad: \tab yes\cr
10
8
#' }
@@ -31,9 +29,19 @@
31
29
#'
32
30
#' @name rloadest-package
33
31
#' @docType package
34
-
#' @author Dave Lorenz \email{lorenz@@usgs.gov}
35
32
#' @keywords load estimation
36
33
NULL
37
34
.onAttach<-function(libname, pkgname) {
38
-
packageStartupMessage("Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.")
35
+
packageStartupMessage("This information is preliminary or provisional and
36
+
is subject to revision. It is being provided to meet
37
+
the need for timely best science. The information
38
+
has not received final approval by the U.S. Geological
39
+
Survey (USGS) and is provided on the condition that
40
+
neither the USGS nor the U.S. Government shall be held
41
+
liable for any damages resulting from the authorized
42
+
or unauthorized use of the information.
43
+
44
+
****Orphaned Package****
45
+
This package is looking for a new maintainer. For more information,
We want to encourage a warm, welcoming, and safe environment for contributing to this project. See the [code of conduct](https://github.com/USGS-R/rloadest/blob/master/CONDUCT.md) for more information.
36
+
37
+
## Package Installation
7
38
To install the `rloadest` package:
8
39
40
+
USGS R Installation Instructions: [https://owi.usgs.gov/R/training-curriculum/installr/](https://owi.usgs.gov/R/training-curriculum/installr/)
41
+
9
42
1. Install R (version 3.0 or greater) from: [https://cran.r-project.org/](https://cran.r-project.org/)
@@ -39,9 +72,108 @@ To install the `rloadest` package:
39
72
40
73
7. Make sure to keep your version of R up-to-date. CRAN and the USGS repository will only update packages for the most recent version of R, and one version behind that.
41
74
75
+
## Model Archive
76
+
77
+
When using the `rloadest` model, it is important to be able to reproduce the results in the future. The following version of R and package dependencies were used most recently to pass the embedded tests within this package. There is no guarantee of reproducible results using future versions of R or updated versions of package dependencies.
78
+
79
+
```
80
+
devtools::session_info()
81
+
Session info -----------------------------------------------------------------------------
This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at [https://www.usgs.gov/visual-id/credit_usgs.html#copyright](https://www.usgs.gov/visual-id/credit_usgs.html#copyright)
46
178
47
179
Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.
0 commit comments