From 342dd0cec1c38b3a699a58dfee28a903b19c9df5 Mon Sep 17 00:00:00 2001 From: JOY LIU <113057199+joyliujoyliu@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:46:11 -0300 Subject: [PATCH] library change --- inst/qmd_template/make_tag_push_summary.qmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inst/qmd_template/make_tag_push_summary.qmd b/inst/qmd_template/make_tag_push_summary.qmd index bbcdc69..2def391 100644 --- a/inst/qmd_template/make_tag_push_summary.qmd +++ b/inst/qmd_template/make_tag_push_summary.qmd @@ -23,9 +23,8 @@ knitr::opts_chunk$set( ```{r} #| label: packages #| message: false - +library(data.table) library(otndo) -library(reactable) ```