From a50a92b85b5602c9ff65d1e4e2f29ba19d351937 Mon Sep 17 00:00:00 2001 From: katieb1 Date: Fri, 1 Dec 2023 16:45:59 -0800 Subject: [PATCH] Remove browser from packages --- R/packages.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/packages.R b/R/packages.R index 68c06666..78097771 100644 --- a/R/packages.R +++ b/R/packages.R @@ -119,7 +119,6 @@ setMethod("packages", signature(ssimObject = "Session"), function(ssimObject, in #' @rdname packages setMethod("packages", signature(ssimObject = "SsimLibrary"), function(ssimObject) { - browser() # Retrieve list of packages in library #TODO: change to --packages when update to next version of SyncroSim v3 args <- list(list = NULL, pkgvers = NULL, lib = filepath(ssimObject), csv = NULL)