From 03f7361497e55309dff50aa598d4dde9db693129 Mon Sep 17 00:00:00 2001 From: Katharina Brunner Date: Sun, 18 Nov 2018 10:47:47 +0100 Subject: [PATCH] no tidyverse, but specific dependencies --- DESCRIPTION | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4eb8b04..2307102 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,11 @@ Description: Create Generative Art with R by generating first the data Therefore the images with random numbers can be recreated. Depends: R (>= 3.4.1) Imports: - tidyverse + ggplot2, + magrittr, + purrr, + dplyr, + readr License: GPL-3 Encoding: UTF-8 LazyData: true