| Line 1... |
Line 1... |
| 1 |
/*
|
1 |
/*
|
| 2 |
* R : A Computer Language for Statistical Data Analysis
|
2 |
* R : A Computer Language for Statistical Data Analysis
|
| 3 |
* Copyright (C) 2000-2022 The R Core Team.
|
3 |
* Copyright (C) 2000-2024 The R Core Team.
|
| 4 |
*
|
4 |
*
|
| 5 |
* This header file is free software; you can redistribute it and/or modify
|
5 |
* This header file is free software; you can redistribute it and/or modify
|
| 6 |
* it under the terms of the GNU Lesser General Public License as published by
|
6 |
* it under the terms of the GNU Lesser General Public License as published by
|
| 7 |
* the Free Software Foundation; either version 2.1 of the License, or
|
7 |
* the Free Software Foundation; either version 2.1 of the License, or
|
| 8 |
* (at your option) any later version.
|
8 |
* (at your option) any later version.
|
| Line 67... |
Line 67... |
| 67 |
|
67 |
|
| 68 |
#include <Rconfig.h>
|
68 |
#include <Rconfig.h>
|
| 69 |
#include <R_ext/Arith.h> /* R_FINITE, ISNAN, ... */
|
69 |
#include <R_ext/Arith.h> /* R_FINITE, ISNAN, ... */
|
| 70 |
#include <R_ext/Boolean.h> /* Rboolean type */
|
70 |
#include <R_ext/Boolean.h> /* Rboolean type */
|
| 71 |
#include <R_ext/Complex.h> /* Rcomplex type */
|
71 |
#include <R_ext/Complex.h> /* Rcomplex type */
|
| 72 |
#include <R_ext/Constants.h> /* M_PI; DOUBLE_EPS, etc unless STRICT_R_HEADERS */
|
72 |
#include <R_ext/Constants.h> /* M_PI; DOUBLE_EPS, etc */
|
| 73 |
#include <R_ext/Error.h> /* error and warning */
|
73 |
#include <R_ext/Error.h> /* error and warning */
|
| 74 |
#include <R_ext/Memory.h> /* R_alloc and S_alloc */
|
74 |
#include <R_ext/Memory.h> /* R_alloc and S_alloc */
|
| 75 |
#include <R_ext/Print.h> /* Rprintf etc */
|
75 |
#include <R_ext/Print.h> /* Rprintf etc */
|
| 76 |
#include <R_ext/Random.h> /* RNG interface */
|
76 |
#include <R_ext/Random.h> /* RNG interface */
|
| 77 |
#include <R_ext/Utils.h> /* sort routines et al */
|
77 |
#include <R_ext/Utils.h> /* sort routines et al */
|