GNU bug report logs -
#30983
Submitting Patch for gnu: r-abc-data
Previous Next
Full log
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
This bug report was last modified 7 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.