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

New "create a new board" vignette #751

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

juliasilge
Copy link
Member

Closes #737 as well as #481

I got a start on this draft while working on #749 and used the Google Drive board as the example. It's a pretty good example, mostly because the googledrive R package is so nice.

One thing this vignette highlights is that a lot of functions needed to create these methods are internal, like version_setup(), check_pin_exists(), and so forth, are all unexported. Should we export them? Or show them being used like pins:::check_pin_exists() in this vignette?

Comment on lines +195 to +197
- `test_api_basic(board)`
- `test_api_versioning(board)`
- `test_api_meta(board)`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are unexported too.

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

Successfully merging this pull request may close these issues.

Enabling extension of pins to other platforms
1 participant