File: zzz.R

package info (click to toggle)
r-cran-blob 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: sh: 13; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# nocov start
.onLoad <- function(...) {
  s3_register("pillar::pillar_shaft", "blob")

  invisible()
}
# nocov end