Skip to content

Commit f61e6d2

Browse files
committed
fix: preparation for CRAN submission
1 parent c2a2001 commit f61e6d2

File tree

4 files changed

+55
-4
lines changed

4 files changed

+55
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Type: Package
22
Package: ggcoverage
33
Title: Visualize Genome/Protein Coverage with Various Annotations
4-
Version: 1.3.0
4+
Version: 1.4.0
55
Authors@R: c(
66
person("Yabing", "Song", , "songyb0519@gmail.com", role = c("aut", "cre", "cph")),
77
person("Michael", "Jahn", , "jahn@mpusp.mpg.de", role = c("aut", "cph"),
88
comment = c(ORCID = "0000-0002-3913-153X"))
99
)
10-
Maintainer: Yabing Song <songyb0519@gmail.com>
10+
Maintainer: Michael Jahn <jahn@mpusp.mpg.de>
1111
Description: The goal of 'ggcoverage' is to simplify the process of
1212
visualizing genome/protein coverage. It contains functions to load
1313
data from BAM, BigWig, BedGraph or txt/xlsx files, create

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# ggcoverage 1.4.0
2+
## Major changes
3+
* removed 11 strict dependencies, refactored many functions to work with basic solutions
4+
* formatted all R code with 'styler'
5+
* improved arrow style for genomic features
6+
7+
## Minor changes
8+
* fixed overlapping gene arrows issue
9+
* dont run failing ideogram example check
10+
* fixed unavailable URLS
11+
* use tidy description
12+
113
# ggcoverage 1.3.0
214
## Major changes
315
* Refactored `LoadTrack` function.

cran-comments.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Resubmission
2+
3+
This package has been submitted previously (2023, v0.7.1) and was removed from
4+
CRAN due to several issues. In the mean time many functions were re-factored,
5+
more than 10 dependencies were removed to make the package lighter, and other
6+
problems regarding documentation and style were fixed. Current version 1.4.0
7+
now builds fine on the tested platforms.
8+
9+
## Test environments
10+
11+
### Local
12+
13+
- Ubuntu 22.04
14+
15+
### with Github Actions
16+
17+
- windows-latest (release)
18+
- macOS-latest (release)
19+
- ubuntu-latest (release)
20+
21+
## R CMD check results
22+
23+
0 errors | 0 warnings | 1 note
24+
25+
There was 1 NOTE:
26+
27+
```
28+
❯ checking installed package size ... NOTE
29+
installed size is 31.9Mb
30+
sub-directories of 1Mb or more:
31+
doc 2.2Mb
32+
extdata 28.6Mb
33+
```
34+
35+
## Downstream dependencies
36+
37+
- There are currently no downstream dependencies for this package

vignettes/ggcoverage.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ title: >
33
ggcoverage User Guide
44
author:
55
- name: Yabing Song
6-
affiliation:
7-
- &id1 School of Life Sciences, Tsinghua University
6+
affiliation: School of Life Sciences, Tsinghua University
87
email: songyb18@mails.tsinghua.edu.cn
8+
- name: Michael Jahn
9+
affiliation: Max Planck Unit for the Science of Pathogens, Berlin
10+
email: jahn@mpusp.mpg.de
911
date: "`r BiocStyle::doc_date()`"
1012
package: "`r BiocStyle::pkg_ver('ggcoverage')`"
1113
abstract: >

0 commit comments

Comments
 (0)