Ben Woodcroft <donttrust...@gmail.com> writes: > * gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add > r-svglite. > --- > gnu/packages/statistics.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index 6f27aa6..b4e810a 100644 > --- a/gnu/packages/statistics.scm > +++ b/gnu/packages/statistics.scm > @@ -598,7 +598,8 @@ legends.") > ("r-plyr" ,r-plyr) > ("r-proto" ,r-proto) > ("r-reshape2" ,r-reshape2) > - ("r-scales" ,r-scales))) > + ("r-scales" ,r-scales) > + ("r-svglite" ,r-svglite))) > (home-page "http://ggplot2.org") > (synopsis "An implementation of the grammar of graphics") > (description
Looks good to me. Thank you! ~~ Ricardo