Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Norm Matloff authored and gaborcsardi committed Aug 19, 2013
1 parent 4ce81a9 commit ad68fa6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
Package: Rdsm
Version: 2.0.0
Version: 2.0.2
Author: Norm Matloff <normmatloff@gmail.com>
Maintainer: Norm Matloff <normmatloff@gmail.com>
Date: 8/18/2013
Date: 8/19/2013
Title: Threads Environment for R
Description: Provides a threads-type programming environment for R.
The package gives the R programmer the clearer, more concise
shared memory world view, and in some cases gives superior
performance as well. In addition, it enables parallel processing on
very large, out-of-core matrices.
OS_type: unix
Imports: bigmemory (>= 4.0.0), parallel
Suggests: synchronicity
LazyLoad: no
License: GPL (>= 2)
Repository: CRAN
Packaged: 2013-08-19 05:11:51 UTC; nm
Packaged: 2013-08-20 05:45:36 UTC; nm
NeedsCompilation: no
Date/Publication: 2013-08-19 08:24:28
Date/Publication: 2013-08-20 09:39:47
4 changes: 2 additions & 2 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
941f3d776db42c86f1bce6707dab0cf1 *DESCRIPTION
cce2bdd1542590639f063617dfb4746f *DESCRIPTION
1c8299f8d0a3a2a5983101bd2b5297e7 *NAMESPACE
de193d1cc651e7a46deb907774433280 *R/Rdsm.R
6d38af89ca69036511bba90d6d095518 *inst/README
Expand All @@ -10,7 +10,7 @@ c097adc8d3bf8616fdab16aea0de6343 *inst/examples/BSort.R
29aa824258aafe081861a063f573ca7c *inst/examples/KMeans.R
01e9fc2da8318695c12ef0d7d10c8a30 *inst/examples/MMul.R
8a969215dcad436fc5de4bd118469925 *inst/examples/PDist.R
96aa5017a923c20c7db040ea944af34e *man/Rdsm-package.Rd
b3352225da3cded2a46567a14dd38f26 *man/Rdsm-package.Rd
48854920bb3f9ef8f15c8ab7d2bce03d *man/barr.Rd
1fe7f55f6e6aa4726e0229ee87895ee9 *man/getidxs.Rd
7f17c921007acd16e998092de749b06d *man/makebarr.Rd
Expand Down
4 changes: 2 additions & 2 deletions man/Rdsm-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ written for other parallel R libraries.
\tabular{ll}{
Package: \tab Rdsm\cr
Type: \tab Package\cr
Version: \tab 2.0\cr
Date: \tab 2013-08-18\cr
Version: \tab 2.0.2\cr
Date: \tab 2013-08-19\cr
License: \tab GPL (>= 2)\cr
}

Expand Down

0 comments on commit ad68fa6

Please sign in to comment.