Displaying 2 results from an estimated 2 matches for "vpb9g".
Did you mean:
vpb
2016 Oct 23
3
Support for signing R packages with GPG
...Alternatively the 'gpg' R package provides a more portable method via
the gpgme C library. This method works on Windows / macOS as well.
writeLines(gpg::gpg_sign("MD5"), "MD5.gpg")
Attached is an example implementation of the latter (also available at
https://git.io/vPb9G) which has been tested with several versions of
GnuPG. It exposes an optional flag for CMD build, i.e:
R CMD build somepkg --sign
R CMD build somepkg --sign=jeroen.ooms at stat.ucla.edu
The --sign flag creates a signature for the MD5 file [1] in the source
package and saves it as MD5.gpg (sim...
2016 Oct 25
0
Support for signing R packages with GPG
...package provides a more portable method via
> the gpgme C library. This method works on Windows / macOS as well.
>
> ? writeLines(gpg::gpg_sign("MD5"), "MD5.gpg")
>
> Attached is an example implementation of the latter (also available
> at
> https://git.io/vPb9G) which has been tested with several versions of
> GnuPG. It exposes an optional flag for CMD build, i.e:
>
> ? R CMD build somepkg --sign
> ? R CMD build somepkg --sign=jeroen.ooms at stat.ucla.edu
>
> The --sign flag creates a signature for the MD5 file [1] in the
> source
&...