Re: Seeking suggestions for fixing the R gpg package

2022-05-09 Thread Kyle
Thanks so much, that worked! It was not at all clear to me that such a dependency existed or that if it did it would not already be encapsulated by GPGME itself. On May 6, 2022 4:56:00 AM EDT, zimoun wrote: >Hi, > >On Thu, 05 May 2022 at 13:37, Kyle Andrews wrote: > >> (propagated-input

Re: Seeking suggestions for fixing the R gpg package

2022-05-06 Thread zimoun
Hi, On Thu, 05 May 2022 at 13:37, Kyle Andrews wrote: > (propagated-inputs (list r-askpass r-curl)) > (native-inputs (list pkg-config r-knitr gpgme)) [...] > 8<- > Error: package or namespace load failed fo

Seeking suggestions for fixing the R gpg package

2022-05-05 Thread Kyle Andrews
Hi, I want to use the R package gpg which provides bindings to GPGME from within Guix. Most of the time packaging R things is really easy thanks to the handy `guix import cran' command. Unfortunately, something is breaking with GPGME which is making this not work as I expected. Unfortunately, I