File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1+ 2013-10-08 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * NAMESPACE: Export LdFlags, not RcppLdFlags
4+ * man/LdFlags.Rd: Renamed from RcppLdFlags, and changed
5+
162013-10-06 John M Chambers <jmc@r-project.org>
27
38 * R/exposeClass.R: avoid warning from unclosed file()
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export(Module,
2626 sourceCpp,
2727 compileAttributes,
2828 registerPlugin,
29- RcppLdFlags ,
29+ LdFlags ,
3030 demangle,
3131 sizeof,
3232 cpp_object_initializer,
Original file line number Diff line number Diff line change 1919 and some tests for \code {is_na()} and \code {is_finite()} have been
2020 corrected thanks to Thomas Tse.
2121 }
22+ \item Changes in R code :
23+ \itemize {
24+ \item Export linking helper function \code {LdFlags }, not \code {RcppLdFlags }
25+ }
2226 }
2327}
2428
Original file line number Diff line number Diff line change 1- \name {RcppLdFlags }
2- \alias {RcppLdFlags }
1+ \name {LdFlags }
2+ \alias {LdFlags }
33\title {Provide Rcpp Linker Flags }
44\description {
5- \code {RcppLdFlags } returns the required flags and options for the the
5+ \code {LdFlags } returns the required flags and options for the the
66 system linker. This allows portable use of \pkg {Rcpp } as package
77 location as well as operating - system specific details are abstracted
88 away behind the interface of this function .
1111 \code {Makevars.win }) rather than in an interactive session.
1212}
1313\usage {
14- RcppLdFlags (static = staticLinking())
14+ LdFlags (static = staticLinking())
1515}
1616\arguments {
1717 \item {static }{A boolean determining use of static (as opposed to
You can’t perform that action at this time.
0 commit comments