Skip to content

Commit

Permalink
Add CoC
Browse files Browse the repository at this point in the history
  • Loading branch information
mpancia committed Feb 26, 2018
1 parent 6f5fad1 commit 75aecae
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 13 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
^packrat/
^\.Rprofile$
^LICENSE\.md$
^\.github$
25 changes: 25 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Contributor Code of Conduct

As contributors and maintainers of this project, we pledge to respect all people who
contribute through reporting issues, posting feature requests, updating documentation,
submitting pull requests or patches, and other activities.

We are committed to making participation in this project a harassment-free experience for
everyone, regardless of level of experience, gender, gender identity and expression,
sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.

Examples of unacceptable behavior by participants include the use of sexual language or
imagery, derogatory comments or personal attacks, trolling, public or private harassment,
insults, or other unprofessional conduct.

Project maintainers have the right and responsibility to remove, edit, or reject comments,
commits, code, wiki edits, issues, and other contributions that are not aligned to this
Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed
from the project team.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by
opening an issue or contacting one or more of the project maintainers.

This Code of Conduct is adapted from the Contributor Covenant
(http://contributor-covenant.org), version 1.0.0, available at
http://contributor-covenant.org/version/1/0/0/
26 changes: 13 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
Package: rUMLS
Type: Package
Package: rUMLS
Title: An R Interface To The NLM Unified Medical Language System
Version: 0.1.0
Authors@R: person("Matthew", "Pancia", email = "[email protected]", role = c("aut", "cre"))
Description: An R Interface To The NLM Unified Medical Language System.
This package provides search capabilities and functions to interact with the
graphical structure of the Metathesaurus.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
URL: https://github.com/mpancia/rUMLS/
BugReports: https://github.com/mpancia/rUMLS/issues
Imports:
data.tree,
dplyr,
httr,
xml2,
rvest,
data.tree,
magrittr,
rlist,
stringr
URL: https://github.com/mpancia/rUMLS/
BugReports: https://github.com/mpancia/rUMLS/issues
rvest,
stringr,
xml2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
LazyData: TRUE
RoxygenNote: 5.0.1
Collate:
'atoms.R'
Expand All @@ -30,7 +34,3 @@ Collate:
'subsets.R'
'utils.R'
'zzz.R'
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ You need an NLM license in order to use this package. Obtain one at [the NLM sit
* [UMLS Login](https://www.nlm.nih.gov/research/umls/)
* [UMLS Quickstart Login](https://www.nlm.nih.gov/research/umls/quickstart.html)
* [Relationship Type Reference](https://www.nlm.nih.gov/research/umls/knowledge_sources/metathesaurus/release/abbreviations.html)

# Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.

0 comments on commit 75aecae

Please sign in to comment.