[fbf06f]: / partyMod / R / AAA.R

Download this file

9 lines (6 with data), 138 Bytes

1
2
3
4
5
6
7
# $Id$
.onLoad <- function(lib, pkg) {
GCtorture <<- FALSE
.Call("party_init", PACKAGE = "atlantisPartyMod")
return(TRUE)
}