Skip to content

Commit

Permalink
Deploying to v0.1.1 from @ febf8d0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
atyrell3 committed Aug 31, 2021
1 parent b3227e2 commit e1750a3
Show file tree
Hide file tree
Showing 210 changed files with 75,911 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .Rbuildignore
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$
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.Rproj.user
.RData
.Renviron
.Rhistory
^NEespShiny\.Rproj
25 changes: 25 additions & 0 deletions DESCRIPTION
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
8 changes: 8 additions & 0 deletions LICENSE
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.”
6 changes: 6 additions & 0 deletions NAMESPACE
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,"%>%")
13 changes: 13 additions & 0 deletions NEWS.md
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
18 changes: 18 additions & 0 deletions NEespShiny.Rproj
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
Loading

0 comments on commit e1750a3

Please sign in to comment.