all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Greg Hogan <code@greghogan.com>, 56282@debbugs.gnu.org
Subject: [bug#56282] [PATCH 3/7] gnu: Add r-mathjaxr.
Date: Thu, 30 Jun 2022 11:54:19 +0200	[thread overview]
Message-ID: <9f4a38e9a53c665d326131fececea3b767bf8c00.camel@telenet.be> (raw)
In-Reply-To: <3d1c2a399c5e6d604c5c1f3891d2a833d79e1632.1656429407.git.code@greghogan.com>

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

Greg Hogan schreef op di 28-06-2022 om 15:22 [+0000]:
> * gnu/packages/cran.scm (r-mathjaxr): New variable.

This patch was (will be?) reverted as mentioned on #guix because ...

> +    (source (origin
> +              (method url-fetch)
> +              (uri (cran-uri "mathjaxr" version))
> +              (sha256
> +               (base32
> +                "0yf1sfkb2kjsplipl2v4k2gp20li9xzsynclg228sy0v243pdi7c"))))

... it bundles mathjax, and it isn't built from source.

> +    (properties `((upstream-name . "mathjaxr")))
> +    (build-system r-build-system)
> +    (home-page "https://github.com/wviechtb/mathjaxr")
> +    (synopsis "Using 'Mathjax' in Rd Files")
> +    (description
> +     "This package provides 'MathJax' and macros to enable its use within Rd files for
> +rendering equations in the HTML help files.")
> +    (license license:gpl3)))

also, the license information is incorrect -- the mathjax is
Apache 2.0, and it's a rather important component, so I think it should
be listed.

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-06-30  9:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-28 15:19 [bug#56282] [PATCH 0/7] Update octave Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 1/7] gnu: octave: Update to 7.1.0 Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 2/7] gnu: Add r-metadat Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 3/7] gnu: Add r-mathjaxr Greg Hogan
2022-06-30  9:54   ` Maxime Devos [this message]
2022-06-28 15:22 ` [bug#56282] [PATCH 4/7] gnu: r-metafor: Update to 3.4-0 Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 5/7] gnu: gnuradio: Update to 3.10.3.0 Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 6/7] gnu: gr-satellites: Update to 4.6.0 Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 7/7] gnu: gnss-sdr: Update to 0.0.17 Greg Hogan
2022-06-30  9:25 ` bug#56282: [PATCH 0/7] Update octave Guillaume Le Vaillant

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=9f4a38e9a53c665d326131fececea3b767bf8c00.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=56282@debbugs.gnu.org \
    --cc=code@greghogan.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.