qdapTools Version 2.0.0.b
trinker
released this
31 May 15:25
·
303 commits
to master
since this release
CHANGES IN qdap VERSION 2.0.0
The qdapTools
package now houses several former qdap functions. While
qdapTools
is a Dependency and all of these functions will be accessible to
the qdap user there is a break in backward compatibility if these functions
are included in code. For this reason this release is a major bump of qdap.
BUG FIXES
replace_number
did not replace single digits numbers. Spotted by Ben Bolker.
This behavior has been fixed and unit testing added for this function. See
issue #178.
NEW FEATURES
sub_holder
added; this function holds the place for particular character
values, allowing the user to manipulate the vector and then revert the place
holders back to the original values.Network
method added to make network plots of select qdap objects.qtheme
,theme_nightheat
,theme_duskheat
, theme_norah,
theme_cafe,
theme_grayscale,
theme_badkitchen, and
theme_hipsteradded to style
Network` plots.polarity
picks up aNetwork
method.formality
picks up aNetwork
method.- qdap officially begins utilizing the
testthat
package for unit testing,
though only a few functions have begun the process, more will be added over
time.
MINOR FEATURES
IMPROVEMENTS
CHANGES
- The
qdapTools
package now houses the following formerqdap
functions:
hash
,%ha%
,hash_look
,hms2sec
,id
,lookup
,%l%
,%l+%
,%l*%
,
repo2github
,sec2hms
,text2color
,url_dl
,v_outer
,list2df
,
matrix2df
,vect2df
,list_df2df
,list_vect2df
,counts2list
,
vect2list
, &mtabulate
. These functions will continue to be available to
qdap users in interactive mode (qdapTools
is a Dependency and thus these
functions are loaded into the workspace by default). This will allow this
bundle of functions to be used outside of qdap without calling the larger qdap
package per the request of Kirill Muller (see issue #165). - As schedulaed the
dissimialrity
function has been removed from the qdap
package to avoid conflict with thetm
package. UseDissimilarity
function
instead.