Skip to content

Commit ac6de7b

Browse files
committedJul 3, 2024
apply smoothing filter to review times #37 same as durations
1 parent 6b232e5 commit ac6de7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashboard
22
Title: What the Package Does (One Line, Title Case)
3-
Version: 0.2.2.041
3+
Version: 0.2.2.042
44
Authors@R:
55
person(given = "First",
66
family = "Last",

‎codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "dashboard: What the Package Does (One Line, Title Case)",
77
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
88
"license": "https://spdx.org/licenses/MIT",
9-
"version": "0.2.2.041",
9+
"version": "0.2.2.042",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",

‎quarto/history.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Plot.plot({
239239
```
240240

241241

242-
## Review duration {#review-duration}
242+
## Review durations {#review-duration}
243243

244244
Review durations are displayed here in terms of two main measures:
245245

@@ -406,7 +406,7 @@ get_rev_hours <- function (dat, period = "quarter", flen = 3) {
406406
dat [index] <- stats::filter (dat, filt) [index]
407407
return (dat)
408408
}
409-
# rev_hours$hours <- filter_dat (rev_hours$hours, flen = flen)
409+
rev_hours$hours <- filter_dat (rev_hours$hours, flen = flen)
410410
411411
return (rev_hours)
412412
}

0 commit comments

Comments
 (0)