pinsManifest 0.0.0.9000
Updated to use
_pins.yamlinstead ofpins.txt, following what’s happening at {pins}.-
Modified the manifest format to comport with the format in Python
board_urls()(#12): Modified
pin_write_manifest()such that versions are always written as a list (array), even if there is only one item (#10).-
Added public-facing functions (#1):
pin_write_manifest(): given aboard_folder()write a manifest file (_pins.yaml) of its pins and versions, in its root directory.board_url_manifest(): given a URL (for a site with a manifest), returns apins::board_url().url_demo_manifest(): returns URL for demonstration board with a manifest.manifest_latest(): given aurl, returns a named character vector of pin-URLs that can be used to build apins::board_url().
Added internal functions (#2).
Added a
NEWS.mdfile to track changes to the package.