From 62239d91b2ab9f433500323d267229fa9780293b Mon Sep 17 00:00:00 2001 From: Costa <47926492N@ICO.SCS.local> Date: Fri, 4 Feb 2022 10:52:35 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adiendo=20dependencias.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DESCRIPTION | 1 + NAMESPACE | 1 + 2 files changed, 2 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index f4c0c6d..1ee8726 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,3 +9,4 @@ Description: More about what it does (maybe more than one line) License: What license is it under? Encoding: UTF-8 LazyData: true +Imports: ggplot2, dplyr diff --git a/NAMESPACE b/NAMESPACE index d75f824..e8c03ea 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1 +1,2 @@ exportPattern("^[[:alpha:]]+") +importFrom(ggplot2, dplyr)