R Wrapper for the Go dnscaa Library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
boB Rudis 764b847719
initial commit
4 years ago
R R 4 years ago
inst/tinytest initial commit 4 years ago
man initial commit 4 years ago
src initial commit 4 years ago
tests initial commit 4 years ago
.Rbuildignore initial commit 4 years ago
.codecov.yml initial commit 4 years ago
.gitignore initial commit 4 years ago
.gitmodules initial commit 4 years ago
.travis.yml initial commit 4 years ago
CONDUCT.md initial commit 4 years ago
DESCRIPTION initial commit 4 years ago
NAMESPACE initial commit 4 years ago
NEWS.md initial commit 4 years ago
README.Rmd initial commit 4 years ago
README.md initial commit 4 years ago
caa.Rproj initial commit 4 years ago

README.md

Project Status: Active – The project has reached a stable, usablestate and is being activelydeveloped. Signedby Signed commit% Linux buildStatus
Minimal RVersion License

caa

R Wrapper for the Go dnscaa Library

Description

Experimental R wrapper for the Go dnscall library.

What’s Inside The Tin

The following functions are implemented:

  • caa_dig: Retrieve the first CAA issuer value for a domain (if any)

Installation

remotes::install_gitlab("hrbrmstr/caa")

NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.

Usage

library(caa)

# current version
packageVersion("caa")
## [1] '0.1.0'
caa_dig("google.com")
## [1] "pki.goog"

caa Metrics

Lang # Files (%) LoC (%) Blank lines (%) # Lines (%)
Go 1293 0.92 374699 0.95 40503 0.95 39876 0.95
Assembly 69 0.05 10426 0.03 1258 0.03 1424 0.03
XML 1 0.00 4780 0.01 228 0.01 13 0.00
HTML 10 0.01 2214 0.01 441 0.01 16 0.00
Bourne Shell 5 0.00 798 0.00 113 0.00 429 0.01
C 6 0.00 332 0.00 100 0.00 77 0.00
Dockerfile 3 0.00 91 0.00 27 0.00 23 0.00
Bourne Again Shell 2 0.00 72 0.00 12 0.00 6 0.00
YAML 2 0.00 45 0.00 0 0.00 0 0.00
C/C++ Header 1 0.00 42 0.00 24 0.00 10 0.00
make 2 0.00 25 0.00 7 0.00 4 0.00
Rmd 1 0.00 9 0.00 16 0.00 30 0.00
R 3 0.00 7 0.00 2 0.00 15 0.00

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.