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 21 Nov. 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

pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
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  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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