unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43345] [PATCH 00/12] Move some CRAN packages to (gnu packages cran).
@ 2020-09-11 18:05 zimoun
  2020-09-11 18:08 ` [bug#43345] [PATCH 01/12] gnu: r-codedepends: Comment why is in bioconductor.scm zimoun
  2020-09-11 20:07 ` bug#43345: [PATCH 00/12] Move some CRAN packages " Ricardo Wurmus
  0 siblings, 2 replies; 14+ messages in thread
From: zimoun @ 2020-09-11 18:05 UTC (permalink / raw)
  To: 43345; +Cc: zimoun

Dear,

Some clean up leading the recent discussion [1].  Now, the only remaining
'cran-uri' are from (gnu packages statistics).  Modulo maybe some packages
using "bad" uri, e.g., from r-qtl:

--8<---------------cut here---------------start------------->8---
    (uri (string-append "mirror://cran/src/contrib/qtl_"
                        version ".tar.gz"))
--8<---------------cut here---------------end--------------->8---

To ease the Copyright transfer between files, I used:

  git log --grep=<package-name>
  git log --date=format:"%Y" --format="%ad %an" \
      -- gnu/packages/<file>.scm | sort | uniq -c

After each move, I run:

  make
  ./pre-env-inst guix build <package-name>
  ./pre-env-inst guix build <package-name> --no-grafts --check

to check that everything is fine.  And at the end of all the move, I run:

  make as-derivation

to verify that "guix pull" is not broken by something.  (Well, I failed to use
the regular ./pre-env-inst guix pull --branch=my-stuff --url=$PWD -p /tmp/new
because of the "new" authentication, another story.)

Last, I have not carefully checked the imported modules, so it could be
possible to perhaps remove 1 or 2 #:use-module (gnu packages <useless>) from
gnu/packages/bioinformatics.scm.

[1] https://lists.gnu.org/archive/html/guix-commits/2020-09/msg00416.html

All the best,
simon

zimoun (12):
  gnu: r-codedepends: Comment why is in bioconductor.scm.
  gnu: r-adaptivesparsity: Move to (gnu packages cran).
  gnu: r-diffusionmap: Move to (gnu packages cran).
  gnu: r-igraph: Move to (gnu packages cran).
  gnu: r-qtl: Move to (gnu packages cran).
  gnu: r-qtl2: Move to (gnu packages cran).
  gnu: r-seqminer: Move to (gnu packages cran).
  gnu: r-maldiquant: Move to (gnu packages cran).
  gnu: r-seurat: Move to (gnu packages cran).
  gnu: r-phangorn: Move to (gnu packages cran).
  gnu: r-diversitree: Move to (gnu packages cran).
  gnu: r-absfiltergsea: Move to (gnu packages cran).

 gnu/packages/bioconductor.scm     |   1 +
 gnu/packages/bioinformatics.scm   | 250 ---------------------
 gnu/packages/cran.scm             | 346 ++++++++++++++++++++++++++++++
 gnu/packages/graph.scm            |  57 -----
 gnu/packages/machine-learning.scm |  35 ---
 5 files changed, 347 insertions(+), 342 deletions(-)


base-commit: 24e37fbbc4d7a5a4792c57f97f1f280d3ed36e01
-- 
2.28.0





^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-09-11 20:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 18:05 [bug#43345] [PATCH 00/12] Move some CRAN packages to (gnu packages cran) zimoun
2020-09-11 18:08 ` [bug#43345] [PATCH 01/12] gnu: r-codedepends: Comment why is in bioconductor.scm zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 02/12] gnu: r-adaptivesparsity: Move to (gnu packages cran) zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 03/12] gnu: r-diffusionmap: " zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 04/12] gnu: r-igraph: " zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 05/12] gnu: r-qtl: " zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 06/12] gnu: r-qtl2: " zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 07/12] gnu: r-seqminer: " zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 08/12] gnu: r-maldiquant: " zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 09/12] gnu: r-seurat: " zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 11/12] gnu: r-diversitree: " zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 12/12] gnu: r-absfiltergsea: " zimoun
2020-09-11 18:08   ` [bug#43345] [PATCH 10/12] gnu: r-phangorn: " zimoun
2020-09-11 20:07 ` bug#43345: [PATCH 00/12] Move some CRAN packages " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).