57ca FreshPorts -- science/R-cran-snow
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
R-cran-snow 0.3.12_1 science on this many watch lists=0 search for ports that depend on this port
Support for simple parallel computing in R
Maintained by: tota@FreeBSD.org search for ports maintained by this maintainer
Port Added: 31 Jan 2012 13:14:46
License: not specified in port


The snow package provides support for simple parallel computing on a
network of workstations using R.  A master R process calls makeCluster
to start a cluster of worker processes; the master process then uses
functions such as clusterCall and clusterApply to execute R code on
the worker processes and collect and return the results on the master.
This framework supports many forms of "embarrassingly parallel"
computations.

Snow can use one of four communications mechanisms: sockets, PVM, MPI,
or NetWorkSpaces (NWS).  NWS support was provided by Steve Weston.
PVM clusters use the rpvm package; MPI clusters use package Rmpi; NWS
clusters use package nws.  If pvm is used, then pvm must be started,
either using a pvm console (e.g the pvm text console or the graphical
xpvm console, both available with pvm) or from R using functions
provided by rpvm.  Similarly, LAM-MPI must be started, e.g.  using
lamboot, for MPI clusters that use Rmpi and LAM-MPI.  If NWS is used,
the NetWorkSpaces server must be running.  SOCK clusters are the
easiest approach for using snow on a single multi-core computer as
they require no additional software.

WWW:	http://cran.r-project.org/web/packages/snow/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. math/R
  2. lang/gcc
  3. devel/binutils
Required To Run:
  1. math/R
  2. lang/gcc
There are no ports dependent upon this port

To install the port: cd /usr/ports/science/R-cran-snow/ && make install clean
To add the package: pkg_add -r R-cran-snow


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://cran.cnr.berkeley.edu/src/contrib/
  3. http://cran.cnr.berkeley.edu/src/contrib/Archive/snow/
  4. http://cran.md.tsukuba.ac.jp/src/contrib/
  5. http://cran.md.tsukuba.ac.jp/src/contrib/Archive/snow/
  6. http://cran.ms.unimelb.edu.au/src/contrib/
  7. http://cran.ms.unimelb.edu.au/src/contrib/Archive/snow/
  8. http://cran.rakanu.com/src/contrib/
  9. http://cran.rakanu.com/src/contrib/Archive/snow/
  10. http://cran.stat.unipd.it/src/contrib/
  11. http://cran.stat.unipd.it/src/contrib/Archive/snow/
  12. http://cran.univ-lyon1.fr/src/contrib/
  13. http://cran.univ-lyon1.fr/src/contrib/Archive/snow/
  14. http://ftp.ctex.org/mirrors/CRAN/src/contrib/
  15. http://ftp.ctex.org/mirrors/CRAN/src/contrib/Archive/snow/
  16. http://ftp5.gwdg.de/pub/misc/cran/src/contrib/
  17. http://ftp5.gwdg.de/pub/misc/cran/src/contrib/Archive/snow/
  18. http://mirror.its.dal.ca/cran/src/contrib/
  19. http://mirror.its.dal.ca/cran/src/contrib/Archive/snow/
  20. http://mirrors.dotsrc.org/cran/src/contrib/
  21. http://mirrors.dotsrc.org/cran/src/contrib/Archive/snow/
  22. http://mirrors.ibiblio.org/pub/mirrors/CRAN/src/contrib/
  23. http://mirrors.ibiblio.org/pub/mirrors/CRAN/src/contrib/Archive/snow/

Number of commits found: 10

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
28 May 2013 15:15:06
Original commit files touched by this commit  0.3.12_1
bf search for other commits by this committer
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
27 Mar 2013 20:52:59
Original commit files touched by this commit  0.3.12
tota search for other commits by this committer
- Update to 0.3-12
07 Mar 2013 04:21:35
Original commit files touched by this commit  0.3.10_2
bf search for other commits by this committer
update math/R to 2.15.3, and adjust dependent ports
04 Jan 2013 17:51:39
Original commit files touched by this commit  0.3.10_1
bf search for other commits by this committer
update the R base ports to 2.15.2 and adjust dependent ports

Reviewed by:	thierry, tota, wen
16 Jul 2012 13:42:19
Original commit files touched by this commit  0.3.10
tota search for other commits by this committer
- Update to 0.3-10
26 Jun 2012 23:57:00
Original commit files touched by this commit  0.3.9_2
bf search for other commits by this committer
update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
04 May 2012 20:56:15
Original commit files touched by this commit  0.3.9_1
bf search for other commits by this committer
- update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
  MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
  flexible and allow CRAN ports to override it; add a regression-test
  target; set USE_FORTRAN to match math/R; remove some of the
  redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS

Reviewed by:    thierry, tota, wen
Approved by:    D. Rue (maintainer) [1], wen [2]
27 Apr 2012 19:58:06
Original commit files touched by this commit  0.3.9
tota search for other commits by this committer
- Update to 0.3-9
03 Mar 2012 16:59:36
Original commit files touched by this commit  0.3.8_1
bf search for other commits by this committer
update math/R to 2.14.2, and adjust dependent ports
31 Jan 2012 13:14:19
Original commit files touched by this commit  0.3.8
tota search for other commits by this committer
- Add a new port: science/R-cran-snow

  The snow package provides support for simple parallel computing on a
  network of workstations using R.  A master R process calls makeCluster
  to start a cluster of worker processes; the master process then uses
  functions such as clusterCall and clusterApply to execute R code on
  the worker processes and collect and return the results on the master.
  This framework supports many forms of "embarrassingly parallel"
  computations.

  Snow can use one of four communications mechanisms: sockets, PVM, MPI,
  or NetWorkSpaces (NWS).  NWS support was provided by Steve Weston.
  PVM clusters use the rpvm package; MPI clusters use package Rmpi; NWS
  clusters use package nws.  If pvm is used, then pvm must be started,
  either using a pvm console (e.g the pvm text console or the graphical
  xpvm console, both available with pvm) or from R using functions
  provided by rpvm.  Similarly, LAM-MPI must be started, e.g.  using
  lamboot, for MPI clusters that use Rmpi and LAM-MPI.  If NWS is used,
  the NetWorkSpaces server must be running.  SOCK clusters are the
  easiest approach for using snow on a single multi-core computer as
  they require no additional software.

  WWW:  http://cran.r-project.org/web/packages/snow/

Number of commits found: 10

28bb
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours12
new 7 days29
new fortnight82
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0