Skip to content

Commit 0bf8fb7

Browse files
committed
fix: bump version, added cran submission comment
1 parent a402fc3 commit 0bf8fb7

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: ggcoverage
33
Title: Visualize Genome/Protein Coverage with Various Annotations
4-
Version: 1.4.0
4+
Version: 1.4.1
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"),

cran-comments.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Resubmission
22

3+
Update for current submission: We have substantially removed the size of test
4+
files for the examples, reducing overall package size from ~30 Mb to only ~6 Mb.
5+
A further reduction was not possible as the package contains examples for
6+
many different NGS file types.
7+
38
This package has been submitted previously (2023, v0.7.1) and was removed from
49
CRAN due to several issues. In the mean time many functions were re-factored,
510
more than 10 dependencies were removed to make the package lighter, and other
@@ -25,11 +30,10 @@ now builds fine on the tested platforms.
2530
There was 1 NOTE:
2631

2732
```
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+
installed size is 5.8Mb
34+
sub-directories of 1Mb or more:
35+
doc 1.6Mb
36+
extdata 3.0Mb
3337
```
3438

3539
## Downstream dependencies

0 commit comments

Comments
 (0)