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 22 Dec. 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

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  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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