-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to v0.1.1 from @ febf8d0 🚀
- Loading branch information
Showing
210 changed files
with
75,911 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
^LICENSE\.txt$ | ||
^README\.md$ | ||
^README\.Rmd$ | ||
^_pkgdown\.yml$ | ||
^\.Rproj\.user$ | ||
^NEespShiny\.Rproj | ||
|
||
RData$ | ||
Renviron$ | ||
Rhistory$ | ||
|
||
^\.github$ | ||
^docs$ | ||
^black-sea-bass$ | ||
^pkgdown$ | ||
^app.R | ||
^inst/bookdown$ | ||
^shiny-book$ | ||
^www$ |
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,5 @@ | ||
.Rproj.user | ||
.RData | ||
.Renviron | ||
.Rhistory | ||
^NEespShiny\.Rproj |
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,25 @@ | ||
Package: NEespShiny | ||
Title: Shiny App to Generate Preliminary ESP Reports for the Northeast | ||
Version: 0.1.1 | ||
Description: Generates preliminary Ecosystem and Socioeconomic Profiles for Northeast and Mid-Atlantic USA fishery stocks in a Shiny app. | ||
License: file LICENSE | ||
Authors@R: person("Abigail", "Tyrell", email = "abigail.tyrell@noaa.gov", | ||
role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-6656-8470")) | ||
Depends: | ||
shiny | ||
Imports: | ||
bookdown, | ||
ggplot2, | ||
magrittr, | ||
NEesp | ||
Remotes: | ||
NOAA-EDAB/NEesp | ||
Encoding: UTF-8 | ||
LazyData: false | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 | ||
Suggests: | ||
rmarkdown, | ||
knitr | ||
VignetteBuilder: knitr |
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,8 @@ | ||
“Software code created by U.S. Government employees is not subject to | ||
copyright in the United States (17 U.S.C. §105). The United States/Department | ||
of Commerce reserve all rights to seek and obtain copyright | ||
protection in countries other than the United States for Software authored | ||
in its entirety by the Department of Commerce. To this end, the Department | ||
of Commerce hereby grants to Recipient a royalty-free, nonexclusive | ||
license to use, copy, and create derivative works of the Software outside | ||
of the United States.” |
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,6 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(run_NEesp) | ||
import(shiny) | ||
importFrom(ggplot2,.pt) | ||
importFrom(magrittr,"%>%") |
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,13 @@ | ||
# NEespShiny 0.1.0 | ||
## Initial release | ||
- Functionality: | ||
- Create and download a stock indicator report | ||
- Create and download a stock-indicator regression report | ||
- Preview a stock indicator section of the report | ||
- Preview a stock-indicator regression section of the report | ||
- Create a stock-indicator ESP skeleton with report cards | ||
|
||
|
||
# NEespShiny 0.1.1 | ||
## Development changes | ||
- Stability not guaranteed |
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,18 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX | ||
|
||
BuildType: Package | ||
PackageUseDevtools: Yes | ||
PackageInstallArgs: --no-multiarch --with-keep.source | ||
PackageRoxygenize: rd,collate,namespace |
Oops, something went wrong.