{"id":14066490,"url":"https://github.com/epiverse-trace/packagetemplate","last_synced_at":"2025-07-26T05:31:38.431Z","repository":{"id":59840098,"uuid":"539560855","full_name":"epiverse-trace/packagetemplate","owner":"epiverse-trace","description":"Template of an R package with standard Epiverse-TRACE automation","archived":false,"fork":false,"pushed_at":"2024-11-01T17:13:39.000Z","size":4903,"stargazers_count":7,"open_issues_count":15,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-01T18:19:50.221Z","etag":null,"topics":["github-template","r","r-package","template-repository"],"latest_commit_sha":null,"homepage":"https://github.com/epiverse-trace/packagetemplate/wiki","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/epiverse-trace.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.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":null}},"created_at":"2022-09-21T15:35:17.000Z","updated_at":"2024-11-01T17:11:02.000Z","dependencies_parsed_at":"2024-02-07T11:27:12.672Z","dependency_job_id":"e6e2efe8-a255-42b9-9b69-aed149787ded","html_url":"https://github.com/epiverse-trace/packagetemplate","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiverse-trace%2Fpackagetemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiverse-trace%2Fpackagetemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiverse-trace%2Fpackagetemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiverse-trace%2Fpackagetemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epiverse-trace","download_url":"https://codeload.github.com/epiverse-trace/packagetemplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227652601,"owners_count":17799229,"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":["github-template","r","r-package","template-repository"],"created_at":"2024-08-13T07:05:07.732Z","updated_at":"2025-07-26T05:31:38.416Z","avatar_url":"https://github.com/epiverse-trace.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\u003c!-- The code to render this README is stored in .github/workflows/render-readme.yaml --\u003e\n\u003c!-- Variables marked with double curly braces will be transformed beforehand: --\u003e\n\u003c!-- - `packagename` is extracted from the DESCRIPTION file --\u003e\n\u003c!-- - `gh_repo` is extracted via a special environment variable in GitHub Actions --\u003e\n\u003c!-- Having these variables allow us to re-use this the same README template across repos --\u003e\n\u003c!-- without ever hardcoding repo-specific elements. --\u003e\n\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# {{ packagename }} \u003cimg src=\"man/figures/logo.svg\" align=\"right\" width=\"120\" alt=\"\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)\n[![R-CMD-check](https://github.com/{{ gh_repo }}/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/{{ gh_repo }}/actions/workflows/R-CMD-check.yaml)\n[![Codecov test coverage](https://codecov.io/gh/{{ gh_repo }}/branch/main/graph/badge.svg)](https://app.codecov.io/gh/{{ gh_repo }}?branch=main)\n[![lifecycle-concept](https://raw.githubusercontent.com/reconverse/reconverse.github.io/master/images/badge-concept.svg)](https://www.reconverse.org/lifecycle.html#concept) \n\u003c!-- badges: end --\u003e\n\n{{ packagename }} provides functions to ....\n\n\u003c!-- This sentence is optional and can be removed --\u003e\n{{ packagename }} is developed at the [CENTER|similar](url) at the [UNIVERSITY|similar](url) as part of the [Epiverse-TRACE program](https://data.org/initiatives/epiverse/).\n\n## Installation\n\nYou can install the development version of {{ packagename }} from\n[GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"pak\")\npak::pak(\"{{ gh_repo }}\")\n```\n\n## Example\n\nThese examples illustrate some of the current functionalities\n\n\n## Development\n\n### Lifecycle\n\nThis package is currently a *concept*, as defined by the [RECON software\nlifecycle](https://www.reconverse.org/lifecycle.html). This means that essential\nfeatures and mechanisms are still being developed, and the package is not ready\nfor use outside of the development team.\n\n### Contributions\n\nContributions are welcome via [pull requests](https://github.com/{{ gh_repo }}/pulls).\n\n### Related projects\n\nThis project is related to other existing projects in R or other languages, but also differs from them in the following aspects:\n\n\n### Code of Conduct\n\nPlease note that the {{ packagename }} project is released with a \n[Contributor Code of Conduct](https://github.com/epiverse-trace/.github/blob/main/CODE_OF_CONDUCT.md).\nBy contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepiverse-trace%2Fpackagetemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepiverse-trace%2Fpackagetemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepiverse-trace%2Fpackagetemplate/lists"}