Skip to content

Commit f8d1e93

Browse files
committed
minor cosmetic edit for #703 [ci skip]
1 parent 2ab0ecd commit f8d1e93

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-06-01 JJ Allaire <[email protected]>
2+
3+
* src/attributes.cpp: Fix registration for exports with name attribute.
4+
15
2017-05-30 Dirk Eddelbuettel <[email protected]>
26

37
* inst/include/Rcpp/utils/tinyformat.h: Added missing newline
@@ -8,9 +12,6 @@
812
within package rather than current working directory.
913
* src/attributes.cpp: Execute tools::package_native_routine_registration_skeleton
1014
within package rather than current working directory.
11-
2017-06-01 JJ Allaire <[email protected]>
12-
13-
* src/attributes.cpp: Fix registration for exports with name attribute.
1415

1516
2017-05-22 Dirk Eddelbuettel <[email protected]>
1617

inst/NEWS.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
within package rather than current working directory.
1616
\item The R portion no longer uses \code{dir.exists} to no require R 3.2.0
1717
or newer (Elias Pipping in \ghpr{698}).
18-
\item Fix native registration for exports with name attribute (\ghit{702}).
18+
\item Fix native registration for exports with name attribute (\ghpr{703}
19+
addressing \ghit{702}).
1920
}
2021
}
2122
}

0 commit comments

Comments
 (0)