Skip to content
Snippets Groups Projects
Commit 1ba35554 authored by Dalthorp, Daniel's avatar Dalthorp, Daniel
Browse files

v1.4.0.1

parent 95d5588f
No related branches found
No related tags found
No related merge requests found
Package: GenEst
Title: Generalized Mortality Estimator
Version: 1.4.0
Date: 2019-11-07
Version: 1.4.0.1
Date: 2019-11-20
Authors@R: c(
person("Daniel", "Dalthorp", , "ddalthorp@usgs.gov", c("aut", "cre")),
person("Juniper", "Simonis", , "simonis@dapperstats.com", "aut"),
......
......@@ -125,11 +125,9 @@ GenEstGUIauthors <- function(){
paste0(br(), br(),
b("Web Design and Graphics User Interface Programming:"),
" Juniper Simonis ",
a("(DAPPER Stats)", href = "http://www.dapperstats.com",
target = "_blank",
"Daniel Dalthorp ",
a("(DAPPER Stats)", href = "http://www.dapperstats.com", target = "_blank"),
", Daniel Dalthorp ",
a("(USGS)", href = "https://www.USGS.gov", target = "_blank"),
),
"."
)
)
......
Revision log
2019.11.20
v1.4.0.1
* fixed a simple link in GenEst GUI authors that was causing the GUI to
crash upon opening for Mac users.
2019.11.06
v1.4.0
......
......@@ -3,7 +3,7 @@
"Name": "GenEst",
"organization": "U.S. Geological Survey",
"description": "R package for estimating bird and bat fatalities at wind and solar power facilities",
"version": "1.4.0",
"version": "1.4.0.1",
"status": "Release Candidate",
"permissions": {
......@@ -44,7 +44,7 @@
},
"date": {
"metadataLastUpdated": "2019-11-07"
"metadataLastUpdated": "2019-11-20"
}
}
]
......@@ -23,7 +23,7 @@ GenEst may also be installed from code.usgs.gov. Setup and installation require
Several third-party pacakges are required; all are free and open source and available from CRAN. The easiest way to install them is to run the following commands in R (with guidance concerning potential dialog boxes given below the commands):
```
package_new <- c("corpus", "DT", "gsl", "gtools", "htmltools", "lubridate",
package_new <- c("corpus", "DT", "gsl", "gtools", "hellno", "htmltools", "lubridate",
"matrixStats", "mvtnorm", "Rcpp", "shiny", "shinyjs", "sticky", "survival")
package_new <- package_new[!(package_new %in% installed.packages()[,"Package"])]
if(length(package_new) > 0) install.packages(package_new)
......@@ -39,15 +39,15 @@ if(length(package_new) > 0) install.packages(package_new)
Navigate to https://code.usgs.gov/ecosystems/GenEst/releases.
\-- For Windows, download the compressed folder GenEst_1.x.x.zip (do not unzip) and note where it is stored. You will install from the local .zip folder.
\-- For Windows, download the compressed folder GenEst_1.4.0.zip (do not unzip) and note where it is stored. You will install from the local .zip folder.
\-- For Mac OS or Unix-like OS, download the compressed file GenEst_1.x.x.tar.gz and note where it is stored. You will install from the local .tar.gz file.
\-- For Mac OS or Unix-like OS, download the compressed file GenEst_1.4.0.tar.gz and note where it is stored. You will install from the local .tar.gz file.
\-- Next, if you are working directly in R (not R Studio), run the following command:
```
install.packages(file.choose()) # and navigate to the package archive file you just downloaded:
GenEst_1.x.x.zip
GenEst_1.4.0.zip
```
\-- Or, if you are working in R Studio:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment