- removed local copy of
cardinal_cubic_b_spline.hpp
- Udpated S3 methods to be consistent
- Updated tests to appease Boost (BH)
- Updated Rcpp and BH dependency requirements
- fixed gcc-ASAN valgrind error
- updated interleave code
- validate
na_colour
hex input issue70 - Bug fixed for
na_colour
wheninclude_alpha = FALSE
issue 69
- return interleaved vectors (C++ only)
- patch for failures on rdevel
- removed Boost dates
- running self-contained boost headers
- removed ggplot2 from readme and suggests
- updated
cubic_b_spline
tocardinal_cubic_b_spline
- issue61
get_palette()
for returning 256x3 matrix of colorus- factor-level order maintained in summary
- lists supported
- Added palette row check function inside .hpp files
- BH -DBOOST_NO_AUTO_PTR flag
- [0,1) alpha values treated as percentage issue 37
- Fixed NAs in character summary values issue 42
- Improved handling of Dates in summary values
show_colours()
to plot all colour palettes- added more colour palettes. Use
colour_palettes()
to list them - fix NA values in summary issue 39
- alpha now accepts fewer than 5 values when using a vector
alpha
can accept [0,1) values to indicate a percentageformat
,summary
,n_summaries
arguments for returning summary colours (for use in legends)convert_colours()
function exposed to R to convert between hex-rgb issue 14- speed improvement for internal hex-to-RGB conversion
- speed improvement for
NumericVector
s issue 26 - updated headers with more
inline
statements - Added a
NEWS.md
file to track changes to the package.