File: testthat.R

package info (click to toggle)
r-cran-irkernel 1.3.2%2Bgit20240429.124f234-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: python: 242; javascript: 69; makefile: 26; sh: 15
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# see https://github.com/hadley/testthat/issues/144
Sys.setenv(R_TESTS = '')

library(testthat)
library(IRkernel)

test_check('IRkernel')