From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH 3/3] gnu: r-plotly: Update to 4.5.2. Date: Thu, 29 Sep 2016 17:14:28 +0200 Message-ID: <20160929151428.24527-3-rekado@elephly.net> References: <20160929151428.24527-1-rekado@elephly.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpd2u-0000dy-9i for guix-devel@gnu.org; Thu, 29 Sep 2016 11:14:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpd2s-0003Er-39 for guix-devel@gnu.org; Thu, 29 Sep 2016 11:14:47 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpd2r-0003Ed-Rm for guix-devel@gnu.org; Thu, 29 Sep 2016 11:14:46 -0400 In-Reply-To: <20160929151428.24527-1-rekado@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/statistics.scm (r-plotly): Update to 4.5.2. [propagated-inputs]: Remove r-plyr; remove r-viridis; add r-dplyr; add r-lazyeval; add r-purrr; add r-tibble; add r-viridislite. --- gnu/packages/statistics.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index fd5aaf4..cbaf026 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3145,27 +3145,30 @@ features present in other programming languages.") (define-public r-plotly (package (name "r-plotly") - (version "3.6.0") + (version "4.5.2") (source (origin (method url-fetch) (uri (cran-uri "plotly" version)) (sha256 (base32 - "15hvqa0sf4z6l6vvr614zjszfphwpv66zpc665iyiynq0pd1jv2c")))) + "08shs0qhy9js0fpj3d4rzfbwmw11ki3z5vg8jszfm6m69mfkgzw1")))) (build-system r-build-system) (propagated-inputs `(("r-base64enc" ,r-base64enc) ("r-digest" ,r-digest) + ("r-dplyr" ,r-dplyr) ("r-ggplot2" ,r-ggplot2) ("r-hexbin" ,r-hexbin) ("r-htmlwidgets" ,r-htmlwidgets) ("r-httr" ,r-httr) ("r-jsonlite" ,r-jsonlite) + ("r-lazyeval" ,r-lazyeval) ("r-magrittr" ,r-magrittr) - ("r-plyr" ,r-plyr) + ("r-purrr" ,r-purrr) ("r-scales" ,r-scales) + ("r-tibble" ,r-tibble) ("r-tidyr" ,r-tidyr) - ("r-viridis" ,r-viridis))) + ("r-viridislite" ,r-viridislite))) (home-page "https://plot.ly/r") (synopsis "Create interactive web graphics") (description -- 2.10.0