all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Simon Tournier <zimon.toutoune@gmail.com>
Cc: Lars-Dominik Braun <ldb@leibniz-psychology.org>,
	guix-science@gnu.org, Simon Tournier <simon.tournier@u-paris.fr>
Subject: Re: [PATCH] Add draft post "CRAN, a practical example for being reproducible at large scale using GNU Guix".
Date: Wed, 7 Dec 2022 09:44:28 +0200	[thread overview]
Message-ID: <Y5BEXF3SBRymyjWb@3900XT> (raw)
In-Reply-To: <86y1rkitkk.fsf@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 703 bytes --]

On Tue, Dec 06, 2022 at 01:51:23PM +0100, Simon Tournier wrote:
> Hi Lars,
> 
> On Tue, 06 Dec 2022 at 08:53, Lars-Dominik Braun <ldb@leibniz-psychology.org> wrote:
> 
> > attached my draft post for hpc.guix.info regarding guix-cran.
> 
> Applied, thanks.  It is under drafts/ [1].  Last round proofread before
> publishing.  On Friday?
> 
> 1: <https://gitlab.inria.fr/guix-hpc/website/-/blob/master/drafts/reproducible-cran.md>

I had a couple of small changes I would make.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #1.2: guix-hpc-cran-blogpost.diff --]
[-- Type: text/plain, Size: 2166 bytes --]

diff --git a/drafts/reproducible-cran.md b/drafts/reproducible-cran.md
index e365f70..61f7444 100644
--- a/drafts/reproducible-cran.md
+++ b/drafts/reproducible-cran.md
@@ -55,9 +55,9 @@ to R’s search path.
 
 While this approach works well for individual users, Guix installations
 with a larger user-base, for instance institution-wide, would benefit
-from default availability of the entire CRAN package collection with
-pre-built substitutes to speed up installation times. Additionally
-reproducing environments would include less steps if the package
+from the default availability of the entire CRAN package collection with
+pre-built substitutes to speed up installation times. Additionally,
+reproducing environments would include fewer steps if the package
 recipes were available to anyone by default.
 
 ## Introducing guix-cran
@@ -72,7 +72,7 @@ pre-built on a central server.
 
 As of commit `cc7394098f306550c476316710ccad20a510fa4b` there are 17431
 packages available in guix-cran. 95% of them are buildable and only 0.5%
-of these builds are not reproducible via `guix build --check`.  It is
+of these builds are not reproducible via `guix build --check`. It is
 also possible to use old package versions via `guix time-machine`, similar
 to what [MRAN](https://mran.microsoft.com/documents/rro/reproducibility)
 offers. However, that time-frame only spans about two months right now.
@@ -89,9 +89,9 @@ CRAN importer.
 
 Currently building the channel derivation is very slow, most
 likely due to Guile performance issues. For this reason packages
-are split into files by first letter.  This way they can
-still be referenced deterministically by the first letter of
-their name.  Since the number of loadable modules is [limited to
+are split into files by the first letter of their name. This way they can
+still be referenced deterministically by their first letter.
+Since the number of loadable modules is [limited to
 8192](https://www.mail-archive.com/guile-devel@gnu.org/msg16244.html),
 creating one module file per package is not possible and putting them
 all into the same file is even slower.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2022-12-07  7:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-06  7:53 [PATCH] Add draft post "CRAN, a practical example for being reproducible at large scale using GNU Guix" Lars-Dominik Braun
2022-12-06 12:51 ` Simon Tournier
2022-12-07  7:44   ` Efraim Flashner [this message]
2022-12-07  8:39     ` Lars-Dominik Braun
2022-12-07 11:11       ` Simon Tournier
2022-12-07  8:36   ` Lars-Dominik Braun
2022-12-13 13:53     ` Ludovic Courtès
2022-12-13 16:34       ` zimoun
2022-12-16  8:00       ` Lars-Dominik Braun
2022-12-16  8:58         ` Ludovic Courtès
2022-12-17  9:53           ` Lars-Dominik Braun
2022-12-17 11:43             ` Simon Tournier
2022-12-19 15:06               ` Lars-Dominik Braun
2022-12-21 14:43                 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y5BEXF3SBRymyjWb@3900XT \
    --to=efraim@flashner.co.il \
    --cc=guix-science@gnu.org \
    --cc=ldb@leibniz-psychology.org \
    --cc=simon.tournier@u-paris.fr \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.