doRNG

R package - Generic Reproducible Parallel Backend for foreach

https://github.com/renozao/dorng

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 6 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R package - Generic Reproducible Parallel Backend for foreach

Basic Info
Statistics
  • Stars: 20
  • Watchers: 2
  • Forks: 2
  • Open Issues: 9
  • Releases: 0
Created about 14 years ago · Last pushed over 3 years ago
Metadata Files
Readme

README.md

Build Status codecov

Introduction

This doRNG package provides functions to perform reproducible parallel foreach loops, using independent random streams as generated by L'Ecuyer's combined multiple-recursive generator [L'Ecuyer (1999)]. It enables to easily convert standard %dopar% loops into fully reproducible loops, independently of the number of workers, the task scheduling strategy, or the chosen parallel environment and associated foreach backend.

The package doRNG is available from CRAN at https://cran.r-project.org/web/packages/doRNG. The development project is hosted on GitHub at https://github.com/renozao/doRNG.

Owner

  • Name: Renaud Gaujoux
  • Login: renozao
  • Kind: user
  • Location: Haifa, Israel
  • Company: Systems Immunology & Precision Medicine, Technion

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 77
  • Total Committers: 6
  • Avg Commits per committer: 12.833
  • Development Distribution Score (DDS): 0.584
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Renaud r****d@t****l 32
Renaud r****o@u****m 29
Renaud Gaujoux g****x@g****m 9
renaud r****d@e****b 5
Renaud r****d@c****a 1
stefan7th s****h@e****b 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 20
  • Total pull requests: 3
  • Average time to close issues: 4 months
  • Average time to close pull requests: 5 months
  • Total issue authors: 13
  • Total pull request authors: 2
  • Average comments per issue: 2.85
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: about 1 month
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 18.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • HenrikBengtsson (8)
  • pat-s (1)
  • fintzij (1)
  • JanaJarecki (1)
  • GitHunter0 (1)
  • fweber144 (1)
  • Waldi73 (1)
  • asardaes (1)
  • bashirhamidi (1)
  • dbetebenner (1)
  • rstub (1)
  • hanase (1)
  • brentonk (1)
  • keatonwilson (1)
Pull Request Authors
  • HenrikBengtsson (2)
  • ebyerly (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 21,652 last-month
  • Total docker downloads: 96,864
  • Total dependent packages: 103
    (may contain duplicates)
  • Total dependent repositories: 190
    (may contain duplicates)
  • Total versions: 23
  • Total maintainers: 1
cran.r-project.org: doRNG

Generic Reproducible Parallel Backend for 'foreach' Loops

  • Versions: 20
  • Dependent Packages: 94
  • Dependent Repositories: 189
  • Downloads: 21,652 Last month
  • Docker Downloads: 96,864
Rankings
Dependent packages count: 1.0%
Dependent repos count: 1.4%
Downloads: 3.1%
Average: 9.3%
Stargazers count: 12.9%
Forks count: 17.1%
Docker downloads count: 20.2%
Maintainers (1)
Last synced: 11 months ago
conda-forge.org: r-dorng
  • Versions: 3
  • Dependent Packages: 9
  • Dependent Repositories: 1
Rankings
Dependent packages count: 6.4%
Dependent repos count: 24.3%
Average: 34.4%
Stargazers count: 50.6%
Forks count: 56.4%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0.0 depends
  • foreach * depends
  • rngtools >= 1.5 depends
  • iterators * imports
  • stats * imports
  • utils * imports
  • bibtex * suggests
  • devtools * suggests
  • doMPI * suggests
  • doParallel * suggests
  • doRedis * suggests
  • knitr * suggests
  • pkgmaker >= 0.31 suggests
  • rbenchmark * suggests
  • testthat * suggests