Browse Source

refresh

master
boB Rudis 5 years ago
parent
commit
79b760184e
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 12
      .travis.yml
  2. 1
      R/util.R
  3. 8
      README.md

12
.travis.yml

@ -1,6 +1,14 @@
language: R
sudo: false
language: r
cache: packages
matrix:
include:
- dist: trusty
- dist: xenial
env: R_CODECOV=true
r_packages: covr
- dist: bionic
- os: osx
osx_image: xcode10.2
after_success:
- Rscript -e 'covr::codecov()'

1
R/util.R

@ -44,7 +44,6 @@ convert_plist <- function(path) {
}
# Linux: attributes are prefixed with a namespace, that is,
# an attribute has the form: namespace.attribute
# Examples: user.mime_type, trusted.md5sum, system.posix_acl_access

8
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-22.0%25-lightgrey.svg)
%](https://img.shields.io/badge/Signed_Commits-100%25-lightgrey.svg)
[![Linux build
Status](https://travis-ci.org/hrbrmstr/xattrs.svg?branch=master)](https://travis-ci.org/hrbrmstr/xattrs)
[![Coverage
@ -52,8 +52,12 @@ The following functions are implemented:
``` r
install.packages("xattrs", repos = "https://cinc.rud.is")
# or
remotes::install_git("https://git.rud.is/hrbrmstr/xattrs.git")
# or
remotes::install_gitlab("hrbrmstr/xattrs")
# or
remotes::install_bitbucket("hrbrmstr/xattrs")
# or
remotes::install_github("hrbrmstr/xattrs")
```
@ -299,7 +303,7 @@ unlink(tf)
| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
| :----------- | -------: | ---: | --: | ---: | ----------: | ---: | -------: | ---: |
| C/C++ Header | 1 | 0.06 | 283 | 0.35 | 69 | 0.29 | 90 | 0.22 |
| R | 13 | 0.76 | 240 | 0.30 | 86 | 0.36 | 158 | 0.38 |
| R | 13 | 0.76 | 240 | 0.30 | 85 | 0.35 | 158 | 0.38 |
| C++ | 2 | 0.12 | 228 | 0.28 | 33 | 0.14 | 26 | 0.06 |
| Rmd | 1 | 0.06 | 49 | 0.06 | 54 | 0.22 | 138 | 0.33 |

Loading…
Cancel
Save