Skip to content

Commit 1053e5e

Browse files
Merge branch 'devel'
2 parents 74caa65 + 2834480 commit 1053e5e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ CHANGELOG.md
77
^doc$
88
^Meta$
99
^vignettes\*.md$
10-
^vignettes\figure$
10+
^vignettes\figure$
11+
^\.circleci$

.circleci/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: rocker/verse:4.0.3
6+
environment:
7+
_R_CHECK_FORCE_SUGGESTS_: false
8+
steps:
9+
- checkout
10+
- run:
11+
name: Install package dependencies
12+
command: R -e "devtools::install_deps(dep = TRUE)"
13+
- run:
14+
name: Build package
15+
command: R CMD build .
16+
- run:
17+
name: Check package
18+
command: R CMD check --no-manual *tar.gz
19+
- store_test_results:
20+
path: tmp/tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/kharchenkolab/pagoda2.svg?branch=master)](https://travis-ci.com/github/kharchenkolab/pagoda2)
1+
[![<kharchenkolab>](https://circleci.com/gh/kharchenkolab/pagoda2.svg?style=svg)](https://app.circleci.com/pipelines/github/kharchenkolab/pagoda2)
22
[![CRAN status](https://www.r-pkg.org/badges/version/pagoda2)](https://cran.r-project.org/package=pagoda2)
33
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/pagoda2)](https://cran.r-project.org/package=pagoda2)
44

0 commit comments

Comments
 (0)