소스 검색

CRAN

tags/v0.3.1
Bob Rudis 8 년 전
부모
커밋
bf31bac83c
  1. 3
      .Rbuildignore
  2. 4
      R/gdns-package.r
  3. 17
      cran-comments.md
  4. 4
      man/gdns.Rd

3
.Rbuildignore

@ -4,4 +4,5 @@
^README-.*\.png$
^\.travis\.yml$
^CONDUCT\.md$
^README\.md$
^README\.Rmd$
^cran-comments\.md$

4
R/gdns-package.r

@ -1,4 +1,4 @@
#' Tools to Work with Google DNS Over https API
#' Tools to Work with Google DNS Over HTTPS API
#'
#' Traditional DNS queries and responses are sent over UDP or TCP without
#' encryption. This is vulnerable to eavesdropping and spoofing (including
@ -16,7 +16,7 @@
#'
#' @name gdns
#' @docType package
#' @author Bob Rudis (@@hrbrmstr)
#' @author Bob Rudis (bob@@rud.is)
#' @import httr
#' @importFrom stringi stri_split_fixed stri_split_regex stri_trim
#' stri_replace_all_regex stri_enc_toutf8

17
cran-comments.md

@ -0,0 +1,17 @@
## Test environments
* local OS X install, R 3.3.1
* Travis OS X (R 3.3.1 and oldrel)
* ubuntu 12.04 (on travis-ci), R 3.3.1 & oldrel
* win-builder (devel and release) (caught it today just before the crash)
## R CMD check results
0 errors | 0 warnings | 1 note (new pkg)
* This is a new release.
## Reverse dependencies
This is a new release, so there are no reverse dependencies.
---

4
man/gdns.Rd

@ -4,7 +4,7 @@
\name{gdns}
\alias{gdns}
\alias{gdns-package}
\title{Tools to Work with Google DNS Over https API}
\title{Tools to Work with Google DNS Over HTTPS API}
\description{
Traditional DNS queries and responses are sent over UDP or TCP without
encryption. This is vulnerable to eavesdropping and spoofing (including
@ -21,6 +21,6 @@ to provide end-to-end authenticated DNS lookups.\cr
Support for reverse lookups is also provided.
}
\author{
Bob Rudis (@hrbrmstr)
Bob Rudis (bob@rud.is)
}

불러오는 중...
취소
저장