Skip to content

Commit

Permalink
version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Norm Matloff authored and gaborcsardi committed Oct 1, 2014
1 parent ad68fa6 commit 814362b
Show file tree
Hide file tree
Showing 24 changed files with 609 additions and 214 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Package: Rdsm
Version: 2.0.2
Version: 2.1.1
Author: Norm Matloff <normmatloff@gmail.com>
Maintainer: Norm Matloff <normmatloff@gmail.com>
Date: 8/19/2013
Date: 10/01/2014
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.
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-20 05:45:36 UTC; nm
Packaged: 2014-10-07 04:03:20 UTC; matloff
NeedsCompilation: no
Date/Publication: 2013-08-20 09:39:47
Date/Publication: 2014-10-08 05:51:02
39 changes: 22 additions & 17 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
cce2bdd1542590639f063617dfb4746f *DESCRIPTION
1c8299f8d0a3a2a5983101bd2b5297e7 *NAMESPACE
de193d1cc651e7a46deb907774433280 *R/Rdsm.R
6d38af89ca69036511bba90d6d095518 *inst/README
7a56d1eaf50440c800719a7c9d78f662 *DESCRIPTION
90a3cf00a02a89bd9eb5ede23f0ec238 *NAMESPACE
6ecdb47aaf95c0967ba1a8dbf1d2d7df *R/Rdsm.R
6605e2dfda37a697e68969f2b423697a *inst/README
b07035b96de0c92f13bda3e15657149b *inst/doc/ExternalAccess.txt
bb7f7d7cbbe043a2c1babc149b921961 *inst/doc/RdsmOverview.pdf
f942503f8f584db5077d61d813011c5f *inst/doc/RdsmOverview.tex
508fbbc4414a9c619941c8b9ea36634b *inst/examples/AdjXform.R
c097adc8d3bf8616fdab16aea0de6343 *inst/examples/BSort.R
29aa824258aafe081861a063f573ca7c *inst/examples/KMeans.R
01e9fc2da8318695c12ef0d7d10c8a30 *inst/examples/MMul.R
8a969215dcad436fc5de4bd118469925 *inst/examples/PDist.R
b3352225da3cded2a46567a14dd38f26 *man/Rdsm-package.Rd
7205d087799ac7a6e66823286b470902 *inst/examples/AdjXform.R
3517543eda393cf3a5e789833f18f5fc *inst/examples/BSort.R
fbca173607957182df9dd5428131aa7c *inst/examples/Burst.R
95dfa61f64cf71e740d7ec9e5c5064b4 *inst/examples/KMeans.R
efa88f0e412bc6136e6f5066f8a59880 *inst/examples/MMul.R
ad3a71af7143407a7f22c44be0c0f7f3 *inst/examples/PDist.R
0f16555d5dbb357ab420c28ed6084f98 *inst/examples/README
b01415f720e2b9bb128d6dc9f7313886 *man/Rdsm-package.Rd
48854920bb3f9ef8f15c8ab7d2bce03d *man/barr.Rd
1fe7f55f6e6aa4726e0229ee87895ee9 *man/getidxs.Rd
7f17c921007acd16e998092de749b06d *man/makebarr.Rd
e45d7698ee1b487790e35f3d634f05e5 *man/mgrinit.Rd
77e7aff4dda4aa4341e9fea2bec47a5c *man/mgrmakelock.Rd
a15f1702ffc36b406ff9366e04f9b75e *man/mgrmakevar.Rd
13b6eda5b3aa7f85b2c538d6279c13d7 *man/rdsmlock.Rd
f67099998c1d6bb5e5e7355972691fa8 *man/shmcls.Rd
fb61a2592ac50832f47f39e2cc18df08 *man/getidxs.Rd
a8235899a7c9b280c9c32c29c83f7f2b *man/getmatrix.Rd
6c07f33e2451d7f00d394183c8ed9e42 *man/loadex.Rd
c3db02e9af6af334aa3312bf7f733ded *man/makebarr.Rd
62a523d06164bff51ab0bd0cf173cd67 *man/mgrinit.Rd
fff0fbfecc99b1e677dddcdb1c40ac4b *man/mgrmakelock.Rd
a220059ce1d00c936f3da526d0dbb709 *man/mgrmakevar.Rd
182f8ccf082f3bf6623f0e305113792c *man/rdsmlock.Rd
31c37f7c5e343773692e13708314fa7c *man/readsync.Rd
712ffcf2f2da1b0e71f31fd17f3818ac *man/stoprdsm.Rd
5 changes: 3 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

import(parallel,bigmemory)

export(mgrinit,mgrmakevar,mgrmakelock,
export(mgrinit,mgrmakevar,mgrmakelock,makebarr,barr,
rdsmlock,rdsmunlock,
getidxs,makebarr,barr,shmcls)
getidxs,getmatrix,stoprdsm,
readsync,writesync,loadex)

0 comments on commit 814362b

Please sign in to comment.