From 7f335550c5a70b4355d933d7c440c52baa6fbfc6 Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 16 Sep 2024 18:30:39 +0200 Subject: [PATCH] add missing man file --- DESCRIPTION | 2 +- codemeta.json | 2 +- man/srr_counts_from_report.Rd | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 man/srr_counts_from_report.Rd diff --git a/DESCRIPTION b/DESCRIPTION index 301fd94..c205195 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: roreviewapi Title: Plumber API to report package structure and function -Version: 0.1.0.054 +Version: 0.1.0.055 Authors@R: person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/codemeta.json b/codemeta.json index 2e50885..bb100a0 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/roreviewapi", "issueTracker": "https://github.com/ropensci-review-tools/roreviewapi/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.0.054", + "version": "0.1.0.055", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/srr_counts_from_report.Rd b/man/srr_counts_from_report.Rd new file mode 100644 index 0000000..3ac5160 --- /dev/null +++ b/man/srr_counts_from_report.Rd @@ -0,0 +1,29 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/srr.R +\name{srr_counts_from_report} +\alias{srr_counts_from_report} +\title{Extract final counts of 'srr' standards from the report} +\usage{ +srr_counts_from_report(srr_rep) +} +\arguments{ +\item{srr_rep}{An 'srr' report generated by the \code{srr::srr_report()} function.} +} +\value{ +Character vector with markdown-formatted summary summary of numbers +of standards complied with. +} +\description{ +Extract final counts of 'srr' standards from the report +} +\seealso{ +Other ropensci: +\code{\link{check_issue_template}()}, +\code{\link{is_user_authorized}()}, +\code{\link{push_to_gh_pages}()}, +\code{\link{readme_has_peer_review_badge}()}, +\code{\link{srr_counts}()}, +\code{\link{srr_counts_summary}()}, +\code{\link{stats_badge}()} +} +\concept{ropensci}