-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from snoweye/master
0.3-8 on CRAN
- Loading branch information
Showing
13 changed files
with
536 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
^\.travis\.yml$ | ||
appveyor.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: pbdMPI | ||
Version: 0.3-6 | ||
Date: 2018-04-30 | ||
Version: 0.3-8 | ||
Date: 2018-08-04 | ||
Title: Programming with Big Data -- Interface to MPI | ||
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email = | ||
"[email protected]"), | ||
|
@@ -33,3 +33,14 @@ MailingList: Please send questions and comments regarding pbdR to | |
[email protected] | ||
NeedsCompilation: yes | ||
Maintainer: Wei-Chen Chen <[email protected]> | ||
Packaged: 2018-07-30 01:19:36 UTC; snoweye | ||
Author: Wei-Chen Chen [aut, cre], | ||
George Ostrouchov [aut], | ||
Drew Schmidt [aut], | ||
Pragneshkumar Patel [aut], | ||
Hao Yu [aut], | ||
Christian Heckendorf [ctb] (FreeBSD), | ||
Brian Ripley [ctb] (Windows HPC Pack 2012), | ||
R Core team [ctb] (some functions are modified from the base packages) | ||
Repository: CRAN | ||
Date/Publication: 2018-08-01 15:20:14 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,7 @@ export( | |
|
||
### "R/util_*.r" | ||
"execmpi", | ||
"runmpi", | ||
|
||
### "R/000_pbd_opt.r" | ||
"pbd_opt" #, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.