Skip to content

Commit

Permalink
Attempt to fix warnings; changed description of gridref_regions rda f…
Browse files Browse the repository at this point in the history
…ile to gridref_regions instead of test
  • Loading branch information
DylanCarbone committed Apr 8, 2024
1 parent e71345b commit eac3f8f
Show file tree
Hide file tree
Showing 8 changed files with 3,543 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ sparta.Rproj
misc/
/doc/
/Meta/
inst/doc
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Imports:
plyr,
reshape2,
rmarkdown,
sp
sp,
xfun (>= 0.4.3)
Suggests:
knitr,
R2jags,
Expand Down
4 changes: 2 additions & 2 deletions R/plot_DetectionOverTime.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#' @param model a fitted sparta model of class \code{OccDet}.
#' @param spname optional name of the species (used for plotting)
#' @param bins number of points to estimate across the year. Defaults to 12
#' @param density_function whether the model used a density function to fit Julian date. This form was implemented from version 0.1.48 onwards. For models ran using earlier versions of the package this should be set to FALSE
#' @param min.yr Minimum year for the detection (e.g., 1990).
#' @param CI Confidence interval
#'
#' @details
#' Takes a object of \code{OccDet}
Expand Down
Binary file modified data/gridref_regions.rda
Binary file not shown.
1 change: 1 addition & 0 deletions inst/doc/sparta_vignette.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit eac3f8f

Please sign in to comment.