pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-units



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 11:52:55 UTC 2021

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

Log Message:
(math/R-units) Updated 0.6.5 to 0.7.1

# version 0.7-1

* allow longer units grouping; #270 addressing #269 @bart1

* fix regression in `set_units` method for `mixed_units` to ensure that
  ordering is preserved; #272 addressing #271

# version 0.7-0

* add `load_units_xml` to enable database reloading as well as loading
  user-provided unit systems; #254 addressing #243, #244

* add `install_unit` and `remove_unit` for adding/removing custom user-defined
  symbols or names, with optional mapping to existing units;
  `install_symbolic_unit`, `remove_symbolic_unit`, `install_conversion_constant`,
  `install_conversion_offset` are deprecated; #261 addressing #89

* add `keep_units`, a helper to apply functions that do not preserve units;
  #255 addressing #252

* fix `as_units("")`, which is now equivalent to `unitless`; #199

* fix plot axes for `plot.formula` and `plot.data.frame`; #213

* fix arithmetic for powers above 1 and below -1; #264

* improve arithmetic of logarithms; #249

* export `ud_are_convertible`; #263 addressing #258 @cregouby

* remove deprecations: `as.units`, `as_cf`, `make_unit`, `parse_unit`; #259

* remove deprecated pre-computed `ud_units` database; #259

# version 0.6-7

* port `isFALSE` to fix regression in old R versions; #230 addressing #229

* fix replacement operation for `units` objects; #233 addressing #232

* fix compatibility with dplyr 1.0; #247 addressing #239

# version 0.6-6

* prettier `str` print for units and mixed units; #228 addressing #227

* add compatibility with upcoming tibble v3.0.0; #225


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-units/Makefile \
    pkgsrc/math/R-units/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-units/Makefile
diff -u pkgsrc/math/R-units/Makefile:1.1 pkgsrc/math/R-units/Makefile:1.2
--- pkgsrc/math/R-units/Makefile:1.1    Sat Aug  8 22:52:57 2020
+++ pkgsrc/math/R-units/Makefile        Sun Jun  6 11:52:55 2021
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.1 2020/08/08 22:52:57 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/06 11:52:55 mef Exp $
 
 R_PKGNAME=     units
-R_PKGVER=      0.6-5
+R_PKGVER=      0.7-1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Measurement Units for R Vectors
 LICENSE=       gnu-gpl-v2
 
+# Packages suggested but not available:
+#  'udunits2', 'NISTunits', 'measurements', 'ggforce'
+
 USE_LANGUAGES+=        c c++
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/math/R-units/distinfo
diff -u pkgsrc/math/R-units/distinfo:1.1 pkgsrc/math/R-units/distinfo:1.2
--- pkgsrc/math/R-units/distinfo:1.1    Sat Aug  8 22:52:57 2020
+++ pkgsrc/math/R-units/distinfo        Sun Jun  6 11:52:55 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2020/08/08 22:52:57 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/06/06 11:52:55 mef Exp $
 
-SHA1 (R/units_0.6-5.tar.gz) = 970efb2a7afbb7693d1d2d1272adc562c46fd28f
-RMD160 (R/units_0.6-5.tar.gz) = b006936f0f9c3b531ed6a4ff1eabf37fcf80e924
-SHA512 (R/units_0.6-5.tar.gz) = 729af00ced12e3394e6742e1db26469170969310fa9dd6c4cb2a9544382cd46575850cf716aa80992dd4634fc62118a47555a2b62fc20c1e84223e7e438209cd
-Size (R/units_0.6-5.tar.gz) = 959970 bytes
+SHA1 (R/units_0.7-1.tar.gz) = 68e4a1cfb436b8b9cd59a0bb540861e3f68d0738
+RMD160 (R/units_0.7-1.tar.gz) = b92f981ff758c8521db4154f7154acc561953e27
+SHA512 (R/units_0.7-1.tar.gz) = 307678082a32212ee8fd15f33f64f32540512ee9473086501ecd5553719dd951b525325d57bb64e9695df67aeb45b57248121a7d53b48dd0367afa54bc6038a0
+Size (R/units_0.7-1.tar.gz) = 854699 bytes
 SHA1 (patch-configure) = f57f2b7187678ba9f0973e2c90dd08d1fe4e752f
 SHA1 (patch-configure.ac) = 6f6dab407646bda4fc25abca4af1c730146a79be



Home | Main Index | Thread Index | Old Index