{"id":23821346,"url":"https://github.com/returnstring/rip","last_synced_at":"2026-05-10T06:30:20.911Z","repository":{"id":147346293,"uuid":"64966890","full_name":"returnString/rip","owner":"returnString","description":"simple package management for R","archived":false,"fork":false,"pushed_at":"2016-08-09T21:09:29.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T08:40:12.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/returnString.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":"2016-08-04T20:57:48.000Z","updated_at":"2016-08-27T10:04:43.000Z","dependencies_parsed_at":"2023-07-07T06:32:00.230Z","dependency_job_id":null,"html_url":"https://github.com/returnString/rip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returnString%2Frip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returnString%2Frip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returnString%2Frip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returnString%2Frip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/returnString","download_url":"https://codeload.github.com/returnString/rip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240102409,"owners_count":19748008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-02T08:39:11.654Z","updated_at":"2026-05-10T06:30:20.833Z","avatar_url":"https://github.com/returnString.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rip\nSimple package management for R.\n\n# Commands\n- `rip init` initialises an empty manifest\n- `rip install \u003cpackage\u003e` installs one or more packages and records them in your manifest\n- `rip restore` installs all packages referenced in your manifest\n- `rip list` displays a list of currently installed packages with their versions\n\n# Example\nFirstly, someone creates a project, installs _Shiny_ and _ggplot2_, then uploads the project to GitHub.\n\n```bash\nmkdir myproject\ncd myproject\n\nrip init\nrip install ggplot2 shiny\n\ngit init\ngit add .\ngit commit -m \"My first R dependencies!\"\ngit remote add origin git@github.com:user/myproject.git\ngit push origin HEAD\n```\n\nA second user then clones the project and restores.\n\n```bash\ngit clone git@github.com:user/myproject.git\ncd myproject\n\nrip restore\n```\n\nBoth users now have all the dependencies required to run the app, without using `install.packages` manually.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freturnstring%2Frip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freturnstring%2Frip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freturnstring%2Frip/lists"}