https://github.com/cran/aster
Raw File
Tip revision: 8e8ff57623e4af16fabd348ab15e8260d318e959 authored by Charles J. Geyer on 31 May 2014, 00:00:00 UTC
version 0.8-30
Tip revision: 8e8ff57
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