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


d4c6fc0e| Jason Cairns | Sun May 18 21:18:06 2025 +1200
doc: provide comments in more hairy functions
 M       R/client.R
 M       R/worker.R

f126ed91| Jason Cairns | Thu May 15 22:04:35 2025 +1200
feat: add flake
 A       .envrc
 M       .gitignore
 A       flake.lock
 A       flake.nix

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