Title: | Fireworks for R |
---|---|
Description: | A toolbox for hacking on the language. |
Authors: | Charlie Gao [aut, cre] , Hibiki AI Limited [cph], R Core [cph] |
Maintainer: | Charlie Gao <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.0.1 |
Built: | 2024-11-08 04:27:09 UTC |
Source: | https://github.com/shikokuchuo/fireworks |
A toolbox for hacking on the language.
Charlie Gao [email protected] (ORCID)
Useful links:
Report bugs at https://github.com/shikokuchuo/fireworks/issues
Errors if attempting to print or assign the return value. Resistant to
handling with tryCatch()
.
boom()
boom()
The symbol R_UnboundValue
.
isS4(sparkle(boom()))
isS4(sparkle(boom()))
Returns a very large (unallocated) raw vector.
fountain()
fountain()
A raw vector.
x <- fountain() str(x) x[1]
x <- fountain() str(x) x[1]
Sets the S4 bit on the R object so that isS4()
returns TRUE on it.
sparkle(x)
sparkle(x)
x |
an object. |
Invisibly, the supplied object with the ‘S4’ bit set (modified in place).
x <- fountain() isS4(x) sparkle(x) isS4(x)
x <- fountain() isS4(x) sparkle(x) isS4(x)