Skip to content

Commit

Permalink
missing check badge
Browse files Browse the repository at this point in the history
  • Loading branch information
BERENZ committed Nov 5, 2023
1 parent 12e5b2e commit 299d446
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rproj.user/E3DB6272/sources/prop/INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
~%2Fgit%2Fnauka%2Fncn-foreigners%2Fsoftware%2Fblocking%2Ftests%2Ftinytest.R="49387E76"
~%2Fgit%2Fnauka%2Fncn-foreigners%2Fsoftware%2Fblocking%2Fvignettes%2Fv1-deduplication.Rmd="0DDC09E2"
~%2Fgit%2Fnauka%2Fncn-foreigners%2Fsoftware%2Fblocking%2Fvignettes%2Fv2-reclin.Rmd="59CC71B7"
~%2Fgit%2Fnauka%2Fncn-foreigners%2Fsoftware%2Fblocking%2Fvignettes%2Fv3-evaluation.Rmd="412A89DC"
1 change: 1 addition & 0 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
/Users/berenz/git/nauka/ncn-foreigners/software/blocking/tests/tinytest.R="0A24625C"
/Users/berenz/git/nauka/ncn-foreigners/software/blocking/vignettes/v1-deduplication.Rmd="50261E1C"
/Users/berenz/git/nauka/ncn-foreigners/software/blocking/vignettes/v2-reclin.Rmd="101F7D66"
/Users/berenz/git/nauka/ncn-foreigners/software/blocking/vignettes/v3-evaluation.Rmd="2AE4AF89"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/ncn-foreigners/blocking/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ncn-foreigners/blocking/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

# Overview

## Description
Expand Down
19 changes: 19 additions & 0 deletions vignettes/v3-evaluation.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "v3-evaluation"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{v3-evaluation}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

```{r setup}
library(blocking)
```

0 comments on commit 299d446

Please sign in to comment.