chunknet - ChunkNet
RForge.net

chunknet

About chunknet
GIT access
Download/Files
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/chunknet/trunk chunknet

To install the latest development snapshot of this package, use

install.packages("chunknet",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/chunknet/branches
and for tags use
svn ls svn://svn.rforge.net/chunknet/tags

Most recent GIT commits


f97b225b| Jason Cairns | Sat Nov 25 16:14:17 2023 +1300
document core functions
 A       man/async_pull.Rd
 A       man/do.ccall.Rd
 A       man/pull.Rd
 A       man/push.Rd
 A       man/worker_node.Rd

3b757f90| Jason Cairns | Wed Oct 25 20:10:30 2023 +1300
version bump
 M       DESCRIPTION

028ff32d| Jason Cairns | Tue Sep 12 19:31:53 2023 +1200
Revert "rename chunknet to largescalechunks; orcv to largescalemessages"

This reverts commit e48bb8761d1871caf7b38befca69389c955d4bf6.
 M       DESCRIPTION
 M       R/class.R
 M       R/client.R
 M       R/locator.R
 M       R/node.R
 M       R/worker.R
 M       inst/dev-tests/test.R
 M       inst/dev-tests/test.tmux
 M       makefile

e48bb876| Jason Cairns | Sun Sep 3 21:02:08 2023 +1200
rename chunknet to largescalechunks; orcv to largescalemessages
 M       DESCRIPTION
 M       R/class.R
 M       R/client.R
 M       R/locator.R
 M       R/node.R
 M       R/worker.R
 M       inst/dev-tests/test.R
 M       inst/dev-tests/test.tmux
 M       makefile

8df1f74a| Jason Cairns | Sat May 20 20:07:14 2023 +1200
move tests to inst/dev-tests
 M       R/class.R
 M       R/node.R
 R100 tests/async_pull.Rinst/dev-tests/async_pull.R
 R100 tests/chunk.Rinst/dev-tests/chunk.R
 R100 tests/chunkref.Rinst/dev-tests/chunkref.R
 R100 tests/chunkstub.Rinst/dev-tests/chunkstub.R
 R100 tests/compref.Rinst/dev-tests/compref.R
 R100 tests/computation.Rinst/dev-tests/computation.R
 R100 tests/delete_chunk.Rinst/dev-tests/delete_chunk.R
 R100 tests/get_host_locations.Rinst/dev-tests/get_host_locations.R
 R100 tests/get_least_loaded_location.Rinst/dev-tests/get_least_loaded_location.R
 R100 tests/get_locations.Rinst/dev-tests/get_locations.R
 R100 tests/href.Rinst/dev-tests/href.R
 R100 tests/init.Rinst/dev-tests/init.R
 R100 tests/loc-deletedatalocs.Rinst/dev-tests/loc-deletedatalocs.R
 R100 tests/loc-getdatalocs.Rinst/dev-tests/loc-getdatalocs.R
 R100 tests/loc-getnode.Rinst/dev-tests/loc-getnode.R
 R100 tests/loc-postdatalocs.Rinst/dev-tests/loc-postdatalocs.R
 R100 tests/loc-postnode.Rinst/dev-tests/loc-postnode.R
 R100 tests/post_locations.Rinst/dev-tests/post_locations.R
 R100 tests/pull.Rinst/dev-tests/pull.R
 R100 tests/push-host.Rinst/dev-tests/push-host.R
 R100 tests/push-location.Rinst/dev-tests/push-location.R
 R100 tests/push-missing_loc.Rinst/dev-tests/push-missing_loc.R
 R100 tests/remote_call-cached_chunkinst/dev-tests/remote_call-cached_chunk
 R100 tests/remote_call-chunk_no_cache.Rinst/dev-tests/remote_call-chunk_no_cache.R
 R100 tests/remote_call-no_chunk_args.Rinst/dev-tests/remote_call-no_chunk_args.R
 R100 tests/remote_call-target.Rinst/dev-tests/remote_call-target.R
 R100 tests/shutdown.Rinst/dev-tests/shutdown.R
 R100 tests/test.Rinst/dev-tests/test.R
 R100 tests/test.tmuxinst/dev-tests/test.tmux
 R100 tests/work-asyncgetdata.Rinst/dev-tests/work-asyncgetdata.R
 R100 tests/work-deletedata.Rinst/dev-tests/work-deletedata.R
 R100 tests/work-getdata.Rinst/dev-tests/work-getdata.R
 R100 tests/work-postdata.Rinst/dev-tests/work-postdata.R
 R100 tests/work-putcomputation.Rinst/dev-tests/work-putcomputation.R
 M       makefile