Skip to content

Commit

Permalink
minor adjustments to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalovadek committed Aug 22, 2023
1 parent 62f0278 commit 3a23f7f
Show file tree
Hide file tree
Showing 22 changed files with 98 additions and 84 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Imports:
readr,
pdftools,
antiword
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
Expand All @@ -37,5 +36,7 @@ Suggests:
ggiraph,
testthat (>= 3.0.0)
URL: https://michalovadek.github.io/eurlex/
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# eurlex 0.4.6

## Minor changes

- minor changes to documentation

# eurlex 0.4.5

## Major changes
Expand Down
2 changes: 0 additions & 2 deletions R/elx_council_votes.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,3 @@ elx_council_votes <- function(){
return(votes)

}


2 changes: 1 addition & 1 deletion R/elx_fetch_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param language_2 If data not available in `language_1`, try `language_2`
#' @param language_3 If data not available in `language_2`, try `language_3`
#' @param include_breaks If TRUE, text includes tags showing where pages ("---pagebreak---", for pdfs) and documents ("---documentbreak---") were concatenated
#' @param html_text Choose whether to read text from html using `rvest::html_text2` ("text2") or `rvest::html_text` ("text")
#' @param html_text Choose whether to read text from html using [rvest::html_text2()] ("text2") or [rvest::html_text()] ("text")
#' @return
#' A character vector of length one containing the result. When `type = "text"`, named character vector where the name contains the source of the text.
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/elx_run_query.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' Relies on elx_make_query to generate valid SPARQL queries.
#' Results are capped at 1 million rows.
#'
#' @param query A valid SPARQL query specified by `elx_make_query()` or manually
#' @param query A valid SPARQL query specified by [elx_make_query()] or manually
#' @param endpoint SPARQL endpoint
#' @return
#' A data frame containing the results of the SPARQL query.
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/council.html

Large diffs are not rendered by default.

Binary file modified docs/articles/eurlexpkg_files/figure-html/wordcloud-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/authors.html

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

9 changes: 8 additions & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
council: council.html
eurlexpkg: eurlexpkg.html
last_built: 2023-08-21T13:47Z
last_built: 2023-08-22T13:19Z

2 changes: 1 addition & 1 deletion docs/reference/elx_curia_list.html

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

4 changes: 2 additions & 2 deletions docs/reference/elx_download_xml.html

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

8 changes: 4 additions & 4 deletions docs/reference/elx_fetch_data.html

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

4 changes: 2 additions & 2 deletions docs/reference/elx_label_eurovoc.html

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

50 changes: 25 additions & 25 deletions docs/reference/elx_make_query.html

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

4 changes: 2 additions & 2 deletions docs/reference/elx_run_query.html

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

2 changes: 1 addition & 1 deletion man/elx_curia_list.Rd

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

4 changes: 2 additions & 2 deletions man/elx_download_xml.Rd

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

8 changes: 4 additions & 4 deletions man/elx_fetch_data.Rd

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

4 changes: 2 additions & 2 deletions man/elx_label_eurovoc.Rd

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

Loading

0 comments on commit 3a23f7f

Please sign in to comment.