Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danymukesha committed May 20, 2024
1 parent e7e89ff commit b01b6e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Imports:
animation,
rlang,
biocViews,
sessioninfo
sessioninfo,
BiocStyle
Depends:
R (>= 4.3.3)
Suggests:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export(plot_fitness_history)
export(plot_population)
export(replacement_cpp)
export(selection_cpp)
importFrom(BiocStyle,html_document)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(SummarizedExperiment,SummarizedExperiment)
Expand Down
1 change: 1 addition & 0 deletions R/BioGA-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' @importFrom graphics boxplot hist par
#' @importFrom animation saveGIF
#' @importFrom rlang local_options
#' @importFrom BiocStyle html_document
#' @useDynLib BioGA, .registration = TRUE
## usethis namespace: end
NULL

0 comments on commit b01b6e5

Please sign in to comment.