pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-lifecycle



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May 31 22:15:17 UTC 2021

Modified Files:
        pkgsrc/devel/R-lifecycle: Makefile distinfo

Log Message:
(devel/R-lifecycle) Updated 0.2.0 to 1.0.0

# lifecycle 1.0.0

* New vignettes:
  * `vignette("stages")` describes the lifecycle stages
  * `vignette("manage")` teaches you how to manage lifecycle changes in
     functions you _use_.
  * `vignette("communicate")` shows how to use lifecycle in functions that
     you _write_.

* In `deprecate_soft()`, `deprecate_warn()`, and `deprecate_stop()`:

  * You can deprecate an argument with `foo(arg)` instead of `foo(arg =)` (#78).
    This syntax is similar in spirit to the formal arguments  of function
    definitions.

  * You can deprecate R6 methods by using `class$method()` (#54).

  * A character vector `details` is now converted into a bulleted list (#55).

  * Messages for non-prefix functions (like "`x<-`()" and "`%>%`()")
    look a little nicer (#95).

  * Manually printed warnings now omit the advice footer (#68).

* Experimental `signal_stage()` can be used to signal that a function is
  experimental or superseded. These signals are not currently hooked up to any
  behaviour, but we'll add tools in a future release (#44).

* `lifecycle_cnd_data()` has been removed; as far as I can tell it wasn't
  used by anyone.


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

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

Modified files:

Index: pkgsrc/devel/R-lifecycle/Makefile
diff -u pkgsrc/devel/R-lifecycle/Makefile:1.1 pkgsrc/devel/R-lifecycle/Makefile:1.2
--- pkgsrc/devel/R-lifecycle/Makefile:1.1       Fri Jul 31 20:11:23 2020
+++ pkgsrc/devel/R-lifecycle/Makefile   Mon May 31 22:15:16 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/07/31 20:11:23 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/31 22:15:16 mef Exp $
 
 R_PKGNAME=     lifecycle
-R_PKGVER=      0.2.0
+R_PKGVER=      1.0.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-lifecycle/distinfo
diff -u pkgsrc/devel/R-lifecycle/distinfo:1.1 pkgsrc/devel/R-lifecycle/distinfo:1.2
--- pkgsrc/devel/R-lifecycle/distinfo:1.1       Fri Jul 31 20:11:23 2020
+++ pkgsrc/devel/R-lifecycle/distinfo   Mon May 31 22:15:16 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/07/31 20:11:23 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/05/31 22:15:16 mef Exp $
 
-SHA1 (R/lifecycle_0.2.0.tar.gz) = 63e1381e0e8a3cb7da9d5a1210076ec5eebeb5b6
-RMD160 (R/lifecycle_0.2.0.tar.gz) = 56d2a3adb8b331e293bedc153eae191581aa8652
-SHA512 (R/lifecycle_0.2.0.tar.gz) = f939b65a7eaaff543ffaf7284b07d551d2f851a1975a17116d7cdd3561dcf2e60d79561912f6e007a3d60c8a4e78727e74a96532f2555a5d6cc365a6f1e1dde5
-Size (R/lifecycle_0.2.0.tar.gz) = 164455 bytes
+SHA1 (R/lifecycle_1.0.0.tar.gz) = 1c96b3fbb9d03dd4c99842226312e5770f8132c1
+RMD160 (R/lifecycle_1.0.0.tar.gz) = 038099bcb72f5c71fc50ea63eb42197563adf3f6
+SHA512 (R/lifecycle_1.0.0.tar.gz) = 603e1889c41b970a10956aff5b547111bd0166de7c6721419d2ea1667ff36202803faa9a0913710993d15e4713227ae8d9801ab26b0f2e54b06d44838de495a4
+Size (R/lifecycle_1.0.0.tar.gz) = 83389 bytes



Home | Main Index | Thread Index | Old Index