{"id":19267161,"url":"https://github.com/sellorm/cranalysis","last_synced_at":"2025-02-23T19:30:04.927Z","repository":{"id":80262883,"uuid":"176395193","full_name":"sellorm/cranalysis","owner":"sellorm","description":"CRAN dependency extraction tool","archived":false,"fork":false,"pushed_at":"2021-11-05T10:36:16.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-05T12:12:38.451Z","etag":null,"topics":["cran","r","rpackage","rstats"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sellorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-03-19T01:02:27.000Z","updated_at":"2021-11-05T10:36:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8b6c457-e222-4e03-805b-c2cbe5ed0d84","html_url":"https://github.com/sellorm/cranalysis","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/sellorm%2Fcranalysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sellorm%2Fcranalysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sellorm%2Fcranalysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sellorm%2Fcranalysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sellorm","download_url":"https://codeload.github.com/sellorm/cranalysis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240367753,"owners_count":19790311,"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":["cran","r","rpackage","rstats"],"created_at":"2024-11-09T20:10:48.323Z","updated_at":"2025-02-23T19:30:04.910Z","avatar_url":"https://github.com/sellorm.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cranalysis\n\n[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n\n## Overview\n\nThe goal of cranalysis is to provide a few handy functions to analyse CRAN's PACKAGES file. Initially this is focused on providing a list of package dependencies for a given list of packages. This was hastily thrown together and needs quite a lot more work to make it robust and introduce some tests etc.\n\n## Installation\n\nYou can install the development version of cranalysis from GitHub with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"sellorm/cranalysis\")\n```\n\n## Example\n\nUpdate the cached PACKAGES.rds file:\n\n``` r\nupdate_cache()\n```\n\nThen get a list of imports for a given list of packages:\n\n``` r\nget_imports(c(\"plumber\", \"rmarkdown\", \"shiny\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsellorm%2Fcranalysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsellorm%2Fcranalysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsellorm%2Fcranalysis/lists"}