File: zzz.R

package info (click to toggle)
r-cran-assertive.base 0.0-9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 476 kB
  • sloc: sh: 13; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (2)
1
2
3
4
.onLoad <- function(libname, pkgname)
{
  options(assertive.severity = "stop")
}