diff options
| author | Luca Coraggio <luca.coraggio@unina.it> | 2021-10-21 12:10:10 +0000 |
|---|---|---|
| committer | cran-robot <csardi.gabor+cran@gmail.com> | 2021-10-21 12:10:10 +0000 |
| commit | 17556182f98e2dc51e236b01aec7eef054e7e2f9 (patch) | |
| tree | 3d897d2e804a00b40856341a023a71e9f470f138 /src/init.c | |
| parent | ca17d57dce048f57e03241f6120d539ec70d785a (diff) | |
version 2.0.1
Diffstat (limited to 'src/init.c')
| -rw-r--r-- | src/init.c | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,15 +1,12 @@ #include "RSCdefines.h" -#include <R.h> -#include <R_ext/RS.h> -#include <R_ext/Rdynload.h> -#include <Rdefines.h> -#include <Rinternals.h> -#include <Rmath.h> #include <stdio.h> #include <stdlib.h> #ifdef _OPENMP #include <omp.h> #endif +#include <R.h> +#include <R_ext/Rdynload.h> +#include <Rinternals.h> // Wrapper for C cormad (with pointers) SEXP cormad_C(SEXP R_matrix, SEXP len_rows, SEXP len_cols, SEXP R_evencorrect, |
