Skip to content

Commit

Permalink
rainbow2: warning removed for now to avoid revdepcheck test failure i…
Browse files Browse the repository at this point in the history
…n extremeStat (currently using rainbow2)
  • Loading branch information
brry committed May 1, 2019
1 parent c43afb3 commit 5303c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: berryFunctions
Type: Package
Title: Function Collection Related to Plotting and Hydrology
Version: 1.18.1
Version: 1.18.2
Date: 2019-04-29
Imports: grDevices, graphics, stats, utils, abind
Suggests: RColorBrewer, pbapply, knitr, rmarkdown, gstat, RCurl, colorspace
Expand Down
2 changes: 1 addition & 1 deletion R/rainbow2.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ start=0,
end=0.7,
alpha=1)
{
warning("rainbow2 will be removed late 2019. use seqPal instead.")
#warning("rainbow2 will be removed late 2019. use seqPal instead.")
rev(rainbow(n=n, s=s, v=v, start=start, end=end, alpha=alpha))
}

0 comments on commit 5303c7b

Please sign in to comment.