|
Rcpp Version 0.9.10
|
00001 // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*- 00002 // 00003 // Rcpp.h: R/C++ interface class library 00004 // 00005 // Copyright (C) 2008 - 2009 Dirk Eddelbuettel 00006 // Copyright (C) 2009 - 2012 Dirk Eddelbuettel and Romain Francois 00007 // 00008 // This file is part of Rcpp. 00009 // 00010 // Rcpp is free software: you can redistribute it and/or modify it 00011 // under the terms of the GNU General Public License as published by 00012 // the Free Software Foundation, either version 2 of the License, or 00013 // (at your option) any later version. 00014 // 00015 // Rcpp is distributed in the hope that it will be useful, but 00016 // WITHOUT ANY WARRANTY; without even the implied warranty of 00017 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00018 // GNU General Public License for more details. 00019 // 00020 // You should have received a copy of the GNU General Public License 00021 // along with Rcpp. If not, see <http://www.gnu.org/licenses/>. 00022 00023 #ifndef Rcpp_hpp 00024 #define Rcpp_hpp 00025 00026 /* it is important that this comes first */ 00027 #include <RcppCommon.h> 00028 00029 /* new api */ 00030 #include <Rcpp/exceptions.h> 00031 00032 #include <Rcpp/RObject.h> 00033 00034 #include <Rcpp/S4.h> 00035 #include <Rcpp/Reference.h> 00036 #include <Rcpp/clone.h> 00037 #include <Rcpp/grow.h> 00038 #include <Rcpp/Dimension.h> 00039 #include <Rcpp/Environment.h> 00040 #include <Rcpp/Evaluator.h> 00041 00042 #include <Rcpp/Vector.h> 00043 #include <Rcpp/sugar/nona/nona.h> 00044 #include <Rcpp/Fast.h> 00045 #include <Rcpp/Extractor.h> 00046 00047 #include <Rcpp/XPtr.h> 00048 #include <Rcpp/Symbol.h> 00049 #include <Rcpp/Language.h> 00050 #include <Rcpp/DottedPair.h> 00051 #include <Rcpp/Pairlist.h> 00052 #include <Rcpp/Function.h> 00053 #include <Rcpp/WeakReference.h> 00054 #include <Rcpp/StringTransformer.h> 00055 #include <Rcpp/Formula.h> 00056 #include <Rcpp/DataFrame.h> 00057 #include <Rcpp/Date.h> 00058 #include <Rcpp/DateVector.h> 00059 #include <Rcpp/Datetime.h> 00060 #include <Rcpp/DatetimeVector.h> 00061 00062 #include <Rcpp/Module.h> 00063 #include <Rcpp/InternalFunction.h> 00064 00065 #include <Rmath.h> 00066 #include <Rcpp/sugar/undoRmath.h> 00067 00068 #include <Rcpp/sugar/sugar.h> 00069 #include <Rcpp/stats/stats.h> 00070 00071 #endif