{"id":13941489,"url":"https://github.com/jimbrig/pkgdev","last_synced_at":"2025-06-14T11:40:01.897Z","repository":{"id":44200138,"uuid":"456684118","full_name":"jimbrig/pkgdev","owner":"jimbrig","description":"Suite of Helpers for the R Package Developer","archived":false,"fork":false,"pushed_at":"2024-05-03T17:07:16.000Z","size":4469,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-06T22:05:19.167Z","etag":null,"topics":["r","r-package","r-package-development","r-stats","tools","utility","workflow"],"latest_commit_sha":null,"homepage":"http://docs.jimbrig.com/pkgdev/","language":"JavaScript","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/jimbrig.png","metadata":{"files":{"readme":"README.Rmd","changelog":"CHANGELOG.md","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":"codemeta.json","zenodo":null}},"created_at":"2022-02-07T21:31:37.000Z","updated_at":"2024-08-22T10:41:03.000Z","dependencies_parsed_at":"2024-11-13T14:49:20.563Z","dependency_job_id":"304245e8-0e41-46b0-b719-f6066f9e6ebc","html_url":"https://github.com/jimbrig/pkgdev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jimbrig/pkgdev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fpkgdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fpkgdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fpkgdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fpkgdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimbrig","download_url":"https://codeload.github.com/jimbrig/pkgdev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fpkgdev/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259810839,"owners_count":22915133,"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":["r","r-package","r-package-development","r-stats","tools","utility","workflow"],"created_at":"2024-08-08T02:01:19.927Z","updated_at":"2025-06-14T11:40:01.848Z","avatar_url":"https://github.com/jimbrig.png","language":"JavaScript","readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\",\n  message = FALSE,\n  warning = FALSE\n)\n```\n\n# R Package Developer's Toolkit - `pkgdev`\n\n\u003c!-- badges: start --\u003e\n[![Codecov test coverage](https://codecov.io/gh/jimbrig/pkgdev/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jimbrig/pkgdev?branch=main)\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n\u003c!-- badges: end --\u003e\n\nThe goal of `pkgdev` is to provide the R Package Developer a suite of tools to \nsimplify and aid the various processes involved with creating, developing, \ntesting, maintaining, and overall management of their R Packages.\n\n## Installation\n\nYou can install the development version of `pkgdev` with `pak` like so: [^1]\n\n```r\npak::pak(\"jimbrig/pkgdev\")\n```\n\n## Usage\n\n`pkgdev` comes with many tools out-of-the-box for package developer's in R to quickly \nget started:\n\n### Create a new package\n\nTo create a new R package locally, run `pkgdev::create_pkg()`:\n\n```R\npkgdev::create_pkg(\"myawesomepkg\", pkgdevt_script = TRUE, github = TRUE)\n```\n\nThis will perform the following steps:\n\n1. Create a new directory called `myawesomepkg`\n2. Initialize an RStudio project, `myawesomepkg.Rproj`, within that directory\n3. \n\n\n\n***\n\n[^1]: Similarly, you can install the package using the more common `devtools::install_github()` and `remotes::install_github()`. If you need to install `pak`, install the development version using `install.packages(\"pak\", repos = \"https://r-lib.github.io/p/pak/devel/\")`.\n\n***\n\nJimmy Briggs | \u003cjimmy.briggs@jimbrig.com\u003e | 2022\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Fpkgdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimbrig%2Fpkgdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Fpkgdev/lists"}