R/onLoad.R

Defines functions .onAttach

.onAttach <- function(lib, pkg, ...) {
  packageStartupMessage("Welcome to the fpop package.
This package implements the FPOP algorithm (http://arxiv.org/abs/1409.1842),
see the Fpop function.")
}

Try the fpop package in your browser

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

fpop documentation built on April 9, 2020, 3:01 a.m.