File: zzz.R

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

  invisible()
}
# nocov end