args_cli
, fig_start
, fig_end
, and panel_letter
functions.batch_writer
and batch_submit
, for automated job creation with sbatch
.batch_cleanup
to remove slurm batch scripts that have already been submitted.batch_writer
defaults to write smaller files with less information by default, including no email notifications by default.batch_writer
updated call to readr::write_lines
to use file
instead of path
argument, the latter of which is now deprecated (fixes deprecation warning message).fig_height
, fig_width
, and fig_scale
containing dimensions limits from some journals, and a simple scale calculator for big figures (currently just "plos" and "pnas", though checked "genetics" and "nature genetics" and found no limits specified).measurements
R package dependency.NEWS.md
slightly to improve its automatic parsing.panel_letter
changed default value for parameter adj
from 0 to -0.1, to match the analogous internal function in popkin
and to have letters lay over margin area instead of over plot area.batch_writer
added array
option for running slurm array jobs.batch_writer
added options partition
and account
.batch_submit
removed partition
option.fig_start
added options png
and png_res
, to output nice PNG files comparable to their PDF counterparts.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.