File: test.R

package info (click to toggle)
r-cran-prettycode 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 408 kB
  • sloc: sh: 13; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8

context("prettycode")

test_that("prettycode works", {

  expect_true(TRUE)

})