Skip to content

Commit cd0d344

Browse files
committed
for two old example directories, Makefile(s) are GNUmakefile(s) to please R CMD check
1 parent a83bc56 commit cd0d344

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2015-01-08 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/examples/OpenMP/GNUmakefile: Renamed from Makefile because it
4+
contains GNU make extentions (which we happen to like)
5+
* inst/examples/ConvolveBenchmarks: Ditto
6+
17
2015-01-02 Kevin Ushey <[email protected]>
28

39
* inst/include/Rcpp/sugar/functions/setdiff.h: fix for setequals

inst/NEWS.Rd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
\item New unit tests for sugar function \code{mean} and \code{setequal}
4343
were added as noted above.
4444
}
45+
\item Changes in Rcpp Examples:
46+
\itemize{
47+
\item For the (old) examples \code{ConvolveBenchmarks} and \code{OpenMP},
48+
the respective \code{Makefile} was renamed to \code{GNUmakefile} to please
49+
\code{R CMD check} as well as the CRAN Maintainers.
50+
}
4551
}
4652
}
4753
File renamed without changes.

0 commit comments

Comments
 (0)