https://github.com/cran/aster
Raw File
Tip revision: fa7795259e71bf245e06b2cf7c012e2f3322cd2f authored by Charles J. Geyer on 14 March 2008, 00:00:00 UTC
version 0.7-4
Tip revision: fa77952
rraster.h

#ifndef ASTER_RR_ASTER_H
#define ASTER_RR_ASTER_H

#include <R.h>
#include <Rinternals.h>

SEXP aster_families(void);

#endif /* ASTER_RR_ASTER_H */

back to top