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 18 Feb. 2025.
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

RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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