Skip to content

Commit

Permalink
Bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jentoft committed Oct 29, 2024
1 parent 31a703c commit e46eecc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion R/UpdateKlass-graph-build.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ get_klass_changes <- function(classification) {
#' @export
#'
#' @examples
#' Call in library
#' library(klassR)
#'
#' # Build a graph directed towards the most recent codes
Expand Down
2 changes: 1 addition & 1 deletion R/UpdateKlass.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ update_code <- function(graph,
#' code in the change sequence and columns specified by \code{output}. If a
#' code has been split, the result will be \code{NA}. If \code{combine ==
#' FALSE} and a code is the result of a combination of codes, the result will
#' be code{NA}.
#' be \code{NA}.
#'
#' If \code{report == FALSE} and \code{length(output) == 1}, the result will
#' be a character vector containing information about the updated codes
Expand Down

0 comments on commit e46eecc

Please sign in to comment.