gretl_package
Install, query, run samples, unload, remove, or index Gretl packages for econometric analysis via the native pkg command.
Instructions
Install, query, run samples for, unload, remove, or index Gretl function/data packages using the native pkg command. By default this also requires opening the generated workflow in the visible Gretl GUI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local | No | Use pkg --local for a local .gfn or .zip package file. | |
| quiet | No | Use pkg --quiet. | |
| action | Yes | Gretl pkg action to perform. | |
| staging | No | Use pkg --staging for package installs from Gretl staging. | |
| verbose | No | Use pkg --verbose. | |
| requireGui | No | Require the visible Gretl GUI to open for this workflow. Defaults to true outside CI. | |
| packageName | No | Package name, local package path, URL, or addons for index. Required except index defaults to addons. | |
| gretlCliPath | No | ||
| gretlGuiPath | No | ||
| keepWorkspace | No | ||
| workspaceRoot | No | ||
| displayInGretl | No | Open the generated package command script in Gretl GUI. Defaults to true outside CI. | |
| guiNewInstance | No | ||
| timeoutSeconds | No |