Releases: lindbrook/packageRank
packageRank 0.9.4
Function Changes
- match input vector order with output data frame in packageRank() and
queryPackage(). - add/set queryPackage(check.package = TRUE).
- move unique.packages to cranDistribution() list element and return via
summary(). - add/set print.cranDistribution(top.n = 20).
- remove parallel implementation of packageLog().
- amend stop() message in fixDate_2012().
- add 2012 exception to rev_fixDate_2012().
- add total downloads to print.cranDistribution() & summary.cranDistribution().
- use localTime() in logInfo().
Plot Changes
- amend title and subtitle in plot.cranDistribution().
- amend x-axis in plot.packageDistribution().
- add day of week to plot.cranDistribution() title.
Fixes
- fix memoization in cranDistribution().
packageRank 0.9.3
packageRank 0.9.3
New Functionality
- add cranDistribution() with plot, print and summary methods.
- add queryCount(), queryPackage(), queryPercentile() and queryRank().
- refactor and use memoization and cranDistribution() in packageRank().
Function Changes
- add/set packageRank(rank.ties = TRUE).
- compute cores only for cranDistribution(ip.filter = TRUE).
Plot Changes
- use grDevices::devAskNewPage() with multiple packages in
plot.packageRank(graphics = "base").
Fixes
- fix transitory problem of multiple instances of a package on CRAN during a
package update.
packageRank 0.9.2
Fixes
- amend pro.mode = TRUE error message for cranDownloadsB() 'from' argument.
- amend 'cranlogs' guess-timate in logInfo().
- fix multiple smoother subtitles: addMultiPlotSmoother and addRPlotSmoother().
packageRank 0.9.1
New Functionality
- add/set cranDownloads(pro.mode = FALSE).
Fixes/Updates
- update cranMirrors().
- fix cranDownloads(to = NULL).
- fix dayOfMonth(end.of.month = TRUE).
- fix plot(cranDownloads(pkg, when = "last-month"), unit.observation = "week",
smooth = TRUE). - fix smoothWeekData() call in addSmoother()
Plot Changes
- use title case for axes labels.
- contextualize smoother subtitle in plot.cranDownloads(graphics = "base").
Documentation
- amend discussion of smoother parameters (loess as "default") in README.
packageRank 0.9.0
New Functionality
- add rLog().
- add cranPackageSize(mac.ver = "arm").
Deprecated
- remove tripletFilter() - redundant with amended sizeFilter().
Fixes/Updates
-
If available, multi.core = FALSE by default in all functions.
-
amend/correct aggregateData(unit.observation = "week").
-
fix computeFileSizeB() for multiple size units.
-
update cranMirrors().
-
update/set cranPackageSize(r.ver = "4.3").
-
fix argument error in packageArchive() for sizeFilter().
-
fix packageDistribution() for multiple packages.
-
add timeout fix to packages_on_CRAN(), packageArchive() and packageCRAN().
-
fix/ensure exact package name matching in packageCRAN().
-
return latest release in package_info() for packageCRAN() (n.b. pkg updates).
-
fix packageCRAN(size) and packageArchive(size).
-
fix packageHistory("R").
-
match point types in
plot.cranDownloads(graphics = "ggplot2", unit.observation = "week"). -
modify removeSequences() for high volume packages.
-
fix typo/error in sequenceFilter().
Function Changes
-
use previous day if today not available in cranDownloads().
-
remove non-user facing functions from NAMESPACE.
-
update 'ggplot2' syntax in cranDownloads() plot functions,
ggPlot(), gg_bioc_plot(), plot.annualDownloads(), plotDownloadsCountry(),
plot.packageDistribution(), plotTopCountryCodes(), plot.weeklyDownloads() and
plot.packageVersionPercent(). -
check internet connection in bioconductorDownloads() and bioconductorRank().
-
change "warn.msg" to "print.message" in checkPackage().
-
remove dev.mode argument from checkPackage().
-
add/set plot.countryDistribution(N = 10) for top N country domains.
-
match cranlogs::cran_downloads() behavior with duplicate packages in
cranDownloads() and packageHistory(). -
add delta count and inflation unit in filteredDownloads().
-
replace ip_filter() with greedyIP() in ipFilter().
-
use only counts in greedyIP() in ipFilter().
-
compute run length encoding and candidate.data in ipFilter(campaigns = TRUE).
-
change/set ipCount(sort.count = TRUE).
-
use "file.url.date" in ipCount() and ipDownloads().
-
disable parallel code for ipFilter(campaigns = TRUE).
-
include local time with logInfo(details = TRUE).
-
check last 3 rather than last 7 logs for logInfo(details = TRUE).
-
name list elements in packageHistory().
-
set packageHistory(check.package = TRUE).
-
use "crandb_file_date" for dates in packageHistory().
-
use packageCRAN() instead of mpackages_on_CRAN() in packageHistory().
-
return empty data frame for no CRAN, no Archive in packageHistory0().
-
make packageHistory0(), packageCRAN() and packageArchive() standalone and
private. -
change plot.annualDownloads(f = 1/4).
-
add/set plot.annualDownloads(line.col = "gray") and fix outliers.
-
replace log_count argument with log.y in plot.bioconductorRank and
plot.packageRank(). -
rename/set sequenceFilter(delta.time = 10).
-
add pre-flight checks to sequenceFilter() and smallFilter().
-
replace identifySequences() with removeSequences() in sequenceFilter().
-
set packageHistory(check.package = FALSE) in sequenceFilter().
-
filter out undersized downloads of past versions in sizeFilter().
-
add exception for "R" in validatePackage() and validatePackage0().
-
remove tripletFilter() code from utilities.R functions.
Documentation
- add annualDownloads() example to README.
- add personal default plots to README.
packageRank 0.8.3
Fixes
- use packageLifeFilter() only when cranDownloads(check.package = TRUE).
- remove fix for doubled cranlogs::cran_downloads(packages %in% c(NULL, pkg))
counts; underlying 'cranlogs' issue #68 fixed.
Documentation
- amend/update README.
Changes
- clean DESCRIPTION Imports.
packageRank 0.8.2
packageRank 0.8.2
Fixes
- fix "doubled" cranlogs::cran_downloads(packages = "R") R application
download counts in cranDownloads() from 2023-09-12 to 2023-10-02. - fix doubled cranlogs::cran_downloads(packages %in% c(NULL, pkg)) download
counts in cranDownloads() from 2023-09-19 to 2023-10-01. - add timeout fix to checkPackage().
Function Changes
- set packageHistory(check.package = FALSE)
- remove "Today's results not available" message from cranDownloads().
Documentation
- amend Sunday/Wednesday R Windows application download spikes README note.
- add discussion of "doubled" counts in cranlogs::cran_downloads() to README.
packageRank 0.8.1
New Functionality
- add packages_on_CRAN(), packages_in_Archive(), packages_observed_in_logs()
and packages_partitioned(). - add extractArchiveDate().
- add/set packages_partitioned(observed.downloads = FALSE).
Fixes
- amend packageLog() for packages that get filtered to zero.
- amend/fix sizeFilter() for archive-only packages.
- fix pkgsearch::cran_package_history() "try-error" in packageHistory().
- fix ylim in plot.cranDownloads(graphics = "base", unit.observation = "week").
- fix logInfo() when 'cranlogs' not available.
- set filteredDownloads(all.filters = FALSE) if any individual filter is TRUE.
- add temporary timeout = 600L to packages_partitioned().
- set options(timeout = 600L) in cranPackageSize().
- sort list element names in packageHistory().
Function Changes
- set packageLog(check.package = FALSE) in filteredDownloads().
- memoize packages_partitioned().
- add/set dev.mode = FALSE for ipFilter() in countryDistribution(),
countryPackage() and ipPackage(). - add memoized archivePackages().
- refactor checkPackage().
- change result data type and content of validatePackage().
- add 'cranlogs' check to cranDownloads().
- add/use memoized packageHistory0() in packageHistory().
- allow mix of CRAN and Archive-only packages (and R) in packageHistory().
- add memoized packages_on_CRAN().
- add CRAN check to packageHistory().
Documentation
- note Wednesday R Windows application download spikes in README.
packageRank v0.8.0
Fixes
- add lookup for exceptions in cranMirrors().
- fix plot.cranDownloads(graphics = "base", multi.plot = TRUE, smooth = TRUE).
- fix sequenceFilter() for packages not in CRAN Archive.
Function Change
- set annualDownloads(log.y = FALSE).
- add/set annualDownloads(sep.y = FALSE).
- add/set cranMirrors(description = FALSE).
- change logInfo(list.available = FALSE) to logInfo(show.available = FALSE).
- set class of packageHistory()$Date to "Date".
- archive/deprecate packageMRAN() and related functionality.
- set loess as default smoother in plot.cranDownloads()
Documentation
- add discussion about R Windows Sunday downloads to README.
packageRank v0.7.2
packageRank 0.7.2
Function Change
- add exception to logInfo() when 'cranlogs' is down.