-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add search pattern vignette * Touch up README * Add vignette bullet * Clean up for release * Ignore inst/doc * Bump to release * Let's not try to inline evaluate `r programming`... * Rename section heading * Add a usage overview * Improve note on contributions * Let's try to shorten the URL (e.g. drop trends) * Update cran submission comments. * Improve ordering * Move badges underneath repo name * Improve installation instructions * Fix website ordering to match with supported sites. * Change headers * Add a section that links out to current users of the package. * Reknit README
- Loading branch information
Showing
8 changed files
with
207 additions
and
48 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
.Rhistory | ||
.RData | ||
.DS_Store | ||
inst/doc |
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,6 +1,6 @@ | ||
Package: searcher | ||
Title: Query Search Interfaces | ||
Version: 0.0.3.9200 | ||
Version: 0.0.4 | ||
Authors@R: c( | ||
person("James", "Balamuta", | ||
email = "[email protected]", | ||
|
@@ -20,5 +20,9 @@ Encoding: UTF-8 | |
LazyData: true | ||
RoxygenNote: 6.1.1 | ||
Roxygen: list(markdown = TRUE) | ||
Suggests: testthat, | ||
covr | ||
Suggests: | ||
testthat, | ||
covr, | ||
knitr, | ||
rmarkdown | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
## Test environments | ||
* local OS X install, R 3.5.0 | ||
* ubuntu 12.04 (on travis-ci), R 3.5.0 | ||
* win-builder (devel and release) | ||
|
||
- local OS X install, R 3.6.0 | ||
- ubuntu 14.04 (on travis-ci), R 3.6.0 | ||
- win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
0 errors | 0 warnings | 0 note | ||
|
||
* This is a new release. | ||
- There were no notes associated with this release. | ||
|
||
## Reverse dependencies | ||
|
||
There is one reverse dependency: | ||
There are two reverse dependencies: | ||
|
||
- `errorist` | ||
- `SemNetCleaner` | ||
|
||
This reverse dependency built cleanly. | ||
These reverse dependency built cleanly. |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.html | ||
*.R |
Oops, something went wrong.