-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use 2 cores on Travis-CI * Add ORCID * Import the search_google function to quiet CRAN checks * Redocument. * Update DESCRIPTION and NEWS file for new release. * Update CRAN submission remarks.
- Loading branch information
Showing
7 changed files
with
25 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ sudo: false | |
cache: packages | ||
after_success: | ||
- Rscript -e 'covr::codecov()' | ||
|
||
env: | ||
global: | ||
- MAKEFLAGS="-j 2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Package: errorist | ||
Title: Automatically Search Errors or Warnings | ||
Version: 0.0.1.1000 | ||
Authors@R: c(person("James", "Balamuta", | ||
email = "[email protected]", role = c("aut", "cre"))) | ||
Version: 0.0.2 | ||
Authors@R: c(person("James", "Balamuta", email = "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0003-2826-8458")) | ||
) | ||
Description: Provides environment hooks that obtain errors and warnings which | ||
occur during the execution of code to automatically search for solutions. | ||
URL: https://github.com/coatless/errorist | ||
|
@@ -16,6 +17,6 @@ Suggests: testthat, | |
License: GPL (>= 2) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.0.1 | ||
RoxygenNote: 6.1.1 | ||
Roxygen: list(markdown = TRUE) | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.