diff --git a/DESCRIPTION b/DESCRIPTION index 3d7a99b..71b053c 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: repometrics Title: Metrics for Your Code Repository -Version: 0.1.2.036 +Version: 0.1.2.037 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 e954185..2a26ca6 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/repometrics", "issueTracker": "https://github.com/ropensci-review-tools/repometrics/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.2.036", + "version": "0.1.2.037", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/repometrics_dashboard.Rd b/man/repometrics_dashboard.Rd new file mode 100644 index 0000000..8b25ed5 --- /dev/null +++ b/man/repometrics_dashboard.Rd @@ -0,0 +1,26 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/quarto-dashboard.R +\name{repometrics_dashboard} +\alias{repometrics_dashboard} +\title{Start quarto dashboard with results of main \link{repometrics_data} +function.} +\usage{ +repometrics_dashboard(data, action = "preview") +} +\arguments{ +\item{data}{Results of main \link{repometrics_data} function applied +to one package.} + +\item{action}{One of "preview", to start and open a live preview of the +dashboard website, or "render" to render a static version without previewing +or opening.} +} +\value{ +(Invisibly) Path to main "index.html" document of quarto site. Note +that the site must be served with \code{action = "preview"}, and will not work by +simply opening this "index.html" file. +} +\description{ +Start quarto dashboard with results of main \link{repometrics_data} +function. +}