R/onLoad.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
	registerS3method('recvData', 'albatross_progress_node', .parallel_callback, loadNamespace('parallel'))
	registerS3method('recvOneData', 'albatross_progress_cluster', .parallel_callback, loadNamespace('parallel'))
	bindtextdomain(paste0('plots-', pkgname), file.path(libname, pkgname, 'po'))
}

Try the albatross package in your browser

Any scripts or data that you put into this service are public.

albatross documentation built on May 29, 2024, 9:10 a.m.