Skip to content

Commit

Permalink
fix to show
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsla committed Apr 2, 2024
1 parent c7a78c5 commit c36df49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export(download_silo)
export(endosim)
export(make_conds)
export(plot)
export(show)
export(summary)
exportClasses(crop)
exportClasses(endosim_col)
Expand All @@ -16,6 +15,7 @@ exportClasses(initial)
exportClasses(parasitoid)
exportClasses(pest)
exportClasses(sim_conds)
exportMethods(show)
import(dplyr)
import(ggplot2)
import(lubridate)
Expand Down
7 changes: 1 addition & 6 deletions R/show-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
#' @export
#' @docType methods
#' @rdname show-methods

setGeneric("show", function(object) standardGeneric("show"))

#' @docType methods
#' @aliases show,endosim_mod,ANY-method
#' @rdname show-methods
#' @aliases show

setMethod("show",
"endosim_mod",
Expand Down
7 changes: 2 additions & 5 deletions man/show-methods.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c36df49

Please sign in to comment.