Other packages > Find by keyword >

logr  

Creates Log Files
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("logr", "1.3.8")



Attach the package and use:
library("logr")
Maintained by
David Bosak
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-07-01
Latest Update: 2023-06-25
Description:
Contains functions to help create log files. The package aims to overcome the difficulty of the base R sink() command. The log_print() function will print to both the console and the file log, without interfering in other write operations.
How to cite:
David Bosak (2020). logr: Creates Log Files. R package version 1.3.8, https://cran.r-project.org/web/packages/logr. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0.3 (2020-07-01 10:50), 1.0.4 (2020-07-05 00:20), 1.0.5 (2020-07-07 15:00), 1.1.0 (2020-08-10 17:30), 1.1.1 (2020-10-10 07:00), 1.2.1 (2021-01-06 15:50), 1.2.3 (2021-05-15 14:40), 1.2.4 (2021-06-16 16:30), 1.2.5 (2021-07-30 07:00), 1.2.6 (2021-10-04 14:50), 1.2.7 (2021-11-16 17:10), 1.2.8 (2022-01-14 04:32), 1.2.9 (2022-03-08 17:10), 1.3.0 (2022-04-22 22:30), 1.3.1 (2022-06-21 17:30), 1.3.2 (2022-08-06 00:40), 1.3.3 (2022-09-06 14:10), 1.3.4 (2023-06-25 18:10), 1.3.5 (2023-11-09 19:10), 1.3.6 (2024-02-24 23:10), 1.3.7 (2024-04-08 04:12)
Other packages that cited logr R package
View logr citation profile
Other R packages that logr depends, imports, suggests or enhances
Complete documentation for logr
Functions, R codes and Examples using the logr R package
Some associated functions: log_close . log_code . log_open . log_path . log_print . log_status . logr . 
Some associated R codes: logr.R . supplements.R . unicode.R . utilities.R .  Full logr package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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