Other packages > Find by keyword >

msgr  

Extends Messages, Warnings and Errors by Adding Levels and Log Files
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("msgr", "1.1.2")



Attach the package and use:
library("msgr")
Maintained by
Chad Goymer
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-12-16
Latest Update: 2019-12-16
Description:
Provides new functions info(), warn() and error(), similar to message(), warning() and stop() respectively. However, the new functions can have a 'level' associated with them, so that when executed the global level option determines whether they are shown or not. This allows debug modes, outputting more information. The can also output all messages to a log file.
How to cite:
Chad Goymer (2019). msgr: Extends Messages, Warnings and Errors by Adding Levels and Log Files. R package version 1.1.2, https://cran.r-project.org/web/packages/msgr. Accessed 25 Aug. 2026.
Previous versions and publish date:
No previous versions
Other packages that cited msgr R package
View msgr citation profile
Other R packages that msgr depends, imports, suggests or enhances
Complete documentation for msgr
Functions, R codes and Examples using the msgr R package
Some associated functions: assert . error . error_if . has_names . info . info_if . is_dir . is_file . is_in . is_na . is_readable . is_url . is_writeable . msgr . try_catch . try_map . try_pmap . warn . warn_if . 
Some associated R codes: messages.R . msgr-package.R . on-load.R . predicates.R . try-catch.R .  Full msgr package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

commonsMath  
JAR Files of the Apache Commons Mathematics Library
'Java' JAR files for the Apache Commons Mathematics Library for use by users and other packages. ...
Download / Learn more Package Citations See dependency  
hwep  
Hardy-Weinberg Equilibrium in Polyploids
Inference concerning equilibrium and random mating in autopolyploids. Methods are available to test ...
Download / Learn more Package Citations See dependency  
connectwidgets  
Organize and Curate Your Content Within 'Posit Connect'
A collection of helper functions and 'htmlwidgets' to help publishers curate content collections on ...
Download / Learn more Package Citations See dependency  
missDiag  
Comparing Observed and Imputed Values under MAR and MCAR
Implements the computation of discrepancy statistics summarizing differences between the density of ...
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  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

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