pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/R-ggExtra



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 20 01:36:24 UTC 2021

Modified Files:
        pkgsrc/graphics/R-ggExtra: Makefile distinfo

Log Message:
(graphics/R-ggExtra) Updated 0.8 to 0.9

# ggExtra 0.9

- Fix #109: using ggMarginal on a plot where geom_point was not the first layer was buggy (#116)
- Add documentation about how to use ggMarginal in R Notebooks or Rmarkdown
- Added support for densigram (density+histogram) plots (#118)
- Lots of internal refactoring (thanks @crew102)
- Fix the "two chunk" requirement for rendering ggMarginalPlots in Rmd (#148)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/R-ggExtra/Makefile \
    pkgsrc/graphics/R-ggExtra/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/R-ggExtra/Makefile
diff -u pkgsrc/graphics/R-ggExtra/Makefile:1.1 pkgsrc/graphics/R-ggExtra/Makefile:1.2
--- pkgsrc/graphics/R-ggExtra/Makefile:1.1      Fri Aug  9 20:56:19 2019
+++ pkgsrc/graphics/R-ggExtra/Makefile  Mon Sep 20 01:36:24 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 20:56:19 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/20 01:36:24 mef Exp $
 
 R_PKGNAME=     ggExtra
-R_PKGVER=      0.8
+R_PKGVER=      0.9
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,6 +16,15 @@ DEPENDS+=    R-miniUI>=0.1.1:../../www/R-mi
 DEPENDS+=      R-shiny>=0.13.0:../../www/R-shiny
 DEPENDS+=      R-shinyjs>=0.5.2:../../www/R-shinyjs
 
+#Packages suggested but not available:
+#  'vdiffr','fontquiver', 'svglite'
+TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/graphics/R-ggExtra/distinfo
diff -u pkgsrc/graphics/R-ggExtra/distinfo:1.1 pkgsrc/graphics/R-ggExtra/distinfo:1.2
--- pkgsrc/graphics/R-ggExtra/distinfo:1.1      Fri Aug  9 20:56:19 2019
+++ pkgsrc/graphics/R-ggExtra/distinfo  Mon Sep 20 01:36:24 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/08/09 20:56:19 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/09/20 01:36:24 mef Exp $
 
-SHA1 (R/ggExtra_0.8.tar.gz) = eec58b0689d5c9fb9b0896e2da98470b39478c0d
-RMD160 (R/ggExtra_0.8.tar.gz) = b692d193d16f800796971803c50d876adf7bce0e
-SHA512 (R/ggExtra_0.8.tar.gz) = 6485fd37048585372c37740a6985dccffa8358a30d0133c49c2462c6a639f54d5b084cad1c9b162d739139c4d3bfa64eead48b2273e1c1d10289f0232fba7d15
-Size (R/ggExtra_0.8.tar.gz) = 292232 bytes
+SHA1 (R/ggExtra_0.9.tar.gz) = aa8025a846d7eb9532794e234378f8f810dde97a
+RMD160 (R/ggExtra_0.9.tar.gz) = 0444f712dd8b99fc41755123d2e3886daec896df
+SHA512 (R/ggExtra_0.9.tar.gz) = a37ecbed3c9f822e7326e9c28dd705dc6defaca44827ead093cf91e4d02b79ffa4176f4fb3307d21bba65e2cc080899c64fd81188984541b9ba56c6a407d62cf
+Size (R/ggExtra_0.9.tar.gz) = 2218518 bytes



Home | Main Index | Thread Index | Old Index