Skip to content

Commit df45b8b

Browse files
committed
doc all params in 'rm_data_user' fn
1 parent 20d95d9 commit df45b8b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: repometrics
22
Title: Metrics for Your Code Repository
3-
Version: 0.1.3.002
3+
Version: 0.1.3.003
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))

R/data-user.R

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#' the end date of data collection. Defaults to `Sys.time()`.
66
#' @param nyears Parameter <= 1 determining fraction of a year over which data
77
#' up until `end_date` are collected.
8+
#' @param n_per_page Number of items per page to pass to GitHub GraphQL API
9+
#' requests. This should never need to be changed.
810
#' @return A list of the following `data.frame` objects:
911
#' \enumerate{
1012
#' \item `commit_cmt` with details of commits made on commits

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/repometrics",
99
"issueTracker": "https://github.com/ropensci-review-tools/repometrics/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.3.002",
11+
"version": "0.1.3.003",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

man/rm_data_user.Rd

+10-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)