Package: typed Title: Support Types for Variables, Arguments, and Return Values Version: 0.0.1.9000 Authors@R: person(given = "Antoine", family = "Fabri", role = c("aut", "cre"), email = "antoine.fabri@gmail.com") Description: A type system for R. It supports setting variable types in a script or the body of a function, so variables can't be assigned illegal values. Moreover it supports setting argument and return types for functions. License: GPL-3 Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) URL: https://github.com/moodymudskipper/typed, https://moodymudskipper.github.io/typed/ BugReports: https://github.com/moodymudskipper/typed/issues Imports: utils, waldo Suggests: testthat (>= 3.0.0), covr, knitr, rmarkdown, desc, ggplot2, rlang, usethis, vctrs Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-05-23 18:04:23 UTC RemoteUrl: https://github.com/moodymudskipper/typed RemoteRef: HEAD RemoteSha: 827eabf7e55f813da0f1f6005fba5a1e484f22c0 NeedsCompilation: no Packaged: 2026-05-30 09:10:55 UTC; root Author: Antoine Fabri [aut, cre] Maintainer: Antoine Fabri