| list of parent classes | 13 年前 |
| + doc for C++Constructor | 15 年前 |
| making R CMD check happier | 15 年前 |
| making R CMD check happy | 15 年前 |
| simpler/faster implementation of C++Object using environment | 15 年前 |
| added documentation for C++OverloadedMethods class | 15 年前 |
| remove class C++ObjectS3, not needed in R 2.12.0 | 15 年前 |
| pleasing R CMD check | 15 年前 |
| Revised version of setRcppClass and new function loadModule. Designed (and now succeeding most of the time) to allow R classes to extend C++ Classes in modules. Also no longer requires packages to insert code into .onLoad(); the load actions added to R in 2.15.0 are used. (For that reason, these features require at least that version; OTOH setRcppClass never worked before.) | 14 年前 |
| Remove deprecated loadRcppModules (closes #1415) (#1416) * Remove deprecated loadRcppModules (closes #1415) * Tweak ChangeLog whitespace following rebase following #1416 merge * Remove section about deprecated loadRcppModules() * Remove commented-out mentions of loadRcppModules() | 9 个月前 |
| a number of smaller cosmetic changes (incl NAMESPACE additions and a new internal manual page) to make (R-devel's) R CMD check happy | 12 年前 |
| update doi entries per JSS request | 4 年前 |
| Extend Rcpp.package.skeleton to support URL and BugReports (#1358) Also flips default package version to a saner '0.0.1' | 1 年前 |
| update manual page to match update code | 9 年前 |
| update doi entries per JSS request | 4 年前 |
| Correct another one-char typo in .R and .Rd | 1 年前 |
| Auto generation Warnings & Invalid C++ Identifiers (Closes #526 and #387) | 9 年前 |
| new argument 'echo' (fixes #1126) | 5 年前 |
| added sizeof R function | 12 年前 |
| Add \usage section to four attributes manual pages (#1487) | 1 个月前 |
| Header cleanup with C++11 as a baseline (#1364) * First step of simplifying compiler checks There is more that can be done but each removal of a #DEFINE needs to check exactly where it is used. The bottom part of compiler.h still spans a grid over C++0x/TR1 to see if unordered map and set are a given (as in C++11 or later) which together with other calls of 'C++11 it is now' can simplify but we need to carefully walk this through the rest of the code and not just delete here as we'd keep unnecessary #define 'orphans' around. * Do not rely on __has_feature() for g++ Given that we test for C++11 we can assume variadic templates and just use the #define. Can likely be generalized to icc and clang too. * Expand macos matrix to macos-13, simplify via r-ci with bootstrap * No longer provide fallback for unordered_{set,map} which are given Removes one if/else use in table.h for map, none for set * Further cleanup * Reduced compiler.h to about a page of mostly defines and includes * Additional simplification, and typo fix * Remove HAS_STATIC_ASSERT define and simplify at its sole use * Reflect code review comments * Following rebase roll micro release and date, update ChangeLog * Remove remaining stray HAS_CXX0X_INITIALIZER_LIST | 1 年前 |
| Add \usage section to four attributes manual pages (#1487) | 1 个月前 |
| Rename classModule to exposeClass; recommend it from setRcppClass.Rd | 12 年前 |
| formals<-.C++Function | 15 年前 |
| Minor polish on one Rd file and new micro release (#1282) * Correct one stray Rd macro * Roll micro version * Also update Rd file | 2 年前 |
| Add \usage section to four attributes manual pages (#1487) | 1 个月前 |
| Remove deprecated loadRcppModules (closes #1415) (#1416) * Remove deprecated loadRcppModules (closes #1415) * Tweak ChangeLog whitespace following rebase following #1416 merge * Remove section about deprecated loadRcppModules() * Remove commented-out mentions of loadRcppModules() | 9 个月前 |
| Add \usage section to four attributes manual pages (#1487) | 1 个月前 |
| +populate : to dump a module in a namespace or an environment | 15 年前 |
| add registerPlugin function; add plugins parameter to cppFunction | 13 年前 |
| Rename classModule to exposeClass; recommend it from setRcppClass.Rd | 12 年前 |
| new argument 'echo' (fixes #1126) | 5 年前 |