This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-doparallel.
commit 0b52d2989c78df10d04e91819c28b81861a326fb Author: Andreas Tille <[email protected]> Date: Mon Oct 9 16:19:23 2017 +0200 New upstream version 1.0.11 --- DESCRIPTION | 14 +++++++------- MD5 | 8 ++++---- build/vignette.rds | Bin 240 -> 235 bytes inst/doc/gettingstartedParallel.pdf | Bin 151532 -> 151373 bytes inst/unitTests/options.R | 1 + 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 30ca57c..4187e93 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,9 @@ Package: doParallel Type: Package Title: Foreach Parallel Adaptor for the 'parallel' Package -Version: 1.0.10 +Version: 1.0.11 Authors@R: c(person("Rich", "Calaway", role="cre", email="[email protected]"), - person("Revolution", "Analytics", role=c("aut", "cph")), + person("Microsoft", "Corporation", role=c("aut", "cph")), person("Steve", "Weston", role="aut"), person("Dan", "Tenenbaum", role="ctb")) Description: Provides a parallel backend for the %dopar% function using @@ -14,14 +14,14 @@ Suggests: caret, mlbench, rpart Enhances: compiler, RUnit License: GPL-2 Author: Rich Calaway [cre], - Revolution Analytics [aut, cph], + Microsoft Corporation [aut, cph], Steve Weston [aut], Dan Tenenbaum [ctb] Maintainer: Rich Calaway <[email protected]> Repository: CRAN Repository/R-Forge/Project: doparallel -Repository/R-Forge/Revision: 15 -Repository/R-Forge/DateTimeStamp: 2015-10-13 20:31:22 -Date/Publication: 2015-10-14 09:53:49 +Repository/R-Forge/Revision: 16 +Repository/R-Forge/DateTimeStamp: 2017-09-18 23:27:23 +Date/Publication: 2017-09-28 16:24:39 UTC NeedsCompilation: no -Packaged: 2015-10-13 20:46:30 UTC; rforge +Packaged: 2017-09-18 23:46:05 UTC; rforge diff --git a/MD5 b/MD5 index 78557e9..d2740b8 100644 --- a/MD5 +++ b/MD5 @@ -1,16 +1,16 @@ -685f76c9510b8d41b6a311a2896888e3 *DESCRIPTION +a056991edec77d1c3a181368ede12640 *DESCRIPTION 16c1196e34ef2f64277123d8d53442f5 *NAMESPACE d98f2f0bd408746894779f617982fdbe *NEWS 614375f4652288a8c2ed615b3a53f188 *R/doParallel.R 86f0e4745e79399332a21f661de57bbb *R/zzz.R -c9d9d7e1319bf838125f1f9b53dc16a0 *build/vignette.rds +8cf2bee4846b91ffb4efeb5a0a53ac94 *build/vignette.rds ad6e7aeda54fa895a60fd8c0c92a39bf *demo/00Index acd97a961dc67743d9ae85b28aa8fec1 *demo/sincParallel.R d1d107a8aed2c92fe6efa71cbc691831 *inst/doc/gettingstartedParallel.R bf3cfed8a81605cf697c7e1e95bd856c *inst/doc/gettingstartedParallel.Rnw -2510d1587aecb5c9aaaee0110320bc4d *inst/doc/gettingstartedParallel.pdf +d25ccebc88aee016e38b5e1ae4e90389 *inst/doc/gettingstartedParallel.pdf 0a17c88eb4ddb5c75a71bd940627f1b1 *inst/examples/bootParallel.R -f2621d4a791a20471698dfe4ceb351eb *inst/unitTests/options.R +5ba3eee5cca8c148b7621cac3b4378bb *inst/unitTests/options.R 59ecbac80339ba8a55adc7ec51ced837 *inst/unitTests/runTestSuite.sh 127e4697324d014bdf67e3e3c9ddf80f *man/doParallel-package.Rd 8f2ff4e8944398c34a7add4667cec738 *man/registerDoParallel.Rd diff --git a/build/vignette.rds b/build/vignette.rds index 9ffb58e..e964cab 100644 Binary files a/build/vignette.rds and b/build/vignette.rds differ diff --git a/inst/doc/gettingstartedParallel.pdf b/inst/doc/gettingstartedParallel.pdf index 58ae617..2840378 100644 Binary files a/inst/doc/gettingstartedParallel.pdf and b/inst/doc/gettingstartedParallel.pdf differ diff --git a/inst/unitTests/options.R b/inst/unitTests/options.R index f1865b3..23680ab 100644 --- a/inst/unitTests/options.R +++ b/inst/unitTests/options.R @@ -79,6 +79,7 @@ pkgname.test.stress <- function() { "test.pkgname.test.stress" <- function() { + DEACTIVATED("Pending fix for caret issue.") res <- try(pkgname.test.stress()) checkTrue(!is(res, "try-error"), msg="pkgname stress test failed") } \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-doparallel.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
