Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An R package to write logs.

NotificationsYou must be signed in to change notification settings

dbosak01/logr

Repository files navigation

logr versionlogr lifecyclelogr downloadslogr total downloadsR-CMD-checkCodecov test coverage

Introduction tologr

logr package logo

There are already several logging packages for R. Why create another one?

Because the other logging packages all have something in common: they were builtforR package developers.

What is different about thelogr package isthat it is built fornormal R users: statisticians, analysts, researchers,students, teachers, business people, etc.

Thelogr package is for those people who just need a written record of theirprogram execution. It is designed to be as simple as possible, yet stillproduce a useful and complete log.

There are only three steps to creating alogr log:

  1. Open the log
  2. Print to the log
  3. Close the log

Now this a logging system that anyone can use!

Installation

The easiest way to install thelogr package is to run the followingcommand from your R console:

install.packages("logr")

Then put the following line at the top of your script:

library(logr)

For examples and usageinformation, please visit thelogr documentation sitehere

Introductory Video

For a quick, high-level introduction to thelogr package, please see thefollowing video:

Logr Package Introduction

More information about the package is available on theGetting Started page, andcomplete documentation can be found at theFunction Reference.

Getting Help

If you need help, the first placeto turn to is thelogr web site.

If you want to look at the code for thelogr package, visit thegithub pagehere.

If you encounter a bug or have a feature request, please submit an issuehere.

See Also

Thelogr package is part of thesassy meta-package.Thesassy meta-package includes several packages that help make Reasier for SAS® programmers. You can read more about thesassy packagehere.

About

An R package to write logs.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

 

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp