-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add optional url field to _BaseVersion #154
Comments
When the url is added (probably in a |
Some examples: R S3R RSCpython RSCNote that python pins includes version directly in metadata (rather than in metadata$local). VersionRaw only contains a version field (whereas Version includes version, created, and hash). from dotenv import load_dotenv
load_dotenv()
from pins import board_rsconnect
board = board_rsconnect("https://colorado.rstudio.com/rsc")
board.pin_meta("mtcars3")
|
possibility to use lru cache to achieve this? rather than |
implemented in #167 |
Currently, R pins adds a url field to the meta$local result of
pin_meta
for these boards:Let's add an optional URL field high up in the version hierarchy, so that boards can tack it on as supplemental info. This is used by vetiver R in its rapidoc API spec.
The text was updated successfully, but these errors were encountered: