Skip to content

Commit

Permalink
Merge pull request #72 from microbiome/case2
Browse files Browse the repository at this point in the history
Case2
  • Loading branch information
antagomir authored Mar 20, 2023
2 parents ab348aa + d222393 commit 4074c1c
Show file tree
Hide file tree
Showing 14 changed files with 295 additions and 215 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-bioc-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
# rspm is out of date
install.packages("matrixStats", repos = "https://cran.rstudio.com/")
install.packages("foreach", repos = "https://cran.rstudio.com/")
## Pass #1 at installing dependencies
message(paste('****', Sys.time(), 'pass number 1 at installing dependencies: local dependencies ****'))
Expand Down
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: miaSim
Type: Package
Version: 1.5.4
Version: 1.5.5
Authors@R:
c(person(given = "Yagmur", family = "Simsek", role = c("cre", "aut"),
email = "[email protected]"),
Expand All @@ -18,7 +18,7 @@ Authors@R:
person(given = "Leo", family = "Lahti", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5537-637X"))
)
)
Title: Microbiome Data Simulation
Description:
Microbiome time series simulation with generalized Lotka-Volterra model,
Expand All @@ -41,6 +41,8 @@ Imports:
Suggests:
ape,
cluster,
foreach,
doParallel,
dplyr,
GGally,
ggplot2,
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

export(.estimateAFromSimulations)
export(.eventTimes)
export(.generateSimulations)
export(.rdirichlet)
export(.simulationTimes)
export(generateSimulations)
export(powerlawA)
export(randomA)
export(randomE)
Expand Down
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
#'
#'
#' @export
.generateSimulations <- function(model,
generateSimulations <- function(model,
params_list,
param_iter = NULL,
n_instances = 1,
Expand Down Expand Up @@ -331,7 +331,7 @@
params_list,
lapply(param_iter, "[[", i)
)
simulations_local <- .generateSimulations(
simulations_local <- generateSimulations(
model,
params_list_local,
param_iter = NULL,
Expand Down
2 changes: 1 addition & 1 deletion man/dot-eventTimes.Rd

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

10 changes: 0 additions & 10 deletions man/dot-replaceByZero.Rd

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

2 changes: 1 addition & 1 deletion man/dot-simulationTimes.Rd

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

6 changes: 3 additions & 3 deletions man/dot-generateSimulations.Rd → man/generateSimulations.Rd

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

4 changes: 2 additions & 2 deletions man/simulateGLV.Rd

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

Loading

0 comments on commit 4074c1c

Please sign in to comment.