| 
    Rcpp Version 1.0.14
    
   | 
 
#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <cstring>#include <string>#include <vector>#include <map>#include <set>#include <algorithm>#include <ostream>#include <fstream>#include <sstream>#include <Rcpp.h>
Go to the source code of this file.
Namespaces | |
| namespace | Rcpp | 
| Rcpp API.  | |
| namespace | Rcpp::attributes | 
Macros | |
| #define | COMPILING_RCPP | 
| #define | RCPP_NO_SUGAR | 
| #define COMPILING_RCPP | 
Definition at line 21 of file attributes.cpp.
| #define RCPP_NO_SUGAR | 
Definition at line 38 of file attributes.cpp.
| RcppExport SEXP compileAttributes | ( | SEXP | sPackageDir, | 
| SEXP | sPackageName, | ||
| SEXP | sDepends, | ||
| SEXP | sRegistration, | ||
| SEXP | sCppFiles, | ||
| SEXP | sCppFileBasenames, | ||
| SEXP | sIncludes, | ||
| SEXP | sVerbose, | ||
| SEXP | sPlatform | ||
| ) | 
Definition at line 3625 of file attributes.cpp.
References Rcpp::attributes::ExportsGenerators::add(), Rcpp::as(), Rcpp::Vector< RTYPE, StoragePolicy >::begin(), Rcpp::attributes::SourceFileAttributesParser::begin(), BEGIN_RCPP, Rcpp::attributes::ExportsGenerators::commit(), Rcpp::Vector< RTYPE, StoragePolicy >::end(), Rcpp::attributes::SourceFileAttributesParser::end(), END_RCPP, Rcpp::attributes::endsWith(), Rcpp::file_io_error::filePath(), Rcpp::attributes::SourceFileAttributesParser::hasGeneratorOutput(), Rcpp::attributes::SourceFileAttributesParser::hasPackageInit(), Rcpp::attributes::kDependsAttribute, Rcpp::Rcout, Rcpp::attributes::ExportsGenerators::remove(), Rcpp::attributes::showWarning(), Rcpp::attributes::ExportsGenerators::writeBegin(), Rcpp::attributes::ExportsGenerators::writeEnd(), and Rcpp::attributes::ExportsGenerators::writeFunctions().

| RcppExport SEXP sourceCppContext | ( | SEXP | sFile, | 
| SEXP | sCode, | ||
| SEXP | sRebuild, | ||
| SEXP | sCacheDir, | ||
| SEXP | sPlatform | ||
| ) | 
Definition at line 3561 of file attributes.cpp.
References Rcpp::as(), BEGIN_RCPP, Rcpp::Vector< VECSXP >::create(), and END_RCPP.
