* cosmo theme with custom colors based on teal/pink/black from hex sticker * set favicon (based on hex canvas), image, site-url * use navbar for main navigation and sidebar only in reference * forgot to add favicon.png * reorganize reference in navbar+sidebar, use ALTDOC_* variables which are available * nest plot types * use white instead of pink in navbar, add border-bottom for hovered/selected links * add mcanouil/iconify extension for bsky icon * streamline left navbar (collapse Articles and About), add bsky and mastodon to right navbar * move hex sticker out of h1 title so that it isn't duplicated in the toc; some further minor tweaks in links/badges * Updated top navigation design (text logo + background), added logo + sticker (#411) * Handle xmin/xmax/ymin/ymax along with model.frame (#403) * handle xmin/xmax/ymin/ymax along with model.frame * turn facet into a formula if it does not evaluate successfully * document min/max processing in NEWS and ?tinyplot * typo * use formula-based syntax for pointrange/errorbar * run devtools::document * Support manual breaks (`x/yaxb`) (#400) * support xaxb/yaxb * smol example * add test * news * vincent comment * fix spineplot ylevels bug (#404) * achim's comment - spineplot integration * minor doc fix * news * Add warnings and documentation for adding to faceted plots (#407) * only save pars when add == FALSE * Positron warning * document limitations * typos * feat: Added 'tinyplot' writing (font Roboto Condensed) to top navigation, added background (dots) inspired by the logo. In addition, vectorized the logo and added the original (Inkscape SVG) as well as a sticker version (plain SVG) in the new 'inst' folder. --------- Co-authored-by: Achim Zeileis <Achim.Zeileis@R-project.org> Co-authored-by: Grant McDermott <grant.mcdermott@gmail.com> * switch order of NEWS and Citation * increase depends to R 4.1.0 due function shorthand (would be added by R CMD build with a warning) * add CITATION file, currently just based on package DESCRIPTION but using the CRAN DOI (rather than another URL) * Include improved version of logo in web package - altdoc page includes both logo.svg (vector graphic) and logo.png (500x578) - zoomed-in favicon in higher resolution (500x500) - README uses online logo from grantmcdermott.com (works only after first publication) - drop low-resolution version of old logo from man/figures/ --------- Co-authored-by: Grant McDermott <grant.mcdermott@gmail.com> Co-authored-by: Reto Stauffer <reto.stauffer@uibk.ac.at>