Skip to content

Commit c0337f0

Browse files
authored
Merge pull request #540 from lindbrook/release
update package documentation
2 parents 6b00084 + 0c816b1 commit c0337f0

4 files changed

Lines changed: 23 additions & 93 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: packageRank
22
Type: Package
33
Title: Computation and Visualization of Package Download Counts and Percentile Ranks
4-
Version: 0.9.3.9016
5-
Date: 2024-11-11
4+
Version: 0.9.4
5+
Date: 2024-11-13
66
Authors@R: person("lindbrook", email = "lindbrook@gmail.com",
77
role = c("aut", "cre"))
88
Maintainer: lindbrook <lindbrook@gmail.com>

NEWS.md

Lines changed: 17 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,28 @@
1-
### packageRank 0.9.3.9016
1+
### packageRank 0.9.4
22

3-
- update/copyedit README sections IV and V.
4-
5-
6-
### packageRank 0.9.3.9015
7-
8-
- use localTime() in logInfo().
9-
10-
11-
### packageRank 0.9.3.9014
12-
13-
- amend plot.cranDistribution() title and subtitle.
14-
15-
16-
### packageRank 0.9.3.9013
17-
18-
- add total downloads to print.cranDistribution() & summary.cranDistribution().
19-
20-
21-
### packageRank 0.9.3.9012
22-
23-
- amend plot.cranDistribution() title.
24-
25-
26-
### packageRank 0.9.3.9011
27-
28-
- add day of week to plot.cranDistribution() title.
29-
30-
31-
### packageRank 0.9.3.9010
32-
33-
- amend x-axis in plot.packageDistribution().
34-
35-
36-
### packageRank 0.9.3.9009
37-
38-
- amend README query functions and cranDistribution() sections.
39-
40-
41-
### packageRank 0.9.3.9008
42-
43-
- amend stop() message in fixDate_2012().
44-
- add 2012 exception to rev_fixDate_2012().
45-
46-
47-
### packageRank 0.9.3.9007
48-
49-
- update syntax for packageLog() in filteredDownloads() and packageCountry().
50-
51-
52-
### packageRank 0.9.3.9006
53-
54-
- update reference for unique packages downloaded in packageRank().
55-
56-
57-
### packageRank 0.9.3.9005
58-
59-
- remove parallel implementation of packageLog().
60-
61-
62-
### packageRank 0.9.3.9004
3+
#### Function Changes
634

64-
- move unique.packages to cranDistribution() list element and return via
5+
- match input vector order with output data frame in packageRank() and
6+
queryPackage().
7+
- add/set queryPackage(check.package = TRUE).
8+
- move unique.packages to cranDistribution() list element and return via
659
summary().
66-
- amend subtitle in plot.cranDistribution().
6710
- add/set print.cranDistribution(top.n = 20).
11+
- remove parallel implementation of packageLog().
12+
- amend stop() message in fixDate_2012().
13+
- add 2012 exception to rev_fixDate_2012().
14+
- add total downloads to print.cranDistribution() & summary.cranDistribution().
15+
- use localTime() in logInfo().
6816

17+
#### Plot Changes
6918

70-
### packageRank 0.9.3.9003
71-
72-
- remove memoized cranDistribution().
73-
- include parallelized code for percentile rank in cranDistribution().
74-
75-
76-
### packageRank 0.9.3.9002
77-
78-
- add/set queryPackage(check.package = TRUE).
79-
80-
81-
### packageRank 0.9.3.9001
82-
83-
- match input vector order with output data frame in queryPackage().
84-
- use 'packages' as argument.
85-
19+
- amend title and subtitle in plot.cranDistribution().
20+
- amend x-axis in plot.packageDistribution().
21+
- add day of week to plot.cranDistribution() title.
8622

87-
### packageRank 0.9.3.9000
23+
#### Fixes
8824

89-
- match input vector order with output data frame in packageRank().
25+
- fix memoization in cranDistribution().
9026

9127

9228
### packageRank 0.9.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/packageRank)](https://cran.r-project.org/package=packageRank)
4-
[![GitHub\_Status\_Badge](https://img.shields.io/badge/GitHub-0.9.3.9016-red.svg)](https://github.com/lindbrook/packageRank/blob/master/NEWS.md)
4+
[![GitHub\_Status\_Badge](https://img.shields.io/badge/GitHub-0.9.4-red.svg)](https://github.com/lindbrook/packageRank/blob/master/NEWS.md)
55
## packageRank: compute and visualize package download counts and percentile ranks
66

77
[‘packageRank’](https://CRAN.R-project.org/package=packageRank) is an R

cran-comments.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Test environments
22

3-
* local: macOS 13.7; R 4.4.1 (2024-06-14)
3+
* local: macOS 13.7.1; R 4.4.2 (2024-10-31)
44
* macOS builder: release
55
* win-builder: devel, oldrelease and release
66

@@ -11,21 +11,15 @@ R 4.4.1 (2024-06-14):
1111
* 0 errors | 0 warnings | 0 notes
1212

1313

14-
### R macOS builder check results - aarch64-apple-darwin20
15-
16-
r-devel-macosx-arm64: R 4.4.0 (2024-04-24):
17-
* 0 errors | 0 warnings | 0 notes
18-
19-
2014
### R win-builder check results - x86_64-w64-mingw32 (64-bit)
2115

22-
R-devel: R Under development (2024-10-14 r87233 ucrt):
16+
R-devel: R Under development (2024-11-11 r87319 ucrt):
2317
* 0 errors | 0 warnings | 0 notes
2418

2519
R-oldrelease: R 4.3.3 (2024-02-29 ucrt):
2620
* 0 errors | 0 warnings | 0 notes
2721

28-
R-release: R 4.4.1 (2024-06-14 ucrt):
22+
R-release: R 4.4.2 (2024-10-31 ucrt):
2923
* 0 errors | 0 warnings | 0 notes
3024

3125

0 commit comments

Comments
 (0)