Site icon R-bloggers

Version 1.1 of the likert Package Released to CRAN

[This article was first published on Jason.Bryer.org Blog - R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

After some delay, we are happy to finally get version 1.1 of the likert package on CRAN. Although labeled 1.1, this is actually the first version of the package released to CRAN. After receiving some wonderful feedback from useR! this year, we held back releasing until we implemented many of the feature suggestions. The NEWS file details most of what is in this release, but here are some highlights:

There are four demos available:

The useR! 2013 slides can be downloaded from Github as well as the abstract. More documentation is available at http://jason.bryer.org/likert and be sure to request feature requests or bug reports on the Github page at https://github.com/jbryer/likert

install.packages('likert',repos='http://cran.r-project.org')
require(likert)

The package is hosted on Github at http://github.com/jbryer/likert. You can always download the latest development version using devtools.

require(devtools)
install_github('likert','jbryer')

We have already started work on version 1.2 which will include:

To leave a comment for the author, please follow the link and comment on their blog: Jason.Bryer.org Blog - R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.