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

Creating a deposit from the current working directory #88

Open
collinschwantes opened this issue Oct 4, 2023 · 0 comments
Open

Creating a deposit from the current working directory #88

collinschwantes opened this issue Oct 4, 2023 · 0 comments

Comments

@collinschwantes
Copy link

For project ( has a .proj file) based workflows, it would be nice to be able to add the working directory as a resource

  • my_proj_dir
    • scripts
      • generate_deposits.R

Current behavior

cli$deposit_add_resource(".")
Error: `resource_name` `Alignment` must only contain lowercase alphanumeric characters plus `.`, `-` and `_`.

Desired behavior

cli$deposit_add_resource(".")
frictionless metadata file has been generated as '/tmp/RtmpvRre5Z/data/datapackage.json'

It would also be nice to have a .depositsignore file that works similarly to a .gitignore file so that you can keep certain items out of the deposit.

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