https://github.com/cran/flexmix
Raw File
Tip revision: 4e8feb18e508706cbcb10dd2e2cf373273fc3eb2 authored by Friedrich Leisch on 03 January 2005, 00:00:00 UTC
version 1.1-0
Tip revision: 4e8feb1
AAA.R
## <FIXME> This is needed only for R 1.9.x, remove eventually

if(R.version$major < "2"){
    .First.lib <- function(...)
    {
        require("graphics")
        require("methods")
        require("stats")
        require("stats4")
    }

    .First.lib()
}
## </FIXME>
back to top