You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Move the current "Rcpp Introduction" to "Rcpp JSS Paper" as the present title is a bit misleading per SO.
3. Switch Rcpp Vignette Engine away from highlight #604 Try to switch the present vignettes over to use knitr or rmarkdown if there is no objection. Principal motivation for this change is due to the present way being a bit adhoc and non-standard with respect to highlight.
Closing Issues
Lastly, depending on time, I'm going to try to bring the issue tracker up to date by finding the resolution to associated issues via PRs or git commits and asking that those issues are closed.
Support presently exists for GCC 4.6.2 <= in the code base and given the nature of R's RHEL component, it is inadvisable to trigger a warning within Rcpp. Best to let it play out on required code bases (e.g. RcppArmadillo).
Remark: The two constructors are still in place to save:CharacterVector x = std::string("hello"); could this feature be deprecated in favor of ::create()?
Remark: Possible feature: Matrix Multiplication (perhaps use the % operator for element-wise manipulation similar to armadillo?) and Matrix to Matrix Addition.
I'm aiming to update some documentation hopefully in time for the 0.12.6 push and subsequently when I'll be covering Rcpp in class.
Documentation Specific Issues
The issues that I am looking to resolve are:
Outside of the above issues I will also try to do the following:
2. Move the current "Rcpp Introduction" to "Rcpp JSS Paper" as the present title is a bit misleading per SO.3. Switch Rcpp Vignette Engine away from highlight #604 Try to switch the present vignettes over to useknitrorrmarkdownif there is no objection. Principal motivation for this change is due to the present way being a bit adhoc and non-standard with respect tohighlight.Closing Issues
Lastly, depending on time, I'm going to try to bring the issue tracker up to date by finding the resolution to associated issues via PRs or git commits and asking that those issues are closed.
Items completed, but not closed
boolnot converted toLogicalVectoras expected #177 opened on Sep 13, 2014boolnot converted toLogicalVectoras expectedItems not completed
RcppArmadillo).Quick code fixes
Possible future code projects
CharacterVector x = std::string("hello");could this feature be deprecated in favor of::create()?%operator for element-wise manipulation similar toarmadillo?) and Matrix to Matrix Addition.