File: runtest

package info (click to toggle)
r-cran-rmarkdown 2.29%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,800 kB
  • sloc: javascript: 5,656; sh: 24; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Author: Nilesh Patra
Last-Update: 2021-10-21 21:13:42 +0530
Description: Force running test

--- a/tests/testthat.R
+++ b/tests/testthat.R
@@ -1,2 +1,2 @@
 library(testthat)
-if (identical(Sys.getenv("NOT_CRAN"), "true")) test_check("rmarkdown")
+test_check("rmarkdown")