Installation/Update of package desk v.1.1.0 under R ---------------------------------------------------- Make sure that you have RStudio installed and loaded and that your computer is connected to the internet. Then you copy the installation command from below into your console window. In case an old version of desk is already installed run: detach(package:desk, unload = T) Then ... ... Windows users use the command: install.packages("http://www.vwl3.ovgu.de/vwl3_media/Downloads/desk/desk_1.1.0.zip", repos = NULL, type = "binary") ... Apple Macintosh users use the command: install.packages("http://www.vwl3.ovgu.de/vwl3_media/Downloads/desk/desk_1.1.0.tar.gz", repos = NULL, type = "source")