https://github.com/cran/aster
Raw File
Tip revision: cd7e4fc006dc5296865fa6523ce7d087d86d3ca8 authored by Charles J. Geyer on 20 October 2012, 00:00:00 UTC
version 0.8-20
Tip revision: cd7e4fc
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