Skip to content

Commit 5d59fdd

Browse files
authored
Merge pull request #3 from bedapub/devel
Devel
2 parents 58b500a + 4975380 commit 5d59fdd

5 files changed

Lines changed: 191 additions & 7 deletions

File tree

.github/workflows/standard-ci-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
with:
4545
extra-packages: any::rcmdcheck
4646
needs: check
47+
# Skip ribiosArg (not yet on CRAN) and Vennerable (GitHub only)
48+
dependencies: '"hard"'
4749

4850
- uses: r-lib/actions/check-r-package@v2
4951
with:

DESCRIPTION

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,3 @@ LazyLoad: yes
6767
Encoding: UTF-8
6868
RoxygenNote: 7.3.3
6969
VignetteBuilder: knitr
70-
Remotes:
71-
github::bedapub/ribiosUtils,
72-
github::bedapub/ribiosArg,
73-
github::js229/Vennerable

NEWS.md

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
# ribiosPlot 1.3.0
2+
3+
* Initial CRAN submission
4+
* Package prepared for CRAN submission with comprehensive documentation
5+
* Depends on ribiosUtils (on CRAN)
6+
* Optional Vennerable integration for users who install it separately
7+
8+
# ribiosPlot 1.1.30 (2015-08-04)
9+
10+
* Add `royalredgrayblue` and `royalbluegrayred` color palettes
11+
* `plotPCA`: xlim/ylim parameters auto-adjust for text labels
12+
* Add function `getLims` to get xlim/ylim values from vectors
13+
14+
# ribiosPlot 1.1.29 (2015-03-13)
15+
16+
* `compactPar` more flexible to accept and pass parameters to par
17+
18+
# ribiosPlot 1.1.28 (2015-02-03)
19+
20+
* Fix bug in heat function: return (n)
21+
22+
# ribiosPlot 1.1.26 (2015-01-06)
23+
24+
* Add `compactTrellis()` and `setCompactTrellis()` for compact publication figures
25+
* Add function `p2asterisk` to map p values to asterisk symbols
26+
* Use roxygen2 for documentation
27+
28+
# ribiosPlot 1.1.25 (2014-07-30)
29+
30+
* Add function `fcbrewer` for factor-matching colors
31+
* Improved manual pages
32+
* Rename `sqlayout` to `squareLayout`
33+
* Rename `compPar` to `compactPar`
34+
35+
# ribiosPlot 1.1.24 (2014-07-01)
36+
37+
* `biosHeatmap`: cex main size better guessed
38+
39+
# ribiosPlot 1.1.23 (2014-04-28)
40+
41+
* Add `intRange` and `squareLayout`
42+
* `pdf2png` works on UDIS machine
43+
44+
# ribiosPlot 1.1.22 (2014-04-22)
45+
46+
* Add `histMat` to visualize matrices with histograms
47+
* Add `plotPCA`
48+
49+
# ribiosPlot 1.1.20 (2014-01-28)
50+
51+
* Add `qHist` and `xclipHist` histogram functions
52+
53+
# ribiosPlot 1.1.19 (2014-01-23)
54+
55+
* Add ribiosUtils to dependency list
56+
57+
# ribiosPlot 1.1.18 (2014-01-22)
58+
59+
* Add `pdf2png` to convert PDF to PNG
60+
61+
# ribiosPlot 1.1.17 (2013-08-19)
62+
63+
* Add `cyanblackyellow` and `yellowblackyan` color combinations
64+
* Add `jitter.xyplot`
65+
66+
# ribiosPlot 1.1.16 (2013-07-22)
67+
68+
* `brewer.pal.factor` auto-adjusts color palette size
69+
* PCA plotting functions refactored
70+
71+
# ribiosPlot 1.1.15 (2013-02-22)
72+
73+
* Update boxplot.Rscript with improved features
74+
75+
# ribiosPlot 1.1.14 (2012-10-20)
76+
77+
* Add `idev` and `ipdf` functions for plotting in Rscripts
78+
* Add `blackyellowred` and `blackgoldred` color panels
79+
80+
# ribiosPlot 1.1.13 (2012-09-11)
81+
82+
* exprs-boxplot.Rscript: accepts tab-delimited and gct files
83+
84+
# ribiosPlot 1.1.12 (2012-09-10)
85+
86+
* exprs-boxplot.Rscript works with GCT files
87+
88+
# ribiosPlot 1.1.11 (2012-08-22)
89+
90+
* Bug fix: `boundNorm` works with NAs
91+
92+
# ribiosPlot 1.1.10 (2012-06-07)
93+
94+
* Fix typos in `brewer.pal.factor` and `brewer.pal.factorLevels`
95+
96+
# ribiosPlot 1.1.9 (2012-06-06)
97+
98+
* exprs-boxplot.Rscript: handle user-specified ylim values
99+
100+
# ribiosPlot 1.1.8 (2012-05-23)
101+
102+
* Distance function changed from dist to `robustDist`
103+
* Add documentation for color functions
104+
* Substantially updated `biosHeatmap` documentation
105+
106+
# ribiosPlot 1.1.7 (2012-04-30)
107+
108+
* coverage-plot.Rscript feature file improvements
109+
110+
# ribiosPlot 1.1.6 (2012-04-15)
111+
112+
* Add exprs-boxplot.Rscript for command line boxplots
113+
114+
# ribiosPlot 1.1.5 (2012-04-02)
115+
116+
* coverage-plot.Rscript supports sequence annotation
117+
118+
# ribiosPlot 1.1.4 (2012-03-19)
119+
120+
* Add -featurefile option to coverage-plot.Rscript
121+
* Fix partial matching bug in `biosHeatmap`
122+
123+
# ribiosPlot 1.1.3 (2012-03-09)
124+
125+
* Add coverage-plot.Rscript
126+
127+
# ribiosPlot 1.1.2 (2012-02-14)
128+
129+
* biosHeatmap.Rscript uses Ward as default clustering method
130+
131+
# ribiosPlot 1.1.1 (2011-12-08)
132+
133+
* geneset_xyplot.Rscript improvements
134+
135+
# ribiosPlot 1.1.0 (2011-12-02)
136+
137+
* Add `whiteblueblackheat` to three-color palettes
138+
139+
# ribiosPlot 1.0.9 (2011-11-23)
140+
141+
* Add `whiteblack` and `blackwhite` to two-color palettes
142+
143+
# ribiosPlot 1.0.8 (2011-11-22)
144+
145+
* Add `guessWH` function for auto width/height ratio of heatmaps
146+
* Margins automatically determined based on xlab/ylab
147+
148+
# ribiosPlot 1.0.7 (2011-11-17)
149+
150+
* biosHeatmap.Rscript: lwids and lheis options obsolete
151+
152+
# ribiosPlot 1.0.6 (2011-11-16)
153+
154+
* Data import taken over by ribiosIO::read_exprs_matrix
155+
* Long titles wrapped in `biosHeatmap`
156+
157+
# ribiosPlot 1.0.5 (2011-11-15)
158+
159+
* Add Rscript subdirectory for plotting scripts
160+
161+
# ribiosPlot 1.0.4 (2011-11-10)
162+
163+
* Export `colorpanel` function
164+
165+
# ribiosPlot 1.0.3 (2011-10-10)
166+
167+
* Add zlim option to `biosHeatmap`
168+
169+
# ribiosPlot 1.0.2 (2011-10-05)
170+
171+
* Add `turyeb` color palette
172+
173+
# ribiosPlot 1.0.1 (2011-10-04)
174+
175+
* Margins automatically guessed
176+
* Fine tuning of heatmap key plot parameters
177+
178+
# ribiosPlot 1.0.0 (2011-09-20)
179+
180+
* Initial release: refactor visualization functions from ribios package

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
*ribiosPlot*: Data transformation and visualisation
22
===
33

4+
![R-CMD-check badge](https://github.com/bedapub/ribiosPlot/workflows/R-CMD-check/badge.svg)
5+
46
## What is *ribiosPlot*?
57

68
*ribiosPlot* is a R package in the *ribios* suite that assists data transformation and visualization.

cran-comments.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@
88

99
## R CMD check results
1010

11-
0 errors | 0 warnings | 2 notes
11+
0 errors | 0 warnings | 3 notes
1212

1313
### Notes explanation
1414

15-
1. **Unavailable namespace imported from by a ':::' call: 'Vennerable'**
15+
1. **Suggests or Enhances not in mainstream repositories: ribiosArg, Vennerable**
16+
- ribiosArg will be submitted to CRAN after ribiosUtils is accepted
17+
- Vennerable is not on CRAN (maintained on GitHub)
18+
19+
2. **Unavailable namespace imported from by a ':::' call: 'Vennerable'**
1620
The package enhances Vennerable (not on CRAN) with a modified Venn diagram
1721
plotting function. This functionality is optional and protected by
1822
`if(require("Vennerable"))`. Users who don't have Vennerable installed
1923
will simply not have access to this single function.
2024

21-
2. **Possibly unsafe calls: unlockBinding, assignInNamespace**
25+
3. **Possibly unsafe calls: unlockBinding, assignInNamespace**
2226
These calls are used solely within the optional `plotVenn()` function to
2327
patch a layout issue in the Vennerable package. The function is only
2428
called when Vennerable is available and the user explicitly requests

0 commit comments

Comments
 (0)