Other packages > Find by keyword >

gpg  

GNU Privacy Guard for R
View on CRAN: Click here


Download and install gpg package within the R console
Install from CRAN:
install.packages("gpg")

Install from Github:
library("remotes")
install_github("cran/gpg")

Install by package version:
library("remotes")
install_version("gpg", "1.3.0")



Attach the package and use:
library("gpg")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
First Published: 2016-10-13
Latest Update: 2023-05-18
Description:
Bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods. Includes utilities for public key encryption, creating and verifying digital signatures, and managing your local keyring. Some functionality depends on the version of GnuPG that is installed on the system. On Windows this package can be used together with 'GPG4Win' which provides a GUI for managing keys and entering passphrases.
How to cite:
Jeroen Ooms (2016). gpg: GNU Privacy Guard for R. R package version 1.3.0, https://cran.r-project.org/web/packages/gpg. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.1 (2016-10-13 20:50), 0.2 (2016-10-15 18:52), 0.3 (2016-10-21 21:28), 0.4 (2016-10-30 16:58), 0.5 (2017-03-21 17:40), 1.0 (2019-01-04 17:40), 1.1 (2019-01-07 23:50), 1.2.1 (2019-09-15 19:50), 1.2.2 (2019-12-02 14:30), 1.2.3 (2021-07-26 22:10), 1.2.4 (2021-11-17 14:00), 1.2.5 (2021-12-06 11:40), 1.2.6 (2021-12-13 06:10), 1.2.7 (2022-05-29 10:10), 1.2.8 (2022-10-13 10:52), 1.2.9 (2023-05-18 12:30), 1.2 (2019-05-01 20:00)
Other packages that cited gpg R package
View gpg citation profile
Other R packages that gpg depends, imports, suggests or enhances
Complete documentation for gpg
Functions, R codes and Examples using the gpg R package
Some associated functions: gpg_encrypt . gpg_info . gpg_keygen . gpg_keys . gpg_sign . pinentry . 
Some associated R codes: encrypt.R . keygen.R . keys.R . onload.R . password.R . restart.R . signing.R .  Full gpg package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for gpg051015202530354045505560TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA