pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-circular



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Aug 30 12:56:34 UTC 2018

Modified Files:
        pkgsrc/math/R-circular: Makefile distinfo

Log Message:
Update to 0.4.93

Upstream changes:
Version 0.4-91
Fixed a bug in heatmap.circular

Version 0.4-8 2014/08/08
minusPiPlusPi now accepts missing values
Added the start.sep argument to plot.circular and points.circular. Also the internal function PointsCircularRad has changed the API.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/R-circular/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-circular/distinfo

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

Modified files:

Index: pkgsrc/math/R-circular/Makefile
diff -u pkgsrc/math/R-circular/Makefile:1.12 pkgsrc/math/R-circular/Makefile:1.13
--- pkgsrc/math/R-circular/Makefile:1.12        Sat Jul 28 14:40:47 2018
+++ pkgsrc/math/R-circular/Makefile     Thu Aug 30 12:56:34 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/07/28 14:40:47 brook Exp $
+# $NetBSD: Makefile,v 1.13 2018/08/30 12:56:34 wen Exp $
 
 CATEGORIES=    math
 
@@ -8,10 +8,12 @@ COMMENT=      Circular Statistics, from "Topi
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     circular
-R_PKGVER=      0.4-7
+R_PKGVER=      0.4-93
 
 USE_LANGUAGES= fortran c
 
+DEPENDS+=      R-mvtnorm>=0:../../math/R-mvtnorm
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/R-circular/distinfo
diff -u pkgsrc/math/R-circular/distinfo:1.4 pkgsrc/math/R-circular/distinfo:1.5
--- pkgsrc/math/R-circular/distinfo:1.4 Tue Nov  3 23:33:28 2015
+++ pkgsrc/math/R-circular/distinfo     Thu Aug 30 12:56:34 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 23:33:28 agc Exp $
+$NetBSD: distinfo,v 1.5 2018/08/30 12:56:34 wen Exp $
 
-SHA1 (R/circular_0.4-7.tar.gz) = 8ea66b61caee8050c59ad042b4749d38b2241965
-RMD160 (R/circular_0.4-7.tar.gz) = 464ae35414fb930531f512e78864db4425bd6c26
-SHA512 (R/circular_0.4-7.tar.gz) = d646de5044f2b558c99d8ddee5eda01fe7bccf993a229d6fc591016f95107e193fbf8f54932b1410742aff7bb9357e105f57816878d2bb7b6f62fe44039b89ad
-Size (R/circular_0.4-7.tar.gz) = 181031 bytes
+SHA1 (R/circular_0.4-93.tar.gz) = e3d6bf4a2a318770df32fb1676629ed160c35049
+RMD160 (R/circular_0.4-93.tar.gz) = 84c8a836971ed7e9eb2dbbe9d41c24d79c8adb5c
+SHA512 (R/circular_0.4-93.tar.gz) = a345ecd43fa4f4fbb53e54e0830004c685f5e6dd5cd63bf6e15db265b63b0b522d8321a3f40540dd172919a4a2709ef5fa3e07932bd6d0bb1f25c2152e54e1ee
+Size (R/circular_0.4-93.tar.gz) = 180959 bytes



Home | Main Index | Thread Index | Old Index