Recent Releases of broman

broman - Version 0.88

Version 0.88, 2025-09-03

  • Fixed a bug in jiggle() for the case of a factor where some levels are missing. This showed up as a problem with dotplot(), which calls jiggle(). Fixes Issue #16.

- R
Published by kbroman 6 months ago

broman - Version 0.86

Version 0.86, 2025-06-08

  • Added runningratio2() which is like runningratio() but instead of a fixed-width window, it uses an adaptive window to hit some target denominator.

- R
Published by kbroman 9 months ago

broman - Version 0.84

Version 0.84, 2024-05-18

  • Allow NAs in runningmean() and runningratio().

  • Add scale argument to time_axis() to allow control over time labels it gives, and format argument for customized labels.

  • Add function timeplot(), which is like grayplot() but with x-axis being date/times.

- R
Published by kbroman almost 2 years ago

broman - Version 0.82

Version 0.82, 2024-05-05

  • Small change to documentation for objectsizes() (Mb -> MB)

  • Added function time_axis() for helping set up axis labels for date/times.

- R
Published by kbroman almost 2 years ago

broman - Version 0.80

Version 0.80, 2022-07-08

  • Include in a C file, for upcoming change to R.
  • Convert NEWS to NEWS.md

- R
Published by kbroman over 3 years ago

broman - Version 0.76

Version 0.76, 2021-10-11

  • Removed all pushbullet functions. They stopped supporting iOS which makes it useless for me.

  • Added warning to dec2hex() and add to documentation for that and hex2dec(), about maximum allowable values (2^31 - 1).

  • Revised bromanversion() to handle a case like "0.74".

  • Removed dependence on jsonlite and assertthat

- R
Published by kbroman over 4 years ago

broman - Version 0.72-4

Version 0.72-4, 2021-02-04

  • Changed default max_jiggle in dotplot() to 0.45 (rather than NULL). Similarly changed default for maxvalue in jiggle() to 0.45.
  • Fixed typo in help file for excel_fig().

- R
Published by kbroman about 5 years ago

broman - Version 0.71-6

  • Changed the default "jiggle" method in jiggle() and dotplot() to be "random", as it seems to work better than the deterministic approach ("fixed").

  • Fixed problem in ciplot() to avoid warnings about some graphics parameters.

  • grayplot() now can take mgp graphics argument.

  • Added argument maxvalue to jiggle(), and max_jiggle to dotplot(), to better control the horizontal jiggling of points when there is a lot of data. (Fixes Issue #8)

  • Make it so you can adjust the vertical lines in dotplot() by including vlines.lwd and/or vlines.col. (Fixes Issue #7)

  • Make it so you can use voverh in dotplot()

  • Fixed potential problem in documentation, since plot() has moved from the graphics package to base.

- R
Published by kbroman over 5 years ago

broman - Version 0.70-4

Released to CRAN on 2020-05-21

  • Added an option to include grid lines in triplot(), and a separate function trigrid() that does the work and may be called separately.

  • Added twocolorpal() for a color palette that goes from one color (say blue) to another (say red) through a third (say white). That is, blue to white to red.

  • In vec2string(), add conjunction argument, to allow a different combining word than "and".

  • In ciplot(), allow argument main in ... to be passed to grayplot() and so on to plot().

- R
Published by kbroman over 5 years ago

broman - version 0.69-5

Version 0.69-5, 2019-04-11:

Added function ciplot() for plotting a set of confidence intervals.

Added operators %nin%, %win%, and %wnin%. a %nin% b is like !(a %in% b) a %win% b is like a[a %in% b] a %wnin% b is like a[a %nin% b]

Added function spell_out() for spelling out numbers provided they are smallish integers. Goes with the datasets numbers and Numbers.

Added function revgray() that's like revrainbow() but white/black.

In dotplot(), make "Group" the default axis label whether rotated or not. (Was when rotate=TRUE, but not when rotate=FALSE.)

Use Markdown throughout documentation

- R
Published by kbroman almost 7 years ago