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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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