-
Avoid failure in fledge workflow if no changes (#20).
-
Sync with base (#19).
-
Upkeep (#14, #16).
-
Relicense as MIT (#14, #16).
- Deprecate functions with better alternatives found elsewhere:
coalesce.na()
:dplyr::coalesce()
hms.to.seconds()
andseconds.to.hms()
: the hms packagelist.to.df()
,df.to.list()
,nlist()
andnc()
: the tibble packageofactor()
:forcats::fct_inorder()
sample.data.frame()
:dplyr::sample_n()
thisfile()
and others: the rprojroot packagetll()
:purrr::transpose()
vswitch()
:dplyr::recode()
- Unexported
setMissingNames()
- Remove call to
test_examples()
in tests (#12, @jimhester).
- New
cut_format()
with ability to tweak label formatting, and more sensible defaults (#9).- With examples.
- Throws an error if
breaks
is an atomic value.
- New
list_to_df()
anddf_to_list()
. - New vectorized switch function
vswitch
. - Export all helper functions used by
thisfile()
. gdiff()
does not attempt to maintain class information, the called function is supposed to do this.gdiff()
accepts a factor as input.- Determine knitr input via
knitr::current_input()
(#6). - Use AppVeyor (checks on Windows), Coveralls (coverage analysis) and lintr (static code analysis).
- Fix CRAN checks.
- Function
ofactor
now uses...
instead of explicit argument list (making it compatible to R 2.15.3 and future versions of R), and acceptslevels
argument (works likefactor
then)
- Cleanup for CRAN release
-
New function
thisfile
: Returns a guess for the path of the currently executed script -
Removed all dependencies to Rcpp
-
Removed useless Rcpp "Hello World" code
-
New function
ofactor
: Creates a factor that maintains the order of levels in the data
-
Remove functions
tc
andtlist
, they're now part of the sweetnR package -
New function
tll
: Transposes a list of lists
- Added functions:
sample.rows
hms.to.seconds
andseconds.to.hms
in_interval
nlist
coalesce.na
export