https://github.com/cran/aster
Raw File
Tip revision: c45193827d47cd090900035e43f3188cd3fbc795 authored by Charles J. Geyer on 05 May 2013, 00:00:00 UTC
version 0.8-23
Tip revision: c451938
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