Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leprechaun::use_config() produces incorrect cli output #10

Open
mjfrigaard opened this issue Feb 16, 2023 · 0 comments
Open

leprechaun::use_config() produces incorrect cli output #10

mjfrigaard opened this issue Feb 16, 2023 · 0 comments

Comments

@mjfrigaard
Copy link

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.RCreating inst/config.ymlAdding '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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant