Closed kfoofw closed 4 years ago
Merging #53 into master will not change coverage by
%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #53 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 186 207 +21
=========================================
+ Hits 186 207 +21
Impacted Files | Coverage Δ | |
---|---|---|
R/nba_scraper.R | 100.00% <ø> (ø) |
|
R/nba_boxplot.R | 100.00% <100.00%> (ø) |
|
R/nba_ranking.R | 100.00% <100.00%> (ø) |
|
R/nba_team_stats.R | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a85eee0...831b75e. Read the comment docs.
Nice Job, Thanks @kfoofw
Functions revision:
nba_scraper
: Edited docstring documentation for grammar (1st sentence) and spelling correction [as per @scao1]. Also included weblink to vignette for usage in docstring.nba_boxplot
: Edited docstring documentation for grammar correction (1st sentence) [as per @scao1] Also included weblink to vignette and dataset description for usage in docstring. Function improved with warning functionality to warn user ifgrouping_list
argument has elements that do not exist in the data set. Warning statement to show that misspecified elements will be removed. [as per @scao1 and @aakanksha023 ] Edited boxplot title to be more explicitly descriptive [as per @scao1]nba_ranking
: Edited docstring documentation to include weblink to vignette and dataset description for usage. Edited ranking visualization title to be more explicitly descriptive [as per @scao1] Edited text font in visualization to default size as they were too large for a larger number of specified rankings (ie top = 5) [as per @aakanksha023 ]nba_team_stats
: Edited docstring documentation to include weblink to vignette and dataset description for usage. Function improved with warning functionality to warn user ifstats_filter
,teams_filter
,positions_filter
argument has elements that do not exist in the data set. Warning statement to show that misspecified elements will be removed. [as per @scao1 and @aakanksha023 ]General Documentation revision:
nba_scraper
to improve user onboarding experience when they are new to the package and have difficulty figuring out the other functions [as per @scao1]nba_boxplot
in Readme as a comparison of statistics among teams and position groupings. [as per @scao1 and @aakanksha023 ]nba_boxplot
(backtick formatting required for columns with "%" character).Feedback issues not covered in this PR (to be considered in other PR):
nba_ranking
[as per @aakanksha023 ]Also, there is no major feedback required for improvement/followup based on TA milestone 3 (after clarification). See closed issue #52.