Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/noaa-nwfsc/FishSET into 1…
Browse files Browse the repository at this point in the history
…96-merge-expected-catch-subtab-crash
  • Loading branch information
Paul-Carvalho committed Jan 15, 2025
2 parents df11052 + 2e7a4cb commit b64b720
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Imports:
shiny (>= 1.7.4),
shinycssloaders,
shinyjs,
shinyWidgets,
spdep,
stats,
stringi,
Expand Down
5 changes: 1 addition & 4 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' A subset of anonymized scallop data
#'
#' @format `scallop`
#' A data.frame with 10,000 rows and 31 columns:
#' A data.frame with 10,000 rows and 19 columns:
#' \describe{
#' \item{TRIPID}{Randomly assigned trip ID number.}
#' \item{DATE_TRIP}{Date of landing.}
Expand All @@ -29,10 +29,7 @@
#' 99th percentile value, respectively.}
#' \item{DDLAT}{The latitude reported on a VTR (Vessel Trip Reports).}
#' \item{DDLON}{The longitude reported on a VTR (Vessel Trip Reports).}
#' \item{NAME}{Name of wind lease which is found within a given ten minute square.}
#' \item{ZoneID}{FishSET's version of a ten minute square.}
#' \item{POUNDS}{Live pounds.}
#' \item{LANDED}{Landed pounds from the dealer report.}
#' \item{LANDED_OBSCURED}{Landed pounds from the dealer report (jittered/obscured).}
#' \item{DOLLAR_OBSCURED}{The value of catch paid by the dealer, from the
#' dealer report (jittered/obscured).}
Expand Down
Binary file modified data/scallop.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/making_a_spatial_grid.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output:
fig_width: 6
fig_height: 4
vignette: >
%\VignetteIndexEntry{Making a spatial grid}
%\VignetteIndexEntry{Making a spatial grid file}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
editor_options:
Expand Down

0 comments on commit b64b720

Please sign in to comment.