leprechaun
leprechaun copied to clipboard
leprechaun::use_config() produces incorrect cli output
Hi there—leprechaun is an excellent package! It’s a wonderful addition to the shiny ecosystem :)
I noticed in the leprechaun::use_config()
function, the cli output lists the following:
leprechaun::use_config()
✔ Creating inst/config.R
✔ Creating inst/config.yml
✔ Adding 'yaml' to Imports in DESCRIPTION
And it actually creates inst/config.yml
and R/config.R
├── DESCRIPTION
├── NAMESPACE
├── R/
│ ├── _disable_autoload.R
│ ├── assets.R
│ ├── config.R
│ ├── input-handlers.R
│ ├── leprechaun-utils.R
│ ├── run.R
│ ├── server.R
│ ├── ui.R
│ └── zzz.R
└── inst/
├── assets
├── config.yml
├── dev
├── img
└── run
The link to the cli function is here
I didn't see any contributing guidelines, so I didn't open a PR :)