trinker
released this
27 Apr 01:45
·
118 commits
to master
since this release
NEWS
Versioning
Releases will be numbered with the following semantic versioning format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor
and patch) - New additions without breaking backward compatibility bumps the minor
(and resets the patch) - Bug fixes and misc changes bumps the patch
wakefield 0.1.0
<b>BUG FIXES</b>
employment
was misspelled asempoyment
. Caught by Danilo Freire (issue #2).
<b>NEW FEATURES</b>
r_list
&r_data_frame
now add a suffix to repeat variable names in a
sensible way. The separator is controlled byrep.sep
. Suggested by
Ananda Mahto. See issue #1 for details.r_list
andr_data_frame
can utilizer_series
andr_dummy
to produce
series of variables. Suggested by Ananda Mahto. See issue #1 for details.r_series
added to produce a series of grouped data. This is useful for
simulating repeated measures or survey questions. Suggested by Ananda Mahto.
See issue #1 for details.as_integer
added as a means of coercing all columns of afactor
data.frame
tointeger
s.r_dummy
added to produce multiple dummy columns from a single factor.dob
andbirth
functions added for date of birth variable.peek
added to allow a truncated head inspection of all columns of a
data.frame
.table_heat
&plot.tbl_df
added to visualize column types &NA
s.r_insert
added to safely insertdata.frame
s into ar_data_frame
or
r_list
object.
<b>MINOR FEATURES</b>
seriesname
function added to give adata.frame
an attributeseriesname
.
Typicaly this is for internal use.
IMPROVEMENTS
<b>CHANGES</b>
wakefield 0.0.1
This package is designed to generates random data sets including: data.frames
,
lists
, and vectors
.