chunknet - ChunkNet
RForge.net

chunknet

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

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/jcai849/chunknet.git chunknet
see also chunknet GitHub repository.

To install the latest development snapshot of this package, use

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

Binaries (if avalable) can be installed using

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

Most recent GIT commits


9efbec82| Jason Cairns | Sun Jun 9 15:21:40 2024 +1200
clean repo
 D       inst/dev-tests/async_pull.R
 D       inst/dev-tests/chunk.R
 D       inst/dev-tests/chunkref.R
 D       inst/dev-tests/chunkstub.R
 D       inst/dev-tests/compref.R
 D       inst/dev-tests/computation.R
 D       inst/dev-tests/delete_chunk.R
 D       inst/dev-tests/get_host_locations.R
 D       inst/dev-tests/get_least_loaded_location.R
 D       inst/dev-tests/get_locations.R
 D       inst/dev-tests/href.R
 D       inst/dev-tests/init.R
 D       inst/dev-tests/loc-deletedatalocs.R
 D       inst/dev-tests/loc-getdatalocs.R
 D       inst/dev-tests/loc-getnode.R
 D       inst/dev-tests/loc-postdatalocs.R
 D       inst/dev-tests/loc-postnode.R
 D       inst/dev-tests/post_locations.R
 D       inst/dev-tests/pull.R
 D       inst/dev-tests/push-host.R
 D       inst/dev-tests/push-location.R
 D       inst/dev-tests/push-missing_loc.R
 D       inst/dev-tests/remote_call-cached_chunk
 D       inst/dev-tests/remote_call-chunk_no_cache.R
 D       inst/dev-tests/remote_call-no_chunk_args.R
 D       inst/dev-tests/remote_call-target.R
 D       inst/dev-tests/shutdown.R
 D       inst/dev-tests/work-asyncgetdata.R
 D       inst/dev-tests/work-deletedata.R
 D       inst/dev-tests/work-getdata.R
 D       inst/dev-tests/work-postdata.R
 D       inst/dev-tests/work-putcomputation.R
 A       inst/interactive-tests/test
 R100 inst/dev-tests/test.Rinst/interactive-tests/test.R
 R100 inst/dev-tests/test.tmuxinst/interactive-tests/test.tmux
 D       makefile

7fbda4ad| Jason Cairns | Thu Jun 6 16:06:57 2024 +1200
log bound computations
 M       R/worker.R

f6078f07| Jason Cairns | Thu Jun 6 14:08:23 2024 +1200
rename msg to event in node function
 M       R/node.R

63ab5e35| Jason Cairns | Thu Jun 6 14:05:42 2024 +1200
move logging from orcv to chunknet
 M       .gitignore
 M       R/node.R

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