tighten top-directory and remove cruft

This commit is contained in:
Dirk Eddelbuettel 2021-11-05 19:06:40 -05:00
parent 4298a8ed98
commit 11f1979e0a
3 changed files with 5 additions and 31 deletions

View File

@ -1,30 +0,0 @@
# Run Travis CI for R using https://eddelbuettel.github.io/r-travis/
language: c
sudo: required
dist: bionic
jobs:
include:
#- name: r-3.5
# env: R_VERSION="3.5"
- name: r-4.0
env: R_VERSION="4.0"
before_install:
- curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
- ./run.sh bootstrap
install:
- ./run.sh install_aptget r-cran-rmarkdown
script:
- ./run.sh run_tests
after_failure:
- ./run.sh dump_logs
notifications:
email:
on_success: change
on_failure: change

View File

@ -1,3 +1,8 @@
2021-11-05 Dirk Eddelbuettel <edd@debian.org>
* README.md: Remove Travis badge
* .travis.yml: Remove Travis YAML config
2021-03-21 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (URL): Add package page to URL entry

View File

@ -1,6 +1,5 @@
## binb: Binb is not Beamer
[![Build Status](https://travis-ci.org/eddelbuettel/binb.svg)](https://travis-ci.org/eddelbuettel/binb)
[![CI](https://github.com/eddelbuettel/binb/workflows/ci/badge.svg)](https://github.com/eddelbuettel/binb/actions?query=workflow%3Aci)
[![Package-License](http://img.shields.io/badge/license-GPL--2-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
[![CRAN](http://www.r-pkg.org/badges/version/binb)](https://cran.r-project.org/package=binb)