Skip to content

Commit

Permalink
Allowing offline version of vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbaldry committed Jun 4, 2023
1 parent 51978c5 commit 4e738ae
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions vignettes/introduction.Rmd
Expand Up @@ -7,22 +7,17 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

<!-- badges: start -->
[![R-CMD-check](https://github.com/ashbaldry/appler/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ashbaldry/appler/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/ashbaldry/appler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ashbaldry/appler?branch=main)
<!-- badges: end -->

<img src="../man/figures/appler.png" width="120" align="right"/>

```{r setup, include = FALSE}
options(rmarkdown.html_vignette.check_title = FALSE)
library(appler)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
comment = "#>",
eval = !is.null(curl::nslookup("apps.apple.com", error = FALSE))
)
library(appler)
```

## Introduction
Expand Down

0 comments on commit 4e738ae

Please sign in to comment.