Skip to content

Commit 4ca4ec1

Browse files
committed
Initial commit
0 parents  commit 4ca4ec1

File tree

67 files changed

+9807
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+9807
-0
lines changed

.Rbuildignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
^.*\.Rproj$
2+
^\.Rproj\.user$
3+
^data-raw$
4+
dev_history.R
5+
^dev$
6+
$run_dev.*
7+
^LICENSE\.md$

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata

BIC-megaplot.Rproj

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX
14+
15+
AutoAppendNewline: Yes
16+
StripTrailingWhitespace: Yes

CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @BodoKirsch and @stjeske will be requested for
2+
# review when someone opens a pull request.
3+
* @BodoKirsch @stjeske

CODE_OF_CONDUCT.md

+128
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our
6+
community a harassment-free experience for everyone, regardless of age, body
7+
size, visible or invisible disability, ethnicity, sex characteristics, gender
8+
identity and expression, level of experience, education, socio-economic status,
9+
nationality, personal appearance, race, religion, or sexual identity and
10+
orientation.
11+
12+
We pledge to act and interact in ways that contribute to an open, welcoming,
13+
diverse, inclusive, and healthy community.
14+
15+
## Our Standards
16+
17+
Examples of behavior that contributes to a positive environment for our
18+
community include:
19+
20+
* Demonstrating empathy and kindness toward other people
21+
* Being respectful of differing opinions, viewpoints, and experiences
22+
* Giving and gracefully accepting constructive feedback
23+
* Accepting responsibility and apologizing to those affected by our mistakes,
24+
and learning from the experience
25+
* Focusing on what is best not just for us as individuals, but for the overall
26+
community
27+
28+
Examples of unacceptable behavior include:
29+
30+
* The use of sexualized language or imagery, and sexual attention or
31+
advances of any kind
32+
* Trolling, insulting or derogatory comments, and personal or political attacks
33+
* Public or private harassment
34+
* Publishing others' private information, such as a physical or email
35+
address, without their explicit permission
36+
* Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
38+
39+
## Enforcement Responsibilities
40+
41+
Community leaders are responsible for clarifying and enforcing our standards
42+
of acceptable behavior and will take appropriate and fair corrective action in
43+
response to any behavior that they deem inappropriate, threatening, offensive,
44+
or harmful.
45+
46+
Community leaders have the right and responsibility to remove, edit, or reject
47+
comments, commits, code, wiki edits, issues, and other contributions that are
48+
not aligned to this Code of Conduct, and will communicate reasons for moderation
49+
decisions when appropriate.
50+
51+
## Scope
52+
53+
This Code of Conduct applies within all community spaces, and also applies
54+
when an individual is officially representing the community in public spaces.
55+
Examples of representing our community include using an official e-mail
56+
address, posting via an official social media account, or acting as an appointed
57+
representative at an online or offline event.
58+
59+
## Enforcement
60+
61+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62+
reported to the community leaders responsible for enforcement at [INSERT CONTACT
63+
METHOD]. All complaints will be reviewed and investigated promptly and fairly.
64+
65+
All community leaders are obligated to respect the privacy and security of the
66+
reporter of any incident.
67+
68+
## Enforcement Guidelines
69+
70+
Community leaders will follow these Community Impact Guidelines in determining
71+
the consequences for any action they deem in violation of this Code of Conduct:
72+
73+
### 1. Correction
74+
75+
**Community Impact**: Use of inappropriate language or other behavior deemed
76+
unprofessional or unwelcome in the community.
77+
78+
**Consequence**: A private, written warning from community leaders, providing
79+
clarity around the nature of the violation and an explanation of why the
80+
behavior was inappropriate. A public apology may be requested.
81+
82+
### 2. Warning
83+
84+
**Community Impact**: A violation through a single incident or series of
85+
actions.
86+
87+
**Consequence**: A warning with consequences for continued behavior. No
88+
interaction with the people involved, including unsolicited interaction with
89+
those enforcing the Code of Conduct, for a specified period of time. This
90+
includes avoiding interactions in community spaces as well as external channels
91+
like social media. Violating these terms may lead to a temporary or permanent
92+
ban.
93+
94+
### 3. Temporary Ban
95+
96+
**Community Impact**: A serious violation of community standards, including
97+
sustained inappropriate behavior.
98+
99+
**Consequence**: A temporary ban from any sort of interaction or public
100+
communication with the community for a specified period of time. No public or
101+
private interaction with the people involved, including unsolicited interaction
102+
with those enforcing the Code of Conduct, is allowed during this period.
103+
Violating these terms may lead to a permanent ban.
104+
105+
### 4. Permanent Ban
106+
107+
**Community Impact**: Demonstrating a pattern of violation of community
108+
standards, including sustained inappropriate behavior, harassment of an
109+
individual, or aggression toward or disparagement of classes of individuals.
110+
111+
**Consequence**: A permanent ban from any sort of public interaction within the
112+
community.
113+
114+
## Attribution
115+
116+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
117+
version 2.0,
118+
available at https://www.contributor-covenant.org/version/2/0/
119+
code_of_conduct.html.
120+
121+
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122+
enforcement ladder](https://github.com/mozilla/diversity).
123+
124+
[homepage]: https://www.contributor-covenant.org
125+
126+
For answers to common questions about this code of conduct, see the FAQ at
127+
https://www.contributor-covenant.org/faq. Translations are available at https://
128+
www.contributor-covenant.org/translations.

CONTRIBUTING.md

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
# Contribution Guidelines
2+
3+
## Pull requests are always welcome
4+
5+
We're trying very hard to keep our systems simple, lean and focused. We don't want them to be everything for everybody. This means that we might decide
6+
against incorporating a new request.
7+
8+
9+
## Create issues...
10+
11+
Any significant change should be documented as a GitHub issue before anybody starts working on it.
12+
13+
14+
### ...but check for existing issues first!
15+
16+
Please take a moment to check that an issue doesn't already exist documenting your request. If it does, it never hurts to add a quick "+1" or "I need this too". This will help prioritize the most common requests.
17+
18+
19+
## Conventions
20+
21+
Fork the repository and make changes on your fork on a branch:
22+
23+
1. Create the right type of issue (defect, enhancement, test, etc)
24+
2. Name the branch N-something where N is the number of the issue.
25+
26+
Note that the maintainers work on branches in this repository.
27+
28+
Work hard to ensure your pull request is valid. This includes code quality, clear naming, and including unit tests. Please read the Code Of Conduct at the bottom of this file.
29+
30+
Pull request descriptions should be as clear as possible and include a reference to all the issues that they address. In GitHub, you can reference an
31+
issue by adding a line to your commit description that follows the format:
32+
33+
`Fixes #N`
34+
35+
where N is the issue number.
36+
37+
38+
## Merge approval
39+
40+
Repository maintainers will review the pull request and make sure it provides the appropriate level of code quality & correctness.
41+
42+
43+
44+
## How are decisions made?
45+
46+
Short answer: with pull requests to this repository.
47+
48+
All decisions, big and small, follow the same 3 steps:
49+
50+
1. Open a pull request. Anyone can do this.
51+
52+
2. Discuss the pull request. Anyone can do this.
53+
54+
3. Accept or refuse a pull request. The relevant maintainers do this (see below "Who decides what?")
55+
56+
1. Accepting pull requests
57+
58+
1. If the pull request appears to be ready to merge, approve it.
59+
60+
2. If the pull request has some small problems that need to be changed, make a comment addressing the issues.
61+
62+
3. If the changes needed to a PR are small, you can add a "LGTM once the following comments are addressed..." this will reduce needless back and forth.
63+
64+
4. If the PR only needs a few changes before being merged, any MAINTAINER can make a replacement PR that incorporates the existing commits and fixes the problems before a fast track merge.
65+
66+
2. Closing pull requests
67+
68+
1. If a PR appears to be abandoned, after having attempted to contact the original contributor, then a replacement PR may be made. Once the replacement PR is made, any contributor may close the original one.
69+
70+
2. If you are not sure if the pull request implements a good feature or you do not understand the purpose of the PR, ask the contributor to provide more documentation. If the contributor is not able to adequately explain the purpose of the PR, the PR may be closed by any MAINTAINER.
71+
72+
3. If a MAINTAINER feels that the pull request is sufficiently architecturally flawed, or if the pull request needs significantly more design discussion before being considered, the MAINTAINER should close the pull request with a short explanation of what discussion still needs to be had. It is important not to leave such pull requests open, as this will waste both the MAINTAINER's time and the contributor's time. It is not good to string a contributor on for weeks or months, having them make many changes to a PR that will eventually be rejected.
73+
74+
75+
## Who decides what?
76+
77+
All decisions are pull requests, and the relevant maintainers make decisions by accepting or refusing pull requests. Review and acceptance by anyone is
78+
denoted by adding a comment in the pull request: `LGTM`. However, only currently listed `MAINTAINERS` are counted towards the required majority.
79+
80+
The maintainers will be listed in the MAINTAINER file, all these people will be in the employment of Bayer.
81+
82+
83+
## I'm a maintainer, should I make pull requests too?
84+
85+
Yes. Nobody should ever push to master directly. All changes should be made through a pull request.
86+
87+
## Code Of Conduct
88+
89+
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.
90+
91+
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.
92+
93+
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.
94+
95+
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.
96+
97+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
98+
99+
This Code of Conduct is adapted from the Contributor Covenant, version 1.0.0, available at https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html

DESCRIPTION

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
Package: megaplots
2+
Title: A 'shiny' Application for Pattern Detection
3+
Version: 1.1.2
4+
Authors@R: c(
5+
person("Madhurima", "Majumder", role = "aut"),
6+
person("Susanne", "Lippert", role = "aut"),
7+
person("Bastian", "Becker", role = "aut"),
8+
person("Steffen", "Jeske", , "[email protected]", role = c("cre", "aut")),
9+
person("Svenja", "Jedhoff", role = "aut"),
10+
person("Silke", "Janitza", role = "aut"),
11+
person("Hermann", "Kulmann", role = "aut")
12+
)
13+
Description: Depicts individual study courses per day. Pre-specified
14+
events on certain days, for example drug intake, efficacy, or safety
15+
events, are indicated by different symbols. The detection of patterns
16+
in the data or the temporal connection of study procedures and outcome
17+
events is supported by several functions, such as sorting, grouping,
18+
and changing the complexity of the graphical display.
19+
License: GPL (>= 3)
20+
Depends:
21+
R (>= 3.5.0)
22+
Imports:
23+
colourpicker,
24+
config,
25+
dplyr,
26+
DT,
27+
golem,
28+
graphics,
29+
plyr,
30+
RColorBrewer,
31+
reshape2,
32+
rlang,
33+
seriation,
34+
shiny,
35+
shinycssloaders,
36+
shinydashboard,
37+
shinyjqui,
38+
shinyjs,
39+
shinyWidgets,
40+
stats,
41+
stringr,
42+
magrittr,
43+
tidyr,
44+
TraMineR,
45+
utils
46+
Encoding: UTF-8
47+
LazyData: true
48+
RoxygenNote: 7.2.3
49+
Suggests:
50+
testthat (>= 3.0.0)
51+
Config/testthat/edition: 3

0 commit comments

Comments
 (0)