File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353#include <Rcpp/XPtr.h>
5454#include <Rcpp/Symbol.h>
5555#include <Rcpp/Language.h>
56- #include <Rcpp/DottedPair.h>
5756#include <Rcpp/Pairlist.h>
5857#include <Rcpp/Function.h>
5958#include <Rcpp/WeakReference.h>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818// You should have received a copy of the GNU General Public License
1919// along with Rcpp11. If not, see <http://www.gnu.org/licenses/>.
2020
21- #ifndef Rcpp_api_meat_DottedPair_h
22- #define Rcpp_api_meat_DottedPair_h
21+ #ifndef Rcpp_api_meat_DottedPairImpl_h
22+ #define Rcpp_api_meat_DottedPairImpl_h
2323
2424namespace Rcpp {
2525
Original file line number Diff line number Diff line change 2727#include <Rcpp/api/meat/Language.h>
2828#include <Rcpp/api/meat/DataFrame.h>
2929#include <Rcpp/api/meat/Environment.h>
30- #include <Rcpp/api/meat/DottedPair .h>
30+ #include <Rcpp/api/meat/DottedPairImpl .h>
3131#include <Rcpp/api/meat/Vector.h>
3232#include <Rcpp/api/meat/Function.h>
3333#include <Rcpp/api/meat/Matrix.h>
Original file line number Diff line number Diff line change @@ -245,7 +245,6 @@ namespace Rcpp {
245245
246246 // }}}
247247
248- // {{{ DottedPair
249248 SEXP grow ( SEXP head, SEXP tail ){
250249 Scoped<SEXP> x = head ;
251250 Scoped<SEXP> res = Rf_cons ( x, tail ) ;
@@ -264,8 +263,6 @@ namespace Rcpp {
264263 }
265264 }
266265
267- // }}}
268-
269266 // {{{ Promise
270267 Promise::Promise (SEXP x) {
271268 if ( TYPEOF (x) != PROMSXP )
You can’t perform that action at this time.
0 commit comments