Skip to content

Commit

Permalink
Update docs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Feb 19, 2024
1 parent 4175000 commit aa25396
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: docreview
Title: Opinionated Documentation Checking
Version: 0.0.1.9000
Version: 0.0.2
Authors@R:
person(given = "Nic",
family = "Crane",
Expand Down
2 changes: 1 addition & 1 deletion R/cli.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Parse Vignette Results
#'
#' @param vignette_results Output of calling vignette analysis function
#' @param results Output of calling vignette analysis function
#' @param config list containing config settings
#'
#' @keywords internal
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/docreview)](https://cran.r-project.org/package=docreview)
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![R-CMD-check](https://github.com/thisisnic/docreview/workflows/R-CMD-check/badge.svg)](https://github.com/thisisnic/docreview/actions?query=workflow%3AR-CMD-check)
[![codecov](https://codecov.io/gh/thisisnic/docreview/branch/main/graph/badge.svg)](https://codecov.io/gh/thisisnic/docreview)
[![codecov](https://app.codecov.io/gh/thisisnic/docreview/branch/main/graph/badge.svg)](https://app.codecov.io/gh/thisisnic/docreview)
<!-- badges: end -->

_An opinionated package for enhancing your R package documentation._
Expand Down
4 changes: 2 additions & 2 deletions man/vignette_results_display.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa25396

Please sign in to comment.