Skip to content

Commit 732ffe9

Browse files
committed
added cran-comments.md
1 parent 1102b7a commit 732ffe9

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
^_pkgdown\.yml$
1010
^docs$
1111
^pkgdown$
12+
^cran-comments\.md$

DESCRIPTION

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Package: LoopRig
2-
Title: A toolkit for the integration and analysis of chromatin loop data
3-
Version: 1.0
2+
Title: A Toolkit for the Integration and Analysis of Chromatin Loop Data
3+
Version: 0.1.1
44
Date: 2019-05-28
5+
Authors@R: person("Hassaan Maan", "Developer", role = c("aut", "cre"),
6+
email = "[email protected]")
57
Author: Hassaan Maan
68
Maintainer: Hassaan Maan <[email protected]>
79
Description: LoopRig was developed to address the gap in available R tools for integration of multiple chromatin loop and genomic element datasets. Common coordinate-based workflows involving these datasets are considered and packaged into appropriate customizable functions.
810
Depends:
911
R (>= 3.4.0)
10-
biocViews:
12+
biocViews:
1113
Imports:
1214
GenomicRanges,
1315
IRanges,

LoopRig.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ LaTeX: pdfLaTeX
1515
BuildType: Package
1616
PackageUseDevtools: Yes
1717
PackageInstallArgs: --no-multiarch --with-keep.source
18+
PackageCheckArgs: --as-cran
1819
PackageRoxygenize: rd,collate,namespace,vignette

cran-comments.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Test environments
2+
3+
* ubuntu 18.04 (local), R 3.6.1
4+
* ubuntu 16.04 (travis-ci), R 3.5.3
5+
* ubuntu 16.04 (travis-ci), R 3.6.1
6+
* Mac OS X 10.13.3 (travis-ci) R 3.5.3
7+
* Mac OS X 10.13.3 (travis-ci) R 3.6.1
8+
* Windows Server 2012 R2 x64 (travis-ci) R 3.6.1
9+
* Windows 10 x64 (local) R 3.6.1
10+
11+
## R CMD check results
12+
13+
── R CMD check results ────────────────────────────────────── LoopRig 0.1.1 ────
14+
Duration: 59s
15+
16+
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
17+
18+
R CMD check succeeded

0 commit comments

Comments
 (0)