Skip to content

Commit 5cd8c56

Browse files
committed
Update documentation
1 parent ecd059f commit 5cd8c56

6 files changed

Lines changed: 46 additions & 31 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Suggests:
6161
VignetteBuilder: knitr
6262
Config/testthat/edition: 3
6363
Config/testthat/parallel: true
64-
Config/roxygen2/version: 8.0.0
64+
Config/roxygen2/version: 8.1.0

NAMESPACE

Lines changed: 39 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -99,32 +99,46 @@ import(rvest)
9999
import(stringr)
100100
import(tibble)
101101
import(xml2)
102-
importFrom(data.tree,Do)
103-
importFrom(data.tree,as.Node)
104-
importFrom(dplyr,bind_rows)
105-
importFrom(dplyr,everything)
106-
importFrom(dplyr,select)
107-
importFrom(httr,RETRY)
108-
importFrom(httr,content)
109-
importFrom(httr,message_for_status)
110-
importFrom(httr,user_agent)
102+
importFrom(data.tree,
103+
Do,
104+
as.Node
105+
)
106+
importFrom(dplyr,
107+
bind_rows,
108+
everything,
109+
select
110+
)
111+
importFrom(httr,
112+
RETRY,
113+
content,
114+
message_for_status,
115+
user_agent
116+
)
111117
importFrom(jsonlite,fromJSON)
112118
importFrom(methods,is)
113-
importFrom(purrr,map)
114-
importFrom(purrr,map2)
115-
importFrom(purrr,map_df)
116-
importFrom(purrr,map_dfr)
117-
importFrom(rlang,":=")
118-
importFrom(rlang,.data)
119-
importFrom(rlang,as_function)
120-
importFrom(rlang,fn_fmls)
119+
importFrom(purrr,
120+
map,
121+
map2,
122+
map_df,
123+
map_dfr
124+
)
125+
importFrom(rlang,
126+
":=",
127+
.data,
128+
as_function,
129+
fn_fmls
130+
)
121131
importFrom(rvest,html_table)
122132
importFrom(stringr,str_trunc)
123-
importFrom(tibble,as_tibble)
124-
importFrom(tibble,enframe)
125-
importFrom(tibble,tibble)
126-
importFrom(utils,URLdecode)
127-
importFrom(utils,URLencode)
128-
importFrom(utils,globalVariables)
129-
importFrom(utils,menu)
130-
importFrom(utils,read.table)
133+
importFrom(tibble,
134+
as_tibble,
135+
enframe,
136+
tibble
137+
)
138+
importFrom(utils,
139+
URLdecode,
140+
URLencode,
141+
globalVariables,
142+
menu,
143+
read.table
144+
)

R/eup.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ connect_eup <- function(...) {
3131
#' @param mode character; the mode of operation. Can be one of \code{"offline"}
3232
#' (offline access) or \code{"ws"} (web service access). Currently only offline
3333
#' mode is implemented.
34-
#' ... Further args passed on to [DBI::dbConnect()]
34+
#' @param ... Further args passed on to [DBI::dbConnect()]
3535
#' @return A data frame of converted identifiers, in the same order as
3636
#' the input \code{query}. If an identifier could not be converted, the
3737
#' corresponding output will be \code{NA}. If multiple matches are found for a

man/eup_convert.Rd

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

man/jagst.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.

man/lc50.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)