We have the following copied example for lubridate in the vignette.
Function In-Subgraph Size Coverage Ratio Total Lines divide_period_by_period 39 1 2 days 22 1 1 check_duration 15 0 1 as.POSIXt 13 0 1 eweeks 13 0 2 check_interval 12 0 11 date<- 12 NA NA add_months 10 1 4 ceil_multi_unit 10 1 1 am 6 1 1I am not able to reproduce this result.
Installing the current CRAN version (0.3.2), and using the version of lubridate specified in the vignette, I get the following for the top 10 nodes by inSubgraphSize
:
node inSubgraphSize coverageRatio totalLines
1: month 82 1 1
2: tz 80 1 1
3: reclass_date 69 1 1
4: date 68 1 1
5: is.Date 61 1 1
6: is.POSIXt 58 1 1
7: wday 57 1 1
8: .deprecated 56 0 10
9: is.POSIXct 56 1 1
10: as_date 53 1 1
If I look at the same 10 nodes as the vignette, I get
node inSubgraphSize coverageRatio totalLines
1: divide_period_by_period 1 1 2
2: days 10 1 1
3: check_duration 1 0 3
4: as.POSIXt 1 0 1
5: eweeks 1 0 2
6: check_interval 1 0 13
7: date<- 1 NA NA
8: add_months 3 1 4
9: ceil_multi_unit 5 1 1
10: am 2 1 1
I suspect what happened was two things:
divide_period_by_period
is even mentioned in that issue.I think we should just replace this table in the vignette with the new correct top 10 nodes. I will do it as part of PR #181.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4