-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathissues.Rmd
More file actions
31 lines (23 loc) · 1.25 KB
/
issues.Rmd
File metadata and controls
31 lines (23 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: "Issues"
output: html_document
layout: default
---
<div class="panel panel-warning">
<div class="panel-heading">
<i class="fa fa-warning"></i> Before posting questions or submitting an issue
</div>
<div class="panel-body">
Please read
the <a href="{{ site.baseurl}}/documentation.html">documentation</a> and the <a href="{{ site.baseurl}}/faq.html">FAQ</a>.
</div>
</div>
## General help with data cloning related modeling questions
Subscribe to the [dclone-users mailing list](https://groups.google.com/forum/?fromgroups#!forum/dclone-users).
## Issues with software
Submit an issue on GitHub:
* dclone R package: submit an [issue](https://github.com/datacloning/dclone/issues), or a [pull request](https://github.com/datacloning/dclone/pulls).
* dcmle R package: submit an [issue](https://github.com/datacloning/dcmle/issues), or a [pull request](https://github.com/datacloning/dcmle/pulls).
* dcextras R package: submit an [issue](https://github.com/datacloning/dcextras/issues), or a [pull request](https://github.com/datacloning/dcextras/pulls).
## Issues with the website
Please submit an [issue](https://github.com/datacloning/datacloning.github.io/issues) or create a [pull request](https://github.com/datacloning/datacloning.github.io/pulls) on GitHub.