Browse Source

README/cran-comments

master
boB Rudis 5 years ago
parent
commit
99aa6e75d1
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 10
      README.md
  2. 16
      cran-comments.md

10
README.md

@ -5,7 +5,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
[![Signed
by](https://img.shields.io/badge/Keybase-Verified-brightgreen.svg)](https://keybase.io/hrbrmstr)
![Signed commit
%](https://img.shields.io/badge/Signed_Commits-16.7%25-lightgrey.svg)
%](https://img.shields.io/badge/Signed_Commits-100%25-lightgrey.svg)
[![Linux build
Status](https://travis-ci.org/hrbrmstr/securitytxt.svg?branch=master)](https://travis-ci.org/hrbrmstr/securitytxt)
[![Windows build
@ -56,8 +56,16 @@ The following functions are implemented:
## Installation
``` r
install.packages("securitytxt", repos = "https://cinc.rud.is")
# or
remotes::install_git("https://git.rud.is/hrbrmstr/securitytxt.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/securitytxt")
# or
remotes::install_gitlab("hrbrmstr/securitytxt")
# or
remotes::install_bitbucket("hrbrmstr/securitytxt")
# or
remotes::install_github("hrbrmstr/securitytxt")
```

16
cran-comments.md

@ -0,0 +1,16 @@
## Test environments
* local OS X install, R 3.6.1
* ubuntu 14.04 (on travis-ci), R 3.6.1
* win-builder (devel and release)
* r-hub Windows & macOS
* appveyor
## R CMD check results
0 errors | 0 warnings | 0 note
------------
This update addresses the "CRAN packages using C++ code
with auto_ptr bind1st bind2nd mem_fun_ref or ptr_fun"
note from Prof. Ripley issue with the {securitytxt} package.
Loading…
Cancel
Save