New version of UsingR package
A new version of the UsingR package (version 0.1-2) is now
available. Installation can be done with
> install.packages("UsingR")
Or, if you do not have the proper permissions,
> install.packages("UsingR", lib="/where/ever/you/can/write")
New in this version is a function usingr() that opens a browser to the UsingR web pages. Arguments can be given to go to specific pages, such as usingr("errata"), or usingr("changes").
