R/zzz.R

Defines functions .onLoad

#### TRONCO: a tool for TRanslational ONCOlogy
####
#### Copyright (c) 2015-2017, Marco Antoniotti, Giulio Caravagna, Luca De Sano,
#### Alex Graudenzi, Giancarlo Mauri, Bud Mishra and Daniele Ramazzotti.
####
#### All rights reserved. This program and the accompanying materials
#### are made available under the terms of the GNU GPL v3.0
#### which accompanies this distribution.

.onLoad <- function(libname, pkgname) {
	hypotheses.env <- new.env(parent = emptyenv())
	assign('hypotheses.env', hypotheses.env, asNamespace(pkgname))
}

#### end of file -- as.functions.R

Try the TRONCO package in your browser

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

TRONCO documentation built on Nov. 8, 2020, 5:51 p.m.