-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
33 lines (32 loc) · 963 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: parallelnewhybrid
Type: Package
Title: Parallelization of NewHybrids
Version: 0.0.0.9002
Date: 2016-02-25
Author: Brendan F. Wringe
Maintainer: Brendan Wringe <bwringe@gmail.com>
Author@R: c(person("Brendan", "Wringe", email = "bwringe@gmail.com", role =
c("aut", "cre"), person("Nick", "Jeffery", role = "ctb"))
Description: This function takes advantage of the parallel processing ability
inherent in multicore computers to distribute iterations of
NewHybrids (Anderson and Thompson 2002) analyses
across the available cores, and repopulate the cores with new analyses as the
tasks complete.
License: GPL
LazyData: TRUE
Depends:
R (>= 3.1.0)
Imports:
parallel,
plyr,
stringdist,
stringr
Suggests:
knitr,
rmarkdown
RoxygenNote: 5.0.1
LazyLoad: yes
VignetteBuilder: knitr
RoxygenNote: 5.0.1
URL: https://github.com/bwringe/parallelnewhybrid
BugReports: https://github.com/bwringe/parallelnewhybrid/issues