r-cran-lifecycle 1.0.1-1 source package in Ubuntu
Changelog
r-cran-lifecycle (1.0.1-1) unstable; urgency=medium * Team Upload. [ Andreas Tille ] * Disable reprotest [ Nilesh Patra ] * Standards-Version: 4.6.0 (routine-update) -- Nilesh Patra <email address hidden> Sat, 09 Oct 2021 18:44:47 +0000
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-lifecycle_1.0.1-1.dsc | 2.1 KiB | cee96e6e44dfbe9e0aa887ea7e2e6886fb57949d6ffa24de47331bb032bd7a76 |
r-cran-lifecycle_1.0.1.orig.tar.gz | 97.4 KiB | 1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0 |
r-cran-lifecycle_1.0.1-1.debian.tar.xz | 2.7 KiB | 98979deb485512009ea78dc9b620577665209f2b69866617e36e4e49f68a221d |
Available diffs
- diff from 0.2.0-2build1 (in Ubuntu) to 1.0.1-1 (106.7 KiB)
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.