GNU bug report logs -
#36805
Small patch to remove TODO for (@@ (guix build-system r) bioconductor-uri)
Previous Next
To reply to this bug, email your comments to 36805 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#36805
; Package
guix-patches
.
(Thu, 25 Jul 2019 03:45:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kyle Andrews <kyle.c.andrews <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 25 Jul 2019 03:45:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
I am a heavy R user trying to get my feet wet with guix. Here is a
patch to remove the hard-coded bioconductor release by adding an
optional 3rd argument to the function with an appropriate default
value. I hope this is helpful.
Regards,
Kyle Andrews
[0001-NAME-and-VERSION-are-not-enough-for-Bioconductor-URI.patch (text/x-patch, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#36805
; Package
guix-patches
.
(Thu, 25 Jul 2019 13:49:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 36805 <at> debbugs.gnu.org (full text, mbox):
Dear,
It appears to me nice---if for example one wants to create a channel
for Bioconductor 3.6 or older.
This eases the automation of such channel.
I am using the package `cytofkit`, removed in the last release:
https://bioconductor.org/about/removed-packages/
Append strings to build the uri is not really nice.
https://github.com/zimoun/guix-bimsb/blob/master/bimsb/packages/staging.scm#L2895-L2941
Thank you for this suggestion.
All the best,
simon
Information forwarded
to
guix-patches <at> gnu.org
:
bug#36805
; Package
guix-patches
.
(Fri, 26 Jul 2019 04:50:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 36805 <at> debbugs.gnu.org (full text, mbox):
On Thu, 2019-07-25 at 15:48 +0200, zimoun wrote:
> Dear,
>
> It appears to me nice---if for example one wants to create a channel
> for Bioconductor 3.6 or older.
> This eases the automation of such channel.
>
> I am using the package `cytofkit`, removed in the last release:
> https://bioconductor.org/about/removed-packages/
>
> Append strings to build the uri is not really nice.
> https://github.com/zimoun/guix-bimsb/blob/master/bimsb/packages/stagi
> ng.scm#L2895-L2941
>
> Thank you for this suggestion.
>
>
> All the best,
> simon
Hi Simon,
I find it sometimes convenient to use a modified version of the
file.path function in R to save me from myself a bit with file paths
while also adding some semantic markup. Perhaps it would also be useful
for building Guix packages? Users would then seldom have to worry about
incorrectly including trailing slashes. I created a code snippet with
my naive implementation here:
https://gitlab.com/snippets/1879185
Maybe there is already a guile library for this sort of thing?
Regards,
Kyle
Information forwarded
to
guix-patches <at> gnu.org
:
bug#36805
; Package
guix-patches
.
(Fri, 26 Jul 2019 10:02:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 36805 <at> debbugs.gnu.org (full text, mbox):
Hi Kyle,
> I find it sometimes convenient to use a modified version of the
> file.path function in R to save me from myself a bit with file paths
> while also adding some semantic markup. Perhaps it would also be useful
> for building Guix packages? Users would then seldom have to worry about
> incorrectly including trailing slashes. I created a code snippet with
> my naive implementation here:
>
> https://gitlab.com/snippets/1879185
>
> Maybe there is already a guile library for this sort of thing?
There is, but it’s a little heavier:
https://gitlab.com/brandoninvergo/guile-file-names
--
Ricardo
This bug report was last modified 5 years and 323 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.