Releases: jknowles/eeptools
Releases · jknowles/eeptools
v1.2.5
eeptools CRAN Release 1.2.0
Latest CRAN version of eeptools
Version 1.0
You can find the full list of bug fixes in the NEWS file. The key difference is providing compatibility for the latest release of ggplot2 and updating the list of functions exported by the package.
0.9.0
eeptools 0.9
This is a major update including removing little used functions and renaming
and restructuring functions.
New Functionality
- A new package vignette is now included
nth_max
function for finding thenth
highest value in a vectorretained_calc
now accepts user specified values forsid
andgrade
destring
function deprecated and renamed tomakenum
to better reflect the
use of the functioncrosstabs
function exported to allow the user to generate the data behind
crosstabplot
but not draw the plot
Deprecated
dropbox_source
deprecated, use therdrop2
packageplotForWord
function deprecated in favor of packages likeknitr
andrmarkdown
mapmerge2
has been deprecated in favor of a testedmapmerge
mosaictabs.labels
has been deprecated in favor ofcrosstabplot
Bug Fixes
nsims
ingelmansim
was renamed ton.sims
to align with thearm
package- Fixed bug in
retained_calc
where user specifiedsid
resulted in wrong
ids being returned - Inserted a meaningful error in
age_calc
when the enddate is before the date
of birth - Fixed issue with
age_calc
which lead to wrong fraction of age during leap
years lag_data
now can do leads and lags and includes proper error messages- fix major bugs for
statamode
including faulty default to method and returning
objects of the wrong class - add unit tests and continuous integration support for better package updating
- fix behavior of
max_mis
in cases when it is passed an empty vector or a
vector of NA leading_zero
function made robust to negative values- added NA handling options to
cutoff
andthresh
- Codebase is now tested with
lintr
to improve readability
Version 0.3
Version 0.3
eeptools 0.3
- unit tests for decomma, gelmansim, and statamode using
testthat
package - statamode updated to work with data.table
- age_calc function from Jason Becker given new precision option
- moves_calc function from Jason Becker
- gelmansim function to do post-estimation prediction on new data from model objects using functionality in the
arm
package - lag_data function to create groupwise nested lags quickly
eeptools 0.2
- new functions for building maps with shapefiles including mapmerge to merge a dataframe and a shapefile, and ggmapmerge to conver this to a document for making a map in ggplot2
- statamode updated to allow for multiple methods for handling multiple modes
- remove_stars deleted and replaced with remove_char to allow for users to specify an arbitrary character string to be removed
- add plotForWord function to export plots in a Windows MetaFile for inclusion in Microsoft Office documents
- add age_calc function to allow calculating the age of a vector of birthdates relative to the current date
- fix typos in documentation
- fix startup message behavior
- remove dependencies of the package dramatically so loading is faster and more lightweight