EricMarcon / entropart

Compare f792f9a ... +2 ... 5731e33

Showing 1 of 4 files from the diff.
Other files ignored by Codecov
NEWS.md has changed.
DESCRIPTION has changed.

@@ -74,7 +74,7 @@
Loading
74 74
    if(interactive()) utils::setTxtProgressBar(ProgressBar, -1)
75 75
    # Each MC of this list is a simulation set of each original community
76 76
    # Build simulated MCs by picking simulated communities
77 -
    SimMC <- lapply(seq_len(NumberOfSimulations), function(i) MetaCommunity(sapply(ResampledCs, function(mc) mc$Nsi[, i]), Weights=MC$Wi))
77 +
    SimMC <- lapply(seq_len(NumberOfSimulations), function(i) MetaCommunity(vapply(ResampledCs, function(mc) mc$Nsi[, i], FUN.VALUE=rep(0, MC$Nspecies)), Weights=MC$Wi))
78 78
    if(ShowProgressBar & interactive()) 
79 79
      utils::setTxtProgressBar(ProgressBar, -0)
80 80
    

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
R 76.29%
Project Totals (59 files) 76.29%
Loading