Skip to content

Commit 6f81b46

Browse files
committed
two more vignette file types being removed
1 parent e076119 commit 6f81b46

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

ChangeLog

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
2016-09-05 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version): Roll minor version
4+
* cleanup: Clean two more file type from vignettes/
5+
16
2016-09-04 Nathan Russell <[email protected]>
27

3-
* inst/include/Rcpp/sugar/functions/rowSums.h: New functions
8+
* inst/include/Rcpp/sugar/functions/rowSums.h: New functions
49
rowSums(), colSums(), rowMeans(), and colMeans()
510
* inst/include/Rcpp/sugar/functions/functions.h: Idem
6-
* inst/unitTests/cpp/sugar.cpp: Unit tests for new functions
11+
* inst/unitTests/cpp/sugar.cpp: Unit tests for new functions
712
* inst/unitTests/runit.sugar.R: Idem
813

914
2016-09-04 Dirk Eddelbuettel <[email protected]>

cleanup

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ rm -f confdefs.h config.log config.status \
2525
src/symbols.rds \
2626
inst/unitTests/testRcppClass/src/symbols.rds \
2727
vignettes/*.aux vignettes/*.log vignettes/*.out \
28-
vignettes/*.tex vignettes/*.bbl vignettes/*.blg
28+
vignettes/*.tex vignettes/*.bbl vignettes/*.blg \
29+
vignettes/*.toc vignettes/*.tpt
2930

3031
rm -rf autom4te.cache inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/ \
3132
inst/doc/auto inst/doc/Rcpp-*/auto/ src-* vignettes/auto

0 commit comments

Comments
 (0)