From 07dcab7333f19c6843ca500463d8a214142183d9 Mon Sep 17 00:00:00 2001 From: rmflight Date: Fri, 19 Jul 2024 08:40:07 -0400 Subject: [PATCH] trying to get rid of a note about braces on win --- DESCRIPTION | 2 +- R/logging.R | 2 +- man/enable_logging.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d7fd6e6..2551b6c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ICIKendallTau Title: Calculates information-content-informed Kendall-tau -Version: 1.2.0 +Version: 1.2.1 Authors@R: c( person( given = c("Robert", "M"), diff --git a/R/logging.R b/R/logging.R index 3ee445e..f571202 100644 --- a/R/logging.R +++ b/R/logging.R @@ -82,7 +82,7 @@ disable_logging = function(){ #' @param log_file the file to log to #' @param memory provide memory logging too? Only available on Linux and MacOS #' -#' @details Uses the {logger} package under the hood, which is suggested in the dependencies. +#' @details Uses the logger package under the hood, which is suggested in the dependencies. #' Having logging enabled is nice to see when things are starting and stopping, and what exactly #' has been done, without needing to write messages to the console. It is especially #' useful if you are getting errors, but can't really see them, then you can add diff --git a/man/enable_logging.Rd b/man/enable_logging.Rd index f5f52f4..3c50978 100644 --- a/man/enable_logging.Rd +++ b/man/enable_logging.Rd @@ -15,7 +15,7 @@ enable_logging(log_file = NULL, memory = FALSE) Choose to enable logging, to a specific file if desired. } \details{ -Uses the {logger} package under the hood, which is suggested in the dependencies. +Uses the logger package under the hood, which is suggested in the dependencies. Having logging enabled is nice to see when things are starting and stopping, and what exactly has been done, without needing to write messages to the console. It is especially useful if you are getting errors, but can't really see them, then you can add