Skip to content

Commit 6eac779

Browse files
committed
minor cleanups
1 parent 27a072f commit 6eac779

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

ChangeLog

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1+
2021-10-15 Travers Ching <traversc@gmail.com>
2+
3+
* inst/tinytest/testRcppAttributePackage: Tests `signature` attribute
4+
* inst/tinytest/test_attribute_package.R: Tests `signature` attribute
5+
16
2021-10-13 Dirk Eddelbuettel <edd@debian.org>
27

38
* README.md: Switch JSS url to doi form per JSS request
49
* man/Rcpp-package.Rd: Idem
510
* man/RcppLdFlags.Rd: Idem
611
* inst/CITATION: Only use doi entries in three citEntry blocks
12+
713
2021-10-11 Dirk Eddelbuettel <edd@debian.org>
814

915
* DESCRIPTION (Version, Date): Roll minor version
1016
* inst/include/Rcpp/config.h: Idem
1117

1218
* .codecov.yml (comment): Disable codecov comments on PRs
1319

14-
2021-10-10 Travers Ching <traversc@gmail.com>
20+
2021-10-10 Travers Ching <traversc@gmail.com>
1521

1622
* src/attributes.cpp: Add `signature` attribute and syntax checks
17-
* inst/tinytest/testRcppAttributePackage: Tests `signature` attribute
18-
* inst/tinytest/test_attribute_package.R: Tests `signature` attribute
1923

2024
2021-10-02 Dirk Eddelbuettel <edd@debian.org>
2125

src/attributes.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// attributes.cpp: Rcpp R/C++ interface class library -- Rcpp attributes
33
//
44
// Copyright (C) 2012 - 2020 JJ Allaire, Dirk Eddelbuettel and Romain Francois
5-
// Copyright (C) 2021 JJ Allaire, Dirk Eddelbuettel, Romain Francois,
6-
// Iñaki Ucar and Travers Ching
5+
// Copyright (C) 2021 JJ Allaire, Dirk Eddelbuettel, Romain Francois, Iñaki Ucar and Travers Ching
76
//
87
// This file is part of Rcpp.
98
//
@@ -813,8 +812,6 @@ namespace attributes {
813812

814813
bool checkRSignature(const Function& function, std::string args);
815814

816-
bool checkRSignature(const Function& function, std::string args);
817-
818815
void initializeGlobals(std::ostream& ostr);
819816

820817
void generateCpp(std::ostream& ostr,

0 commit comments

Comments
 (0)