Skip to content

Commit

Permalink
Tutorial vignette
Browse files Browse the repository at this point in the history
Copied the README text to a tutorial vignette. Resolves #3.
  • Loading branch information
mailund committed Feb 5, 2018
1 parent 7156a11 commit abe78fa
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,25 @@

# Session Data files
.RData

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
/*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md
.Rproj.user

.DS_Store

inst/doc
6 changes: 5 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Suggests:
covr,
styler,
lintr,
testthat
testthat,
knitr,
rmarkdown,
magrittr
ByteCompile: true
Encoding: UTF-8
RoxygenNote: 6.0.1
VignetteBuilder: knitr
2 changes: 2 additions & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.html
*.R
Binary file added vignettes/RBT-transformations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit abe78fa

Please sign in to comment.