You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more examples please see the package [vignette](https://s-fleck.github.io/lgr/articles/lgr.html) and [documentation](https://s-fleck.github.io/lgr/)
@@ -125,9 +125,10 @@ Care was taken to choose packages that are slim, stable, have minimal dependenci
125
125
-[gmailr](https://cran.r-project.org/package=gmailr) or [sendmailR](https://cran.r-project.org/package=sendmailR) for email notifications.
126
126
-[RPushbullet](https://github.com/eddelbuettel/rpushbullet) for push notifications.
127
127
-[whoami](https://github.com/r-lib/whoami/blob/master/DESCRIPTION) for guessing the user name from various sources. You can also set the user name manually if you want to use it for logging.
128
-
-[desc](https://CRAN.R-project.org/package=desc) for the package development convenince function `use_logger()`
128
+
-[desc](https://CRAN.R-project.org/package=desc) for the package development convenience function `use_logger()`
129
+
-[yaml](https://CRAN.R-project.org/package=yaml) for configuring loggers via YAML files
129
130
130
-
Other optional dependencies (future, future.apply) do not provide any extra functionallity but had to be included for some of the automated unit tests run by lgr.
131
+
Other optional dependencies (future, future.apply) do not provide any extra functionality but had to be included for some of the automated unit tests run by lgr.
0 commit comments