Package: macro 0.1.6

macro: A Macro Language for 'R' Programs
A macro language for 'R' programs, which provides a macro facility similar to 'SAS®'. This package contains basic macro capabilities like defining macro variables, executing conditional logic, and defining macro functions.
Authors:
macro_0.1.6.tar.gz
macro_0.1.6.zip(r-4.7)macro_0.1.6.zip(r-4.6)macro_0.1.6.zip(r-4.5)
macro_0.1.6.tgz(r-4.6-any)macro_0.1.6.tgz(r-4.5-any)
macro_0.1.6.tar.gz(r-4.7-any)macro_0.1.6.tar.gz(r-4.6-any)
macro_0.1.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
macro/json (API)
NEWS
| # Install 'macro' in R: |
| install.packages('macro', repos = c('https://dbosak01.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dbosak01/macro/issues
Pkgdown/docs site:https://macro.r-sassy.org
Last updated from:0fc332b2f4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 137 | ||
| source / vignettes | OK | 176 | ||
| linux-release-x86_64 | OK | 132 | ||
| macos-release-arm64 | OK | 90 | ||
| macos-oldrel-arm64 | OK | 134 | ||
| windows-devel | OK | 98 | ||
| windows-release | OK | 86 | ||
| windows-oldrel | OK | 88 | ||
| wasm-release | OK | 113 |
Exports:msourcerunMSourcerunMSourceDebugsymclearsymgetsymputsymtable
Dependencies:clicommoncrayonfmtrgluelifecyclemagrittrpillarpkgconfigRcpprlangtibbleutf8vctrs
Debugging
Rendered frommacro-debug.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-16
Started: 2025-09-29
Example 1: Listing
Rendered frommacro-example1.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-16
Started: 2025-03-16
Example 2: Another Listing
Rendered frommacro-example2.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-16
Started: 2025-03-16
Example 3: Table
Rendered frommacro-example3.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-18
Started: 2025-09-29
Frequently Asked Questions
Rendered frommacro-faq.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-17
Started: 2025-03-16
Global Options
Rendered frommacro-globals.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-16
Started: 2025-11-06
Installation and Setup
Rendered frommacro-setup.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-16
Started: 2025-11-06
macro
Rendered frommacro.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-18
Started: 2025-03-16
Macro Language Reference
Rendered frommacro-language.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-18
Started: 2025-09-26
Symbol Table Functions
Rendered frommacro-symtable.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2025-11-16
Started: 2025-11-06
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Macro Source Function | msource |
| Print the Macro Symbol Table | print.symtable |
| Addin Function to Run msource() | runMSource |
| Addin Function to Run msource() in Debug Mode | runMSourceDebug |
| Clear the Macro Symbol Table | symclear |
| Get a Variable Value from the Macro Symbol Table | symget |
| Assign a Variable in the Macro Symbol Table | symput |
| Examine the Macro Symbol Table | symtable |
