Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
added contributors
Browse files Browse the repository at this point in the history
this adds the website contributors as detailed in #85
  • Loading branch information
samshaffer97 committed May 31, 2019
1 parent 5a3bdc7 commit d234792
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 1,5 @@
FROM rocker/verse:3.5.2

RUN install2.r DiagrammeR
RUN install2.r usethis

11 changes: 11 additions & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -680,5 680,16 @@ If you are using a Windows machine, you may consider the following alternatives

There is no guarantee that any of these alternatives or links will work for you; you will have to research them on your own.

## Contributors

A big **Thank You** to all contributors (in alphabetical order by username:

```{r echo=FALSE,results="asis",message=FALSE, include=FALSE}
contribs <- usethis::use_tidy_thanks()
```

```{r results='asis'}
paste0("[",contribs,"]","(github.com/",contribs,")")
```

## References

0 comments on commit d234792

Please sign in to comment.