Skip to content

Commit 3615941

Browse files
committed
Release candidate sent to CRAN
1 parent 5e49e0e commit 3615941

File tree

3 files changed

+12
-22
lines changed

3 files changed

+12
-22
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Package: searcher
22
Title: Query Search Interfaces
3-
Version: 0.0.2.2000
3+
Version: 0.0.3
44
Authors@R: c(person("James", "Balamuta",
5-
email = "[email protected]", role = c("aut", "cre")))
5+
email = "[email protected]", role = c("aut", "cre"),
6+
comment = c(ORCID = "0000-0003-2826-8458")))
67
Description: Provides a search interface to look up terms
78
on 'Google', 'Bing', 'ixquick', 'DuckDuckGo', 'StackOverflow', 'GitHub', and 'BitBucket'.
89
Upon searching, a browser window will open with the aforementioned search

cran-comments.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
## Test environments
2-
3-
- local OS X install, R 3.4.3
4-
- ubuntu 12.04 (on travis-ci), R 3.4.3
5-
- win-builder (devel and release)
2+
* local OS X install, R 3.5.0
3+
* ubuntu 12.04 (on travis-ci), R 3.5.0
4+
* win-builder (devel and release)
65

76
## R CMD check results
87

98
0 errors | 0 warnings | 1 note
109

11-
Found the following (possibly) invalid URLs:
12-
URL: http://www.r-pkg.org/pkg/searcher (moved to https://www.r-pkg.org:443/pkg/searcher)
13-
From: README.md
14-
Status: 404
15-
Message: Not Found
10+
* This is a new release.
1611

17-
- This is a resubmission to address comments raised by Swetlana. In particular:
18-
- "for R" has been omitted in the DESCRIPTION file.
19-
- Software names have been put between single quotes (e.g.'Google') in the DESCRIPTION file.
20-
- Examples that could be run (e.g. non-error handler hooks) are now being run.
21-
- Added unit tests
22-
- The URL linked above has yet to become activated because the package
23-
is not on CRAN. Once on CRAN, the URL will work.
24-
- This is a new release.
12+
## Reverse dependencies
2513

14+
There is one reverse dependency:
2615

27-
## Reverse dependencies
16+
- `errorist`
2817

29-
This is a new release, so there are no reverse dependencies.
18+
This reverse dependency built cleanly.

man/searcher-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)