File: add_missing_testthat.R.patch

package info (click to toggle)
r-cran-gnm 1.1-2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,380 kB
  • sloc: ansic: 127; sh: 13; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Add missing testthat.R
Bug-Debian: https://bugs.debian.org/953233
Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 07 Mar 2020 06:37:55 +0100

--- /dev/null
+++ b/tests/testthat.R
@@ -0,0 +1,4 @@
+library(testthat)
+library(gnm)
+
+test_check("gnm")