Skip to content

Commit

Permalink
Merge pull request #115 from atorus-research/fix-HTML-doc-issues
Browse files Browse the repository at this point in the history
Closes #116 CRAN documentation updates
  • Loading branch information
kodesiba committed Aug 24, 2022
2 parents 3b49311 + 865d186 commit 6927f32
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: logrx
Title: A Logging Utility Focus on Clinical Trial Programming Workflows
Version: 0.1.0
Version: 0.1.1
Authors@R:
c(
person(given = "Nathan",
Expand Down Expand Up @@ -34,7 +34,7 @@ BugReports: https://github.com/atorus-research/logrx/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
RoxygenNote: 7.2.1
Imports:
dplyr,
magrittr,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# logrx 0.1.1

Address CRAN comments about documentation.

# logrx 0.1.0

Beta release for logrx with introduction of numerous new features:
Expand Down
12 changes: 8 additions & 4 deletions R/interact.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@ get_log_element <- function(el_key){
}


#' Set the log name and path:
#' 1. As the name and path if specified
#' 2. As the file name and path if specified
#' 3. As logrx_log.log and . if none of the above are specified
#' Set the log name and path
#'
#' \enumerate{
#' \item As the name and path if supplied
#' \item As the file name with .log extension and path if specified or
#' if they can be determined by the function
#' \item As logrx_log.log and . if none of the above are specified
#' }
#'
#' @param log_name The log name
#' @param log_path The log path
Expand Down
13 changes: 4 additions & 9 deletions man/set_log_name_path.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6927f32

Please sign in to comment.