File tree Expand file tree Collapse file tree 6 files changed +1
-31
lines changed
tests/testthat/testNamespace Expand file tree Collapse file tree 6 files changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,7 @@ Imports:
4646 withr (>= 2.1.2)
4747Suggests:
4848 BiocManager (>= 1.30.10),
49- bitops (>= 1.0-6),
5049 curl (>= 4.3),
51- evaluate (>= 0.14),
5250 foghorn (>= 1.1.5),
5351 gmailr (>= 1.0.0),
5452 knitr (>= 1.28),
@@ -57,11 +55,9 @@ Suggests:
5755 pingr (>= 2.0.0),
5856 MASS,
5957 pkgdown (>= 1.5.1),
60- Rcpp (>= 1.0.4.6),
6158 rhub (>= 1.1.1),
6259 rmarkdown (>= 2.1),
63- spelling (>= 2.1),
64- whisker (>= 0.4)
60+ spelling (>= 2.1)
6561VignetteBuilder: knitr
6662Encoding: UTF-8
6763RoxygenNote: 7.1.0
Original file line number Diff line number Diff line change @@ -25,14 +25,6 @@ ends_with_newline <- function(path) {
2525 lastByte == 0x0a
2626}
2727
28- render_template <- function (name , data = list ()) {
29- check_suggested(" whisker" )
30-
31- path <- system.file(" templates" , name , package = " devtools" )
32- template <- readLines(path )
33- whisker :: whisker.render(template , data )
34- }
35-
3628is_installed <- function (pkg , version = 0 ) {
3729 installed_version <- tryCatch(utils :: packageVersion(pkg ), error = function (e ) NA )
3830 ! is.na(installed_version ) && installed_version > = version
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments