Skip to content

Commit c4e3b48

Browse files
authored
Merge pull request #46 from mustberuss/cran-updates
Cran updates- submission accepted by CRAN!
2 parents 14bd5c4 + 8287d19 commit c4e3b48

File tree

11 files changed

+337
-560
lines changed

11 files changed

+337
-560
lines changed

R/search-pv.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ request_apply <- function(result, method, query, base_url, arg_list, api_key, ..
194194
#'
195195
#' \item An object of class \code{pv_query}, which you create by calling one
196196
#' of the functions found in the \code{\link{qry_funs}} list...See the
197-
#' \href{../articles/writing-queries.html}{writing
197+
#' \href{https://docs.ropensci.org/patentsview/articles/writing-queries.html}{writing
198198
#' queries vignette} for details.\cr
199199
#' E.g., \code{qry_funs$gte(patent_date = "2007-01-04")}
200200
#' }
@@ -231,7 +231,7 @@ request_apply <- function(result, method, query, base_url, arg_list, api_key, ..
231231
#' @param after A list of sort key values that defaults to NULL. This
232232
#' exposes the API's paging parameter for users who want to implement their own
233233
#' paging. It cannot be set when \code{all_pages = TRUE} as the R package manipulates it
234-
#' for users automatically. See \href{../articles/result-set-paging.html}{result set paging}
234+
#' for users automatically. See \href{https://docs.ropensci.org/patentsview/articles/result-set-paging.html}{result set paging}
235235
#' @param all_pages Do you want to download all possible pages of output? If
236236
#' \code{all_pages = TRUE}, the value of \code{size} is ignored.
237237
#' @param sort A named character vector where the name indicates the field to

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ search_pv(query = '{"_gte":{"patent_date":"2007-01-01"}}')
4848

4949
Head over to the package's [webpage](https://docs.ropensci.org/patentsview/index.html) for more info, including:
5050

51-
* A [getting started vignette](https://docs.ropensci.org/patentsview/articles/getting-started.html) for first-time users. The package was also introduced in an [rOpenSci blog post](https://ropensci.org/blog/2017/09/19/patentsview/).
51+
* A [getting started vignette](https://docs.ropensci.org/patentsview/articles/getting-started.html) for first-time users. The package was also introduced in an [rOpenSci blog post](https://docs.ropensci.org/patentsview/articles/ropensci-blog-post.html), rewritten for the new version of the API.
5252
* An in-depth tutorial on [writing queries](https://docs.ropensci.org/patentsview/articles/writing-queries.html)
5353
* A list of [basic examples](https://docs.ropensci.org/patentsview/articles/examples.html)
5454
* Two examples of data applications (e.g., a brief analysis of the [top assignees](https://docs.ropensci.org/patentsview/articles/top-assignees.html) in the field of databases)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ info, including:
6262
vignette](https://docs.ropensci.org/patentsview/articles/getting-started.html)
6363
for first-time users. The package was also introduced in an
6464
[rOpenSci blog
65-
post](https://ropensci.org/blog/2017/09/19/patentsview/).
65+
post](https://docs.ropensci.org/patentsview/articles/ropensci-blog-post.html),
66+
rewritten for the new version of the API.
6667
- An in-depth tutorial on [writing
6768
queries](https://docs.ropensci.org/patentsview/articles/writing-queries.html)
6869
- A list of [basic

docs/articles/patentsview-breaking-release.html

Lines changed: 0 additions & 264 deletions
This file was deleted.

docs/articles/understanding-the-api.html

Lines changed: 163 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/search_pv.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/search_pv.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/patentsview-breaking-release.Rmd

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)