Skip to content

Commit

Permalink
correct links in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
stolarczyk committed Oct 15, 2020
1 parent fe1c397 commit c334466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/gettingStarted.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vignette: >

# Introduction to `pepr`

`pepr` is the official R package for the [pepkit](http://pepkit.github.io) suite, a collection of tools that interface with *portable encapsulated projects*, or PEPs. [PEP format](http://pep.databio.org/en/latest/) defines a structure for organizing project metadata using a `yaml` file. `pepr` allows you to read any PEP-formatted project metadata (and potentially even actual sample data) into R, providing you a convenient user interface to interact with and share project metadata.
`pepr` is the official R package for the [pepkit](https://pep.databio.org/en/2.0.0/) suite, a collection of tools that interface with *portable encapsulated projects*, or PEPs. [PEP format](https://pep.databio.org/en/2.0.0/) defines a structure for organizing project metadata using a `yaml` file. `pepr` allows you to read any PEP-formatted project metadata (and potentially even actual sample data) into R, providing you a convenient user interface to interact with and share project metadata.

## Installing `pepr`

Expand Down

0 comments on commit c334466

Please sign in to comment.