https://github.com/cran/aster
Raw File
Tip revision: 9e116c6af7b466fb9853dc772c21197d389f7694 authored by Charles J. Geyer on 20 May 2007, 00:00:00 UTC
version 0.7-1
Tip revision: 9e116c6
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