all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Ben Woodcroft <donttrustben@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: Add r-bit64.
Date: Tue, 13 Dec 2016 17:33:04 +0100	[thread overview]
Message-ID: <87zijzbxhb.fsf@elephly.net> (raw)
In-Reply-To: <20161213100008.19640-2-donttrustben@gmail.com>


Hi Ben,

> * gnu/packages/statistics.scm (r-bit64): New variable.
> ---
>  gnu/packages/statistics.scm | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>
> diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
> index ea9ef0e39..8af94e6af 100644
> --- a/gnu/packages/statistics.scm
> +++ b/gnu/packages/statistics.scm
> @@ -228,6 +228,32 @@ means factor of 32 less RAM and a factor of 32 more speed on boolean
>  operations.")
>      (license license:gpl2)))
>  
> +(define-public r-bit64
> +  (package
> +    (name "r-bit64")
> +    (version "0.9-5")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (cran-uri "bit64" version))
> +       (sha256
> +        (base32
> +         "0fz5m3fhvxgwjl76maag7yn0zdw24rx34gy6v77378fajag9yllg"))))
> +    (build-system r-build-system)
> +    (propagated-inputs
> +     `(("r-bit" ,r-bit)))
> +    (home-page "http://ff.r-forge.r-project.org/")
> +    (synopsis "An S3 class for vectors of 64 bit Integers")

s/An//

also “integers” (not “Integers”)

> +    (description
> +     "The bit64 package provides serializable S3 atomic 64 bit (signed)
> +integers that can be used in vectors, matrices, arrays and
> data.frames.

@code{data.frames} ?

> +Methods are available for coercion from and to logicals, integers, doubles,
> +characters and factors as well as many elementwise and summary functions.
> +Many fast algorithmic operations such as 'match' and 'order' support

@code{match} and @code{order}

> +interactive data exploration and manipulation and optionally leverage
> +caching.")
> +    (license license:gpl2)))
> +
>  (define-public r-colorspace
>    (package
>      (name "r-colorspace")

Thanks!

-- 
Ricardo
  
GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
http://elephly.net

  reply	other threads:[~2016-12-13 16:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-13 10:00 [PATCH 1/2] gnu: Add r-bit Ben Woodcroft
2016-12-13 10:00 ` [PATCH 2/2] gnu: Add r-bit64 Ben Woodcroft
2016-12-13 16:33   ` Ricardo Wurmus [this message]
2016-12-13 16:30 ` [PATCH 1/2] gnu: Add r-bit Ricardo Wurmus
2016-12-14 10:45   ` Ben Woodcroft

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=87zijzbxhb.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=donttrustben@gmail.com \
    --cc=guix-devel@gnu.org \
    /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.