Package: typed 0.0.1.9000

typed: Support Types for Variables, Arguments, and Return Values
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.
Authors:
typed_0.0.1.9000.tar.gz
typed_0.0.1.9000.zip(r-4.7)typed_0.0.1.9000.zip(r-4.6)typed_0.0.1.9000.zip(r-4.5)
typed_0.0.1.9000.tgz(r-4.6-any)typed_0.0.1.9000.tgz(r-4.5-any)
typed_0.0.1.9000.tar.gz(r-4.7-any)typed_0.0.1.9000.tar.gz(r-4.6-any)
typed_0.0.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
typed/json (API)
| # Install 'typed' in R: |
| install.packages('typed', repos = c('https://cynkra.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/moodymudskipper/typed/issues
Pkgdown/docs site:https://moodymudskipper.github.io
Last updated from:827eabf7e5. Checks:9 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 125 | ||
| source / vignettes | OK | 163 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 95 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| windows-devel | OK | 87 | ||
| windows-release | OK | 70 | ||
| windows-oldrel | OK | 81 | ||
| wasm-release | OK | 101 |
Exports:?AnyArrayas_assertion_factoryBuiltinCharactercheck_argcheck_outputClosureData.frameDatedeclareDotsDoubleEnvironmentExpressionFactorFunctionIntegerLanguageListLogicalMatrixNullPairlistprocess_assertion_factory_dotsRawSpecialSymbolTimeuse_typed
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Set Variable Types, Argument Types and Return Types. | ? declare |
| Build a new type | as_assertion_factory |
| Assertion factories of package 'typed' | Any Array assertion_factories Builtin Character Closure Data.frame Date Dots Double Environment Expression Factor Function Integer Language List Logical Matrix Null Pairlist Raw Special Symbol Time |
| Check Argument Types and Return Type | check_arg check_output |
| Process assertion factory dots | process_assertion_factory_dots |
| Use the 'typed' package | use_typed |
