{"id":18733606,"url":"https://github.com/insightsengineering/depository","last_synced_at":"2025-07-26T07:38:17.467Z","repository":{"id":40602504,"uuid":"506711867","full_name":"insightsengineering/depository","owner":"insightsengineering","description":"A depository for previously released R packages stemming from this organization.","archived":false,"fork":false,"pushed_at":"2024-03-15T15:42:46.000Z","size":101808,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-02T06:12:29.618Z","etag":null,"topics":["r","repository"],"latest_commit_sha":null,"homepage":"https://insightsengineering.github.io/depository/","language":"HTML","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/insightsengineering.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":".github/CODEOWNERS","security":"SECURITY.md","support":null}},"created_at":"2022-06-23T16:22:48.000Z","updated_at":"2023-02-01T06:29:44.000Z","dependencies_parsed_at":"2023-01-24T01:46:11.773Z","dependency_job_id":null,"html_url":"https://github.com/insightsengineering/depository","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/insightsengineering/depository","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fdepository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fdepository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fdepository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fdepository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insightsengineering","download_url":"https://codeload.github.com/insightsengineering/depository/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fdepository/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267136879,"owners_count":24041275,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":["r","repository"],"created_at":"2024-11-07T15:10:36.772Z","updated_at":"2025-07-26T07:38:17.427Z","avatar_url":"https://github.com/insightsengineering.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Depository\n\nA CRAN-like package repository for previously released R packages originating from this organization.\n\n**⚠️ Note**: This repository is a _temporary solution_ and a placeholder for packages that have not been published to CRAN yet. All of these packages will eventually be published to CRAN. Also, the _latest development_ versions of these packages are available on the [Pharmaverse r-universe repository](https://pharmaverse.r-universe.dev/ui) and all the _latest stable_ versions of these packages are available on the [Inisights Engineering r-universe repository](https://insightsengineering.r-universe.dev/builds).\n\n## Usage\n\nThe following releases are available in this repository:\n\n- [2022_06_09](./2022_06_09/src/contrib/)\n- [2022_10_13](./2022_10_13/src/contrib/)\n\nSet the repository options in R to point to a specific release in this repository:\n\n```R\n# Assuming you want to use the 2022_10_13 release\nrelease_date \u003c- \"2022_10_13\"\noptions(\n    repos = c(\n        insightsengineering = paste0(\n            \"https://insightsengineering.github.io/depository/\",\n            release_date\n        ),\n        CRAN = \"https://cloud.r-project.org/\"\n    )\n)\n```\n\nNext, assuming you want to install the `teal` package, simply run this in the R session:\n\n```R\ninstall.packages(\"teal\")\n```\n\n## How was this repository created?\n\nPre-built versions of the releases were added to the corresponding release directory, and the following command was run in R to create a repository.\n\n```R\ntools::write_PACKAGES()\n```\n\n## How does this work, exactly?\n\nThis repository uses Github Pages to serve packages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fdepository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsightsengineering%2Fdepository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fdepository/lists"}