Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circle #27

Merged
merged 10 commits into from
Mar 26, 2019
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
^CRAN-RELEASE$
^.*\.Rproj$
^\.Rproj\.user$
utils/*
cran-comments.md
docs/
^\.travis\.yml$
^codecov\.yml$
^README\.Rmd$
^.circleci/
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
jobs:
build:
docker:
- image: rocker/verse:latest

steps:
- checkout

- run:
name: Runs tests / checks
command: Rscript -e "devtools::check()"

- run:
name: Code Coverage
command: Rscript -e "covr::codecov()"
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package was submitted to CRAN on 2019-03-12.
Once it is accepted, delete this file and tag the release (commit 7a03a6791b).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So should this be here?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this file in latest commit

1 change: 0 additions & 1 deletion R/diffdf.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#' diffdf
#' @description
#' Compares 2 dataframes and outputs any differences.
Expand Down
6 changes: 3 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ coverage:
project:
default:
target: auto
threshold: 1%
threshold: 4%
patch:
default:
target: auto
threshold: 1%
target: 65%
threshold: 0%
6 changes: 3 additions & 3 deletions diffdf.Rproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: No

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
Expand Down
23 changes: 12 additions & 11 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading