From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Andrews Subject: Could anyone please package RStudio? Date: Sun, 02 Feb 2020 17:17:39 -0500 Message-ID: <87imko8who.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35216) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyNYp-00047A-GP for help-guix@gnu.org; Sun, 02 Feb 2020 17:17:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyNYo-0006sn-5z for help-guix@gnu.org; Sun, 02 Feb 2020 17:17:47 -0500 Received: from mail-yw1-xc2b.google.com ([2607:f8b0:4864:20::c2b]:40331) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iyNYn-0006r9-Vm for help-guix@gnu.org; Sun, 02 Feb 2020 17:17:46 -0500 Received: by mail-yw1-xc2b.google.com with SMTP id i126so11878394ywe.7 for ; Sun, 02 Feb 2020 14:17:45 -0800 (PST) Received: from x1 (97-85-36-78.dhcp.bycy.mi.charter.com. [97.85.36.78]) by smtp.gmail.com with ESMTPSA id a124sm7677850ywc.104.2020.02.02.14.17.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 Feb 2020 14:17:44 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Dear Guix, Now that Qt 5.12 and qtwebengine have been added to Guix, would an experienced packager be able to add RStudio to Guix? It appears that all of the dependencies referenced in the NixOS package definition are also packaged for Guix. Many thousands of R users are enthusiastic about Reproducible Research* and if RStudio were available to interface with the impressive set of R packages from CRAN already available, it would make Guix a very attractive choice for many R users. I've tried tackling packaging it myself, but as primarily an applied R user and not a system administrator the RStudio IDE appears much more complicated than packaging an R library. This IDE is AGPL licensed and is split into two parts a server and a desktop version. Below I provide links to the NixOS RStudio package along with Rekado's package of an older version of RStudio (which also didn't build for me). - https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/r-modules/wrapper-rstudio.nix - https://github.com/NixOS/nixpkgs/blob/f024caa7a8f274a16048e71c30e1bac9e75c0ab4/pkgs/applications/editors/rstudio/default.nix - https://github.com/BIMSBbioinfo/guix-bimsb/blob/master/bimsb/packages/staging.scm * For example, so notes on reproducible research in R from Karl Broman: https://kbroman.org/Tools4RR Thanks for any and all developments on this front. I am extremely grateful for all the work everyone in this community has done to bring Guix so far. If there is anything I can do to help with getting this packaged, please let me know. I'm eager to get on with my research, but I would love to be able to do that from Guix so that I will know for sure I will be able to reproduce my work :) Thanks, Kyle