Skip to content

Commit 2ccf973

Browse files
committed
remove knitr, markdown, pinp from Suggests
1 parent 4f438b6 commit 2ccf973

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-12-01 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Suggests): Remove knitr, rmarkdown, pinp
4+
* DESCRIPTION (VignetteBuilder): Remove knitr
5+
16
2019-11-26 Dirk Eddelbuettel <[email protected]>
27

38
* inst/tinytest/test_embedded_r.R: Use sink to suppress noisy output,

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Description: The 'Rcpp' package provides R functions as well as C++ classes whic
1616
<doi:10.1080/00031305.2017.1375990>); see 'citation("Rcpp")' for details.
1717
Depends: R (>= 3.0.0)
1818
Imports: methods, utils
19-
Suggests: tinytest, inline, rbenchmark, knitr, rmarkdown, pinp, pkgKitten (>= 0.1.2)
20-
VignetteBuilder: knitr
19+
Suggests: tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2)
2120
URL: http://www.rcpp.org, http://dirk.eddelbuettel.com/code/rcpp.html, https://github.com/RcppCore/Rcpp
2221
License: GPL (>= 2)
2322
BugReports: https://github.com/RcppCore/Rcpp/issues

0 commit comments

Comments
 (0)