{"id":14067969,"url":"https://github.com/ARawles/packageR","last_synced_at":"2025-07-30T02:32:33.069Z","repository":{"id":224195237,"uuid":"280848534","full_name":"ARawles/packageR","owner":"ARawles","description":"An R package to inspect R packages","archived":false,"fork":false,"pushed_at":"2020-07-19T15:54:45.000Z","size":111,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-13T07:14:05.183Z","etag":null,"topics":["developer-tools","development","r"],"latest_commit_sha":null,"homepage":"http://packager.arawles.co.uk/","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/ARawles.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","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":"2020-07-19T11:10:10.000Z","updated_at":"2020-12-05T00:39:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"809795a8-1d76-49cc-b7d0-9931e0c69206","html_url":"https://github.com/ARawles/packageR","commit_stats":null,"previous_names":["arawles/packager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARawles%2FpackageR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARawles%2FpackageR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARawles%2FpackageR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARawles%2FpackageR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ARawles","download_url":"https://codeload.github.com/ARawles/packageR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228075671,"owners_count":17865518,"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":["developer-tools","development","r"],"created_at":"2024-08-13T07:05:52.287Z","updated_at":"2024-12-04T08:31:25.040Z","avatar_url":"https://github.com/ARawles.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\")\ndevtools::load_all()\n```\n\n\n# PackageR \u003ca href='http://packager.arawles.co.uk'\u003e\u003cimg src='man/figures/logo.png' align=\"right\" height=\"139\" style = \"margin-left: 5px;\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThe goal of PackageR is to to help users better understand their package. When developing R packages, it's easy to lose track of the scale of the project. This package provides functions to give developers a better insight into the number of functions, files, and their length. From here, developers can work to identify overly-complex functions or chokepoints and eventually write cleaner code.\n\n## Installation\n\nYou can install the development version from [GitHub](https://github.com/ARawles/PackageR) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"ARawles/packageR\")\n```\n## Example\n\nTo get a high-level understanding of the functions and files in your package, use the `plot_` functions. These functions will produce ggplot2 graphics showing you a bit more about your package:\n\n```{r}\nplot_function_length()\n```\n\nTo access the data in a more raw format, use the `list_functions()` and `list_x_files()` functions:\n\n```{r}\n\nlist_functions()\n\nlist_r_files()\n```\n\nBy setting the `info` parameter to TRUE, you can retrieve more information about the functions:\n\n```{r}\nlist_functions(info = TRUE)[[1]]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FARawles%2FpackageR","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FARawles%2FpackageR","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FARawles%2FpackageR/lists"}