{"id":16614504,"url":"https://github.com/elianhugh/tape","last_synced_at":"2026-06-05T10:31:33.951Z","repository":{"id":112887951,"uuid":"342124199","full_name":"ElianHugh/tape","owner":"ElianHugh","description":"A box module manager","archived":false,"fork":false,"pushed_at":"2021-02-25T04:41:34.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T01:12:00.189Z","etag":null,"topics":["box","module-manager","package","r"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElianHugh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-25T04:37:17.000Z","updated_at":"2021-10-05T18:42:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"906b8736-80aa-49d0-96c4-b56a648527b2","html_url":"https://github.com/ElianHugh/tape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ElianHugh/tape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElianHugh%2Ftape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElianHugh%2Ftape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElianHugh%2Ftape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElianHugh%2Ftape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElianHugh","download_url":"https://codeload.github.com/ElianHugh/tape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElianHugh%2Ftape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["box","module-manager","package","r"],"created_at":"2024-10-12T02:06:31.056Z","updated_at":"2026-06-05T10:31:33.932Z","avatar_url":"https://github.com/ElianHugh.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tape Module (WIP)\n\u003e You can't send a [box::](https://github.com/klmr/box) without tape\n\nRudementary module manager in the vein of yarn and npm. Load via box::use(. / tape). An example use case can be seen below:\n\n### Example 1\n\u003e ![](example_usage.png)\n\n# Files and Functions\n### tape.json\nA meta-data file similar to package.json or yarn.json. This holds the details of the current project, including used modules and packages.\n\n### tape$init\nInitialise tape.json and tape.lock files, and additionally creates tape directories.\n\n``` r\nbox::use(. / modules / tape)\ntape$init()\n```\n\n### tape$add\nAdd a module to your tape.json and install to module repo.\n\n``` r\nbox::use(. / modules / tape)\ntape$add(c('A/Repo','Another/Repo'))\n```\n\n### tape$remove\nRemove a module from your tape.json file, and your _local_ module directory if applicable.\n\n``` r\nbox::use(. / modules / tape)\ntape$remove(c('A/Repo','Another/Repo'))\n```\n\n### tape$install\ntape$install() downloads all the modules listed in the tape.json. Alternatively, tape$install('A/Repo') downloads a specified repository without adding to tape.json.\n\n``` r\nbox::use(. / modules / tape)\n\ntape$install()\n# or\ntape$install('A/Repo')\n```\n\n### tape$tape\nWrapper function that calls init() and then install(). Similar to running 'yarn' for any js users out there.\n\n``` r\nbox::use(. / modules / tape)\ntape$tape()\n```\n\n### tape$upgrade\ntape$upgrade() checks all modules listed in tape.json for updates. Alternatively, tape$upgrade('A/Repo') updates a specified module.\n\n``` r\nbox::use(. / modules / tape)\n\ntape$upgrade()\n# or\ntape$upgrade('A/Repo')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felianhugh%2Ftape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felianhugh%2Ftape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felianhugh%2Ftape/lists"}