From d8573c96e9381df997fd989effbe984a6e2ae9e4 Mon Sep 17 00:00:00 2001
From: Jonathan Callahan Callahan J (2023).
MazamaCoreUtils: Utility Functions for Production R Code.
-R package version 0.4.15, https://github.com/MazamaScience/MazamaCoreUtils.
+R package version 0.4.16, https://github.com/MazamaScience/MazamaCoreUtils.
Working example logger.trace("Continue processing ...")
}, silent = TRUE)
-#> TRACE [2023-07-04 12:02:56] class(userInput) = numeric
-#> TRACE [2023-07-04 12:02:56] Continue processing ...
+#> TRACE [2023-08-29 14:06:57] class(userInput) = numeric
+#> TRACE [2023-08-29 14:06:57] Continue processing ...
# ----- Example 2: bad user input ---------------------------------------------
try({
@@ -282,8 +282,8 @@
Working example logger.trace("Continue processing ...") # we don't get here
}, silent = TRUE)
-#> TRACE [2023-07-04 12:02:56] class(userInput) = character
-#> ERROR [2023-07-04 12:02:56] Error in log(x) : non-numeric argument to mathematical function
+#> TRACE [2023-08-29 14:06:57] class(userInput) = character
+#> ERROR [2023-08-29 14:06:57] Error in log(x) : non-numeric argument to mathematical function
# ----- Example 3: bad user input, custom error message -----------------------
try({
@@ -297,8 +297,8 @@
Working example logger.trace("Continue processing ...") # we don't get here
}, silent = TRUE)
-#> TRACE [2023-07-04 12:02:56] class(userInput) = character
-#> ERROR [2023-07-04 12:02:56] Unable to process user input
+#> TRACE [2023-08-29 14:06:57] class(userInput) = character
+#> ERROR [2023-08-29 14:06:57] Unable to process user input
diff --git a/docs/articles/index.html b/docs/articles/index.html
index bf3b1af..f847ade 100644
--- a/docs/articles/index.html
+++ b/docs/articles/index.html
@@ -17,7 +17,7 @@
diff --git a/docs/articles/logging.html b/docs/articles/logging.html
index e6d2f0d..a37e7ff 100644
--- a/docs/articles/logging.html
+++ b/docs/articles/logging.html
@@ -33,7 +33,7 @@
@@ -257,31 +257,31 @@
A Logging Example
ERROR.log
-
+#> ERROR [2023-07-04 12:02:57] NO ERRORS
#> ERROR [2023-08-29 14:06:58] NO ERRORS
INFO.log
-#> INFO [2023-07-04 12:02:57] Begin loggingExample ...
-#> WARN [2023-07-04 12:02:57] Oops: object 'flog.appender' not found
-#> ERROR [2023-07-04 12:02:57] NO ERRORS
-#> INFO [2023-07-04 12:02:57] Successfully completed loggingExample
-#> INFO [2023-07-04 12:02:57]
+
#> INFO [2023-08-29 14:06:58] Begin loggingExample ...
+#> WARN [2023-08-29 14:06:58] Oops: object 'flog.appender' not found
+#> ERROR [2023-08-29 14:06:58] NO ERRORS
+#> INFO [2023-08-29 14:06:58] Successfully completed loggingExample
+#> INFO [2023-08-29 14:06:58]
#> =============== THE END ===============
TRACE.log
-#> INFO [2023-07-04 12:02:57] Begin loggingExample ...
-#> TRACE [2023-07-04 12:02:57] Working on: Sepal.Length
-#> TRACE [2023-07-04 12:02:57] Working on: Sepal.Width
-#> TRACE [2023-07-04 12:02:57] Working on: Petal.Length
-#> TRACE [2023-07-04 12:02:57] Working on: Petal.Width
-#> TRACE [2023-07-04 12:02:57] Working on: Species
-#> WARN [2023-07-04 12:02:57] Oops: object 'flog.appender' not found
-#> ERROR [2023-07-04 12:02:57] NO ERRORS
-#> INFO [2023-07-04 12:02:57] Successfully completed loggingExample
-#> INFO [2023-07-04 12:02:57]
+
#> INFO [2023-08-29 14:06:58] Begin loggingExample ...
+#> TRACE [2023-08-29 14:06:58] Working on: Sepal.Length
+#> TRACE [2023-08-29 14:06:58] Working on: Sepal.Width
+#> TRACE [2023-08-29 14:06:58] Working on: Petal.Length
+#> TRACE [2023-08-29 14:06:58] Working on: Petal.Width
+#> TRACE [2023-08-29 14:06:58] Working on: Species
+#> WARN [2023-08-29 14:06:58] Oops: object 'flog.appender' not found
+#> ERROR [2023-08-29 14:06:58] NO ERRORS
+#> INFO [2023-08-29 14:06:58] Successfully completed loggingExample
+#> INFO [2023-08-29 14:06:58]
#> =============== THE END ===============
Citation
@Manual{,
title = {MazamaCoreUtils: Utility Functions for Production R Code},
author = {Jonathan Callahan},
year = {2023},
- note = {R package version 0.4.15},
+ note = {R package version 0.4.16},
url = {https://github.com/MazamaScience/MazamaCoreUtils},
}
diff --git a/docs/index.html b/docs/index.html
index 1a9a2d5..c1a972c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -37,7 +37,7 @@
diff --git a/docs/news/index.html b/docs/news/index.html
index dd4cb97..af9dee7 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -17,7 +17,7 @@
@@ -51,8 +51,12 @@ Changelog
+ MazamaCoreUtils 0.4.152023-07-05
+MazamaCoreUtils 0.4.142023-06-05
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index 710dbfa..974d566 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -6,5 +6,5 @@ articles:
date-parsing: date-parsing.html
error-handling: error-handling.html
logging: logging.html
-last_built: 2023-07-04T19:02Z
+last_built: 2023-08-29T21:06Z
diff --git a/docs/reference/APIKeys.html b/docs/reference/APIKeys.html
index cee8345..d92fc38 100644
--- a/docs/reference/APIKeys.html
+++ b/docs/reference/APIKeys.html
@@ -21,7 +21,7 @@
Package Summary
Summary description of package capabilities.
Utility Functions for Production R Code