| 2439 | } |
| 2440 | |
| 2441 | RExportsGenerator::RExportsGenerator(const std::string& packageDir, |
| 2442 | const std::string& package, |
| 2443 | bool registration, |
| 2444 | const std::string& fileSep) |
| 2445 | : ExportsGenerator( |
| 2446 | packageDir + fileSep + "R" + fileSep + "RcppExports.R", |
| 2447 | package, |
| 2448 | "#"), |
| 2449 | registration_(registration) |
| 2450 | { |
| 2451 | } |
| 2452 | |
| 2453 | void RExportsGenerator::doWriteFunctions( |
| 2454 | const SourceFileAttributes& attributes, |
nothing calls this directly
no outgoing calls
no test coverage detected