Commit a161d820 authored by Dorchies David's avatar Dorchies David
Browse files

fix: mistake in b2320717

Showing with 0 additions and 1 deletion
+0 -1
...@@ -30,7 +30,6 @@ Gits <- function(id, ts, ...@@ -30,7 +30,6 @@ Gits <- function(id, ts,
#' #'
#' @examples #' @examples
merge.Gits <- function(x, y) { merge.Gits <- function(x, y) {
browser()
if(!is(y, "Gits")) { if(!is(y, "Gits")) {
stop("A Gits class object can only be merged with a Gits class object") stop("A Gits class object can only be merged with a Gits class object")
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment