stringr
dependency for a stringi
dependency since stringr also
imports (and, hence, forces installation of) glue
and magrittr
which are not needed.
lubridate
still requires stringr
but this is step one in the eventual removal
of lubridate
. The ultimate goal is to have this dependent only on stringi
and stats
and (possibly) even only just stats
.prefix::
to all imported functions to improve package
safety & readability.stats
to the Imports:
in DESCRIPTION
.@md
roxgen tags
where needed.Depends:
R version to require 3.0.0 given lubridate
's min R version.POSIXct
objects in the data frames nowNEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.