Tag Archives: cran

pacman Ver 0.4.1 Release

It was just over a year ago that Dason Kurkiewicz and I released pacman to CRAN.  We have been developing the package on GitHub in the past 14 months and are pleased to announce these changes have made their way … Continue reading

Posted in Uncategorized, work flow | Tagged , , , , , | 4 Comments

Spell Checker for R…qdap::check_spelling

I often have had requests for a spell checker for R character vectors. The utils::aspell function can be used to check spelling but many Windows users have reported difficulty with the function. I came across an article on spelling in … Continue reading

Posted in qdap, Uncategorized | Tagged , , , , , , | 9 Comments

qdap 1.1.0 Released on CRAN

We’re very pleased to announce the release of qdap 1.1.0 This is the fourth installment of the qdap package available at CRAN. Major development has taken place since the last CRAN update. The qdap package automates many of the tasks … Continue reading

Posted in qdap | Tagged , , , , , , , , , | 1 Comment

Correspondence Analysis in R

Correspondence analysis (from a layman’s perspective) is like principal components analysis for categorical data. It can be useful to discover structure in this type of data. My friend Gianmarco Alberti, an archaeologist, has put together an in depth web site … Continue reading

Posted in analysis | Tagged , , , , , , | Leave a comment

paste, paste0, and sprintf

I find myself pasting urls and lots of little pieces together lately. Now paste is a standard go to guy when you wanna glue some stuff together. But often I find myself pasting and getting stuff like this: Rather than … Continue reading

Posted in paste, Uncategorized | Tagged , , , , , | 20 Comments

How do I re-arrange??: Ordering a plot revisited

Back in October of last year I wrote a blog post about reordering/rearanging plots. This was, and continues to be, a frequent question on list serves and R help sites. In light of my recent studies/presenting on The Mechanics of … Continue reading

Posted in factor, ggplot2, Uncategorized, visualization, work flow | Tagged , , , , , , , | 12 Comments

Sharing my R notes

I started working with R 2 1/2 years ago. I remember opening R closing it and thinking it was the dumbest thing ever (command line to a non programmer is not inviting). Now it’s my constant friend. From the beginning … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | 26 Comments

reports 0.1.2 Released

I’m very pleased to announce the release of reports : An R package to assist in the workflow of writing academic articles and other reports. This is the first CRAN release of reports: http://cran.r-project.org/web/packages/reports/index.html The reports package assists in writing … Continue reading

Posted in reports, work flow | Tagged , , , , , , , , , , , , , , , , , | 7 Comments

qdap 0.2.0 released

This is the first CRAN release of qdap (qdap 0.2.0) found here.  qdap (Quantitative Discourse Analysis Package) is an R package designed to assist in quantitative discourse analysis. The package stands as a bridge between qualitative transcripts of dialogue and … Continue reading

Posted in discourse analysis, package creation, qdap | Tagged , , , , , , | Leave a comment