File: zzz.R

package info (click to toggle)
r-bioc-alabaster.base 1.6.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,652 kB
  • sloc: cpp: 11,377; sh: 29; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
.onLoad <- function(libname, pkgname) {
    register_any_duplicated(set=TRUE)
}

.onUnload <- function(libname, pkgname) {
    register_any_duplicated(set=FALSE)
}