// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
//
// Rcpp.h: R/C++ interface class library
//
// Copyright (C) 2008 - 2009 Dirk Eddelbuettel
// Copyright (C) 2009 - 2015 Dirk Eddelbuettel and Romain Francois
//
// This file is part of Rcpp.
//
// Rcpp is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 2 of the License, or
// (at your option) any later version.
//
// Rcpp is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Rcpp. If not, see .
#ifndef Rcpp_hpp
#define Rcpp_hpp
/* it is important that this comes first */
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#if !defined(RCPP_FORCE_OLD_DATE_DATETIME_VECTORS)
#define RCPP_NEW_DATE_DATETIME_VECTORS 1
#endif
#include
#include
#ifndef RCPP_NO_MODULES
#include
#include
#endif
#include
#include
#ifndef RCPP_NO_SUGAR
#include
#include
#endif
// wrappers for R API 'scalar' functions
#include
// this stays at the very end, because it needs to
// 'see' all versions of wrap
#include
#include
#include
#include
#endif