GNU bug report logs -
#30983
Submitting Patch for gnu: r-abc-data
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 30983 in the body.
You can then email your comments to 30983 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#30983
; Package
guix-patches
.
(Thu, 29 Mar 2018 11:18:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sahithi Yarlagadda <sahi <at> swecha.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 29 Mar 2018 11:18:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi
I am submitting the Patch for Package Description r-abc-data. This is a
dependency Data File for r-abc.
When i tried to build r-abc i found that the Data file is the
dependency. So i am submitting the patch for r-abc-data which is called
abc.data in the upstream. Once it is merged i will submit the r-abc patch.
https://debbugs.gnu.org/db/30/30894.html
I Tried to build r-abc-data and it resulted a success.
Please Review.
--
Regards
Sahithi
Information forwarded
to
guix-patches <at> gnu.org
:
bug#30983
; Package
guix-patches
.
(Thu, 29 Mar 2018 11:22:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 30983 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi
I forgot to submit the attachement for Patch File. I am attaching the
patch file and resending it.
On Thursday 29 March 2018 04:48 PM, GNU bug Tracking System wrote:
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> guix-patches <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 30983 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
--
Regards
Sahithi
[0001-gnu-Add-r-abc-data.patch (text/x-patch, attachment)]
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 02 Apr 2018 21:19:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sahithi Yarlagadda <sahi <at> swecha.net>
:
bug acknowledged by developer.
(Mon, 02 Apr 2018 21:19:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 30983-done <at> debbugs.gnu.org (full text, mbox):
Hi Sahithi,
thank you for the patch.
> diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
> index 6f85f0d80..8602a7d87 100644
> --- a/gnu/packages/cran.scm
> +++ b/gnu/packages/cran.scm
> @@ -2540,14 +2540,14 @@ supports arbitrary vertex/edge/graph attributes.")
> (name "r-statnet-common")
> (version "4.0.0")
> (source
> - (origin
> - (method url-fetch)
> - (uri (cran-uri "statnet.common" version))
> - (sha256
> - (base32
> - "0yw6l5b4qv0jqlg4zyczas7m12a5pyqghs6ydxy2f6v6vxkijvi0"))))
> + (origin
> + (method url-fetch)
> + (uri (cran-uri "statnet.common" version))
> + (sha256
> + (base32
> + "0yw6l5b4qv0jqlg4zyczas7m12a5pyqghs6ydxy2f6v6vxkijvi0"))))
> (properties
> - `((upstream-name . "statnet.common")))
> + `((upstream-name . "statnet.common")))
> (build-system r-build-system)
> (home-page "http://www.statnet.org")
> (synopsis "R scripts and utilities used by the Statnet software")
These changes don’t belong to the addition of r-abc-data, so they should
not be included. I have removed these changes before applying the
patch.
> @@ -3571,3 +3571,25 @@ and Eclat.")
> time formats, @code{parse_date} parses dates in unspecified formats,
> and @code{format_iso_8601} formats a date in ISO 8601 format.")
> (license license:gpl2)))
> +
> +(define-public r-abc-data
> + (package
> + (name "r-abc-data")
> + (version "1.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (cran-uri "abc.data" version))
> + (sha256
> + (base32
> + "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
> + (properties `((upstream-name . "abc.data")))
> + (build-system r-build-system)
> + (home-page "https://cran.r-project.org/web/packages/abc.data")
> + (synopsis "Data Only: Tools for Approximate Bayesian Computation (ABC)")
> + (description
> + "Contains data […]
Please always use complete sentences. I’ve changed this to “This
package contains …”
> + (license license:gpl3)))
According to the home page, the license is actually GPLv3 or later, so I
changed this to license:gpl3+.
I have pushed this to the master branch with commit 2a27c0bbb. Thanks
again!
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 01 May 2018 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 112 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.