Other packages > Find by keyword >

lifecycle  

Manage the Life Cycle of your Package Functions
View on CRAN: Click here


Download and install lifecycle package within the R console
Install from CRAN:
install.packages("lifecycle")

Install from Github:
library("remotes")
install_github("cran/lifecycle")

Install by package version:
library("remotes")
install_version("lifecycle", "1.0.4")



Attach the package and use:
library("lifecycle")
Maintained by
Lionel Henry
[Scholar Profile | Author Map]
First Published: 2019-08-01
Latest Update: 2023-11-07
Description:
Manage the life cycle of your exported functions with shared conventions, documentation badges, and user-friendly deprecation warnings.
How to cite:
Lionel Henry (2019). lifecycle: Manage the Life Cycle of your Package Functions. R package version 1.0.4, https://cran.r-project.org/web/packages/lifecycle. Accessed 26 Mar. 2025.
Previous versions and publish date:
0.1.0 (2019-08-01 14:50), 0.2.0 (2020-03-06 17:20), 1.0.0 (2021-02-15 16:20), 1.0.1 (2021-09-24 17:30), 1.0.2 (2022-09-09 13:42), 1.0.3 (2022-10-07 11:50)
Other packages that cited lifecycle R package
View lifecycle citation profile
Other R packages that lifecycle depends, imports, suggests or enhances
Complete documentation for lifecycle
Downloads during the last 30 days
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for lifecycle300003500040000450005000055000600006500070000TrendBars

Today's Hot Picks in Authors and Packages

MGL  
Module Graphical Lasso
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency  
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  
photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA