{"id":15893083,"url":"https://github.com/ddsjoberg/starter","last_synced_at":"2025-03-20T12:34:01.712Z","repository":{"id":37003602,"uuid":"379085431","full_name":"ddsjoberg/starter","owner":"ddsjoberg","description":"A package to help get new projects started with templates","archived":false,"fork":false,"pushed_at":"2024-10-15T17:14:53.000Z","size":12738,"stargazers_count":25,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-16T23:44:15.593Z","etag":null,"topics":["r","r-package","rstats","template"],"latest_commit_sha":null,"homepage":"http://www.danieldsjoberg.com/starter/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddsjoberg.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-21T23:11:41.000Z","updated_at":"2024-10-15T17:11:43.000Z","dependencies_parsed_at":"2024-03-05T17:02:57.407Z","dependency_job_id":"8ef80251-b3df-41b6-8f9e-6fb1dcce9760","html_url":"https://github.com/ddsjoberg/starter","commit_stats":{"total_commits":116,"total_committers":3,"mean_commits":"38.666666666666664","dds":0.06034482758620685,"last_synced_commit":"f2515961ab7ec68c0e2142ffd78cb1bfd5a8f902"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddsjoberg%2Fstarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddsjoberg%2Fstarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddsjoberg%2Fstarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddsjoberg%2Fstarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddsjoberg","download_url":"https://codeload.github.com/ddsjoberg/starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221766705,"owners_count":16877336,"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","rstats","template"],"created_at":"2024-10-06T08:07:22.486Z","updated_at":"2024-10-28T02:20:37.903Z","avatar_url":"https://github.com/ddsjoberg.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\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) \n```\n\n# starter \u003ca href=\"https://www.danieldsjoberg.com/starter/\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"138\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/ddsjoberg/starter/workflows/R-CMD-check/badge.svg)](https://github.com/ddsjoberg/starter/actions)\n[![Codecov test coverage](https://codecov.io/gh/ddsjoberg/starter/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ddsjoberg/starter?branch=main)\n[![CRAN status](https://www.r-pkg.org/badges/version/starter)](https://CRAN.R-project.org/package=starter)\n\u003c!-- badges: end --\u003e\n\nThe **starter** package provides a toolkit for starting new projects. \n\n## Installation\n\nInstall {starter} from CRAN with:\n\n``` r\ninstall.packages(\"starter\")\n```\n\nInstall the development version of {starter} from [GitHub](https://github.com/ddsjoberg/starter) with:\n\n``` r\n# install.packages('devtools')\ndevtools::install_github(\"ddsjoberg/starter\")\n```\n## Example\n\n```{r}\nlibrary(starter)\n\ncreate_project(\n  path = fs::path(tempdir(), \"My Project Folder\"),\n  open = FALSE # don't open project in new RStudio session\n)\n```\n\n## Example Templates\n\nCheck out examples of starter templates currently being used.\n\n```r\ndevtools::install_github(\"ddsjoberg/bstfun\")\ncreate_project(\n  path = fs::path(tempdir(), \"My Project Folder\"),\n  template = bstfun::project_templates[[\"hot\"]]\n)\n\ncreate_project(\n  path = fs::path(tempdir(), \"My Project Folder\"),\n  template = bstfun::project_templates[[\"default\"]]\n)\n```\n## Code of Conduct\n\nPlease note that the starter project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddsjoberg%2Fstarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddsjoberg%2Fstarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddsjoberg%2Fstarter/lists"}