Skip to content

Commit

Permalink
Merge pull request #49 from ncn-foreigners/development
Browse files Browse the repository at this point in the history
Small changes and revering doSNOW switch
  • Loading branch information
Piotr Chlebicki authored Jul 15, 2024
2 parents 838f011 + 56d59c7 commit c3489cc
Show file tree
Hide file tree
Showing 27 changed files with 2,505 additions and 2,447 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ Imports:
lamW,
mathjaxr,
sandwich,
doSNOW,
progress,
doParallel,
foreach,
parallel
Suggests:
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export(ztoinegbin)
export(ztoipoisson)
export(ztpoisson)
import(mathjaxr)
importFrom(doSNOW,registerDoSNOW)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(graphics,abline)
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# singleRcapture 0.2.1.2

* Bugfix for interaction terms in formula not being considered
* Switched parallel backed to `doSNOW` form `doParallel`
* Introduced progress bars to parallelized parts of code
* Small changes in summary for marginal count distributions


# singleRcapture 0.2.1.1

Expand Down
Loading

0 comments on commit c3489cc

Please sign in to comment.