Monday, August 11, 2014 GrapheR graphics R tcltk GrapheR: A GUI for base graphics in R How did I miss the GrapheR package? The author, Maxime Hervé , published an article about the package [1] in the same issue of the R Jour... Read more »
Monday, July 14, 2014 R tcltk Simple user interface in R to get login details Occasionally I have to connect to services from R that ask for login details, such as databases. I don't like to store my login details ...