From fcd953634a56f322288612231f8ee98f9d3d2a44 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 19 Feb 2026 11:51:45 +1100 Subject: [PATCH] Remove httpgd library and associated calls Removed httpgd library usage and related code. --- test/test.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test.R b/test/test.R index 864884d..d91e0df 100644 --- a/test/test.R +++ b/test/test.R @@ -34,10 +34,6 @@ summary(boot_lm) summary(boot_lmjl) summary(boot_lmjl2) -cat("\n============================================================ httpgd ============================================================\n") -library(httpgd) -hgd() - cat("\n============================================================ musicMetadata ============================================================\n") library(musicMetadata) print(classify_labels('Interscope'))