Skip to content

Commit

Permalink
Merge pull request #147 from carpentries/release-pegboard-0.7.3
Browse files Browse the repository at this point in the history
release version 0.7.3
  • Loading branch information
zkamvar committed Nov 22, 2023
2 parents a647628 + 7a1ea65 commit 1bc5753
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 68 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pegboard
Title: Explore and Manipulate Markdown Curricula from the Carpentries
Version: 0.7.2.9000
Version: 0.7.3
Authors@R: c(
person(given = "Zhian N.",
family = "Kamvar",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pegboard 0.7.2.9000 (unreleased)
# pegboard 0.7.3 (2023-11-22)

## DOCUMENTATION

Expand Down
12 changes: 5 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![pegboard status badge](https://carpentries.r-universe.dev/badges/pegboard)](https://carpentries.r-universe.dev)
[![R-CMD-check status](https://github.com/carpentries/pegboard/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/carpentries/pegboard/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/carpentries/pegboard/branch/main/graph/badge.svg)](https://codecov.io/gh/carpentries/pegboard?branch=main)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/pegboard)](https://CRAN.R-project.org/package=pegboard)
[![Codecov test coverage](https://codecov.io/gh/carpentries/pegboard/branch/main/graph/badge.svg)](https://codecov.io/gh/carpentries/pegboard?branch=main)
[![R build status](https://github.com/carpentries/pegboard/workflows/R-CMD-check/badge.svg)](https://github.com/carpentries/pegboard/actions)
[![R-CMD-check](https://github.com/carpentries/pegboard/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/carpentries/pegboard/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

> [pegboard] is tempered hardboard which is pre-drilled with evenly spaced
Expand Down Expand Up @@ -51,9 +50,10 @@ package:

- Episode: stores the xml content of a single Markdown or R Markdown file.
This extends the the [`tinkr::yarn`
class](https://docs.ropensci.org/tinkr/reference/yarn.html).
class](https://docs.ropensci.org/tinkr/reference/yarn.html). See
`vignette("intro-episode", package = "pegboard")` for more info.
- Lesson: stores all publishable markdown content as `Episodes` within a
lesson
lesson. See `vignette("intro-episode", package = "pegboard")` for more info.

One simple usage is getting a summary of the content of an episode. Let's
investigate the contents of [the "Episode Structure"
Expand Down Expand Up @@ -85,8 +85,6 @@ div <- ep$validate_divs()
str(div, max.level = 1)
```



## Installation

{pegboard} is not currently on CRAN, but it can be installed from our
Expand Down
Loading

0 comments on commit 1bc5753

Please sign in to comment.