(This article was first published on Data, Evidence, and Policy - Jared Knowles, and kindly contributed to R-bloggers)
My R package eeptools has reached version 0.2. As with the last release, this is still a preliminary release which means that functionality is not full, function names and code behavior may still change from version to version, and I am still looking for suggestions and ideas to improve the package -- check it out on GitHub. Below, here are the changes in the new version:
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
- New plotForWord function to export plots in a Windows MetaFile for inclusion in Microsoft Office documents
- New 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
To leave a comment for the author, please follow the link and comment on his blog: Data, Evidence, and Policy - Jared Knowles.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...