Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed scallop zone IDs in data provided in the package install #203

Merged
merged 5 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading