| Title: | Meet the Requirements to Install and Use 'TILT' |
|---|---|
| Description: | Meet the requirements to install and use sofware from the project 'TILT' (<https://www.tiltsmes.org/>). |
| Authors: | Mauro Lepore [aut, cre] (ORCID: <https://orcid.org/0000-0002-1986-7988>), 2 Degrees Investing Initiative [cph, fnd] |
| Maintainer: | Mauro Lepore <[email protected]> |
| License: | GPL (>= 3) |
| Version: | 0.0.1 |
| Built: | 2026-05-21 09:23:35 UTC |
| Source: | https://github.com/2DegreesInvesting/tiltRequirements |
Say hello
hello(who = c("world", "tilt"))hello(who = c("world", "tilt"))
who |
A valid string. |
A string.
hello() hello("tilt") # Errors try(hello("invalid"))hello() hello("tilt") # Errors try(hello("invalid"))