The 'R' language includes a set of defined types, but the language itself is "absurdly dynamic" (Turcotte & Vitek (2019) <doi:10.1145/3340670.3342426>), and lacks any way to specify which types are expected by any expression. The 'typetracer' package enables code to be traced to extract detailed information on the properties of parameters passed to 'R' functions. 'typetracer' can trace individual functions or entire packages.
Version: | 0.2.2 |
Imports: | brio, checkmate, methods, rlang, tibble, withr |
Suggests: | knitr, rematch, rmarkdown, testthat (≥ 3.0.0) |
Published: | 2023-06-26 |
DOI: | 10.32614/CRAN.package.typetracer |
Author: | Mark Padgham |
Maintainer: | Mark Padgham <mark.padgham at email.com> |
BugReports: | https://github.com/mpadge/typetracer/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/mpadge/typetracer, https://mpadge.github.io/typetracer/ |
NeedsCompilation: | yes |
Language: | en-GB |
Materials: | README NEWS |
CRAN checks: | typetracer results |
Reference manual: | typetracer.pdf |
Vignettes: |
Non-Standard Evaluat ion |
Package source: | typetracer_0.2.2.tar.gz |
Windows binaries: | r-devel: typetracer_0.2.2.zip, r-release: typetracer_0.2.2.zip, r-oldrel: typetracer_0.2.2.zip |
macOS binaries: | r-devel (arm64): typetracer_0.2.2.tgz, r-release (arm64): typetracer_0.2.2.tgz, r-oldrel (arm64): typetracer_0.2.2.tgz, r-devel (x86_64): typetracer_0.2.2.tgz, r-release (x86_64): typetracer_0.2.2.tgz, r-oldrel (x86_64): typetracer_0.2.2.tgz |
Old sources: | typetracer archive |
Please use the canonical form https://CRAN.R-project.org/package=typetracer to link to this page.