{"id":14069096,"url":"https://github.com/ropensci/codemetar","last_synced_at":"2025-10-21T19:31:39.487Z","repository":{"id":45164537,"uuid":"86626030","full_name":"ropensci/codemetar","owner":"ropensci","description":"an R package for generating and working with codemeta","archived":false,"fork":false,"pushed_at":"2025-07-28T18:16:54.000Z","size":1733,"stargazers_count":67,"open_issues_count":24,"forks_count":21,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-10-17T08:09:52.878Z","etag":null,"topics":["codemeta","json-ld","metadata","peer-reviewed","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"https://docs.ropensci.org/codemetar","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/ropensci.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","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":"codemeta.json","zenodo":null}},"created_at":"2017-03-29T20:23:39.000Z","updated_at":"2025-10-06T09:21:09.000Z","dependencies_parsed_at":"2023-09-21T19:23:47.787Z","dependency_job_id":"68ee3cb4-e0fb-4b33-ad11-d55ae9bf99e4","html_url":"https://github.com/ropensci/codemetar","commit_stats":{"total_commits":447,"total_committers":38,"mean_commits":"11.763157894736842","dds":0.5302013422818792,"last_synced_commit":"bdd9a29d7eabcc43c3195fe461f884932eba763c"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/ropensci/codemetar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fcodemetar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fcodemetar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fcodemetar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fcodemetar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ropensci","download_url":"https://codeload.github.com/ropensci/codemetar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fcodemetar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280184439,"owners_count":26286833,"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","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["codemeta","json-ld","metadata","peer-reviewed","r","r-package","rstats"],"created_at":"2024-08-13T07:06:36.183Z","updated_at":"2025-10-21T19:31:39.455Z","avatar_url":"https://github.com/ropensci.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  message = FALSE,\n  comment = \"\",\n  fig.path = \"tools/README-\"\n)\n```\n\n# codemetar\n\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/)\n[![R build status](https://github.com/ropensci/codemetar/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/codemetar/actions)\n[![Coverage Status](https://img.shields.io/codecov/c/github/ropensci/codemetar/main.svg)](https://app.codecov.io/github/ropensci/codemetar?branch=main)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/codemetar)](https://cran.r-project.org/package=codemetar)\n[![](https://badges.ropensci.org/130_status.svg)](https://github.com/ropensci/software-review/issues/130)\n[![DOI](https://zenodo.org/badge/86626030.svg)](https://zenodo.org/badge/latestdoi/86626030)\n[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/codemetar)](https://CRAN.R-project.org/package=codemetar)\n\n\nThe [codemeta](https://cran.r-project.org/package=codemeta) package provides a more minimalist approach to generating codemeta based only on DESCRIPTION and CITATION files,\nwhile `codemetar` provides additional abilities to detect metadata from README and GitHub sources, and provide\nmore user feedback, suggestions, and messaging.\n\n\n\n```{r child='man/rmdhunks/goals.Rmd'} \n```\n\n## Why create a codemeta.json for your package?\n\n\n```{r child='man/rmdhunks/whybother.Rmd'} \n```\n\n\n## Create a codemeta.json in one function call\n\n```{r child='man/rmdhunks/example.Rmd'} \n```\n## Keep codemeta.json up-to-date\n\n```{r child='man/rmdhunks/uptodate.Rmd'} \n```\n\n## How to improve your package's codemeta.json?\n\n```{r child='man/rmdhunks/improvecodemetadata.Rmd'} \n```\n\n## Installation and usage requirements\n\n```{r child='man/rmdhunks/install-instructions.Rmd'} \n```\n\n\n```{r child='man/rmdhunks/internet.Rmd'} \n```\n\n\n## Going further\n\nCheck out all the [codemetar man](https://docs.ropensci.org/codemetar/articles/index.html) for tutorials on other cool stuff you can do with codemeta and json-ld.  \n\n```{r child='man/rmdhunks/minimeta.Rmd'} \n```\n\n```{r addscript, results=\"asis\", echo=FALSE}\nglue::glue('\u003cscript type=\"application/ld+json\"\u003e\n      {glue::glue_collapse(readLines(file.path(\"inst\", \"schemaorg.json\")), sep = \"\\n\")}\n    \u003c/script\u003e')\n```\n\n\n[![ropensci_footer](https://ropensci.org/public_images/ropensci_footer.png)](https://ropensci.org)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fcodemetar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fropensci%2Fcodemetar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fcodemetar/lists"}