r-cran-lifecycle 1.0.3+dfsg-1 source package in Ubuntu

Changelog

r-cran-lifecycle (1.0.3+dfsg-1) unstable; urgency=medium

  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)

 -- Andreas Tille <email address hidden>  Tue, 11 Oct 2022 11:54:39 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-lifecycle_1.0.3+dfsg-1.dsc 2.2 KiB 21e16e4b1ef8ca23b5ca00d024ecb842e05c77e7270b2206416079c3343052f3
r-cran-lifecycle_1.0.3+dfsg.orig.tar.xz 60.2 KiB 4b4a4ffbff8b8b32388407484bc494c7139e8532e73f9b66ded68bfcba145bd7
r-cran-lifecycle_1.0.3+dfsg-1.debian.tar.xz 3.0 KiB a8d01554e4a1799770cbe549c9483dc2351bba04eb9902b14ddc6220c310c7f9

Available diffs

No changes file available.

Binary packages built by this source

r-cran-lifecycle: manage the life cycle of your GNU R package functions

 Manage the life cycle of your exported functions with
 shared conventions, documentation badges, and non-invasive
 deprecation warnings. The 'lifecycle' package defines four
 development stages (experimental, maturing, stable, and
 questioning) and three deprecation stages (soft-deprecated,
 deprecated, and defunct). It makes it easy to insert badges
 corresponding to these stages in your documentation. Usage of
 deprecated functions are signalled with increasing levels of
 non-invasive verbosity.