Package: sloop 1.0.1.9000

sloop: Helpers for 'OOP' in R
A collection of helper functions designed to help you to better understand object oriented programming in R, particularly using 'S3'.
Authors:
sloop_1.0.1.9000.tar.gz
sloop_1.0.1.9000.zip(r-4.7)sloop_1.0.1.9000.zip(r-4.6)sloop_1.0.1.9000.zip(r-4.5)
sloop_1.0.1.9000.tgz(r-4.6-any)sloop_1.0.1.9000.tgz(r-4.5-any)
sloop_1.0.1.9000.tar.gz(r-4.7-any)sloop_1.0.1.9000.tar.gz(r-4.6-any)
sloop_1.0.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sloop/json (API)
NEWS
| # Install 'sloop' in R: |
| install.packages('sloop', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/sloop/issues
Pkgdown/docs site:https://sloop.r-lib.org
Last updated from:cdb79122f4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 113 | ||
| source / vignettes | OK | 152 | ||
| linux-release-x86_64 | OK | 111 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| windows-devel | OK | 89 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 60 | ||
| wasm-release | OK | 104 |
Exports:ftypeis_s3_genericis_s3_methodotypes3_classs3_dispatchs3_get_methods3_methods_classs3_methods_generics4_methods_classs4_methods_generic
Dependencies:clicodetoolscrayongluelifecyclemagrittrpillarpkgconfigpurrrrlangtibbleutf8vctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Determine function type. | ftype |
| Determine if a function is an S3 generic or S3 method. | is_s3_generic is_s3_method |
| Determine the type of an object | otype |
| Compute the S3 class of an object | s3_class |
| Illustrate S3 dispatch | s3_dispatch |
| Find S3 method from its name | s3_get_method |
| List methods for a S3 or S4 generic (or class) | s3_methods_class s3_methods_generic s4_methods_class s4_methods_generic |
