From 813b2bba907bf2a62e1d5d58e9f362c09da7dfc1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 7 Oct 2014 07:26:39 +0200 Subject: Improvements to README, don't run save commands in examples --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 41bd8ac..8468b6d 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ install.packages("gmkin") This should pull the gmkin package and its dependencies, notably the gWidgetsWWW2 package which is not available from the CRAN archive (see above). +Mac users that have the necessary development files installed can probably +install from the source files in this repository (not tested). ### Keeping it current @@ -57,12 +59,8 @@ options(repos = c(CRAN = "http://cran.rstudio.com", gmkin_repo = "http://kinfit.r-forge.r-project.org/repo")) ``` -to your startup options, e.g. to your `.Rprofile` file. Please consult the help -page for this, e.g. by typing - -```s -?Startup -``` +to your startup options, e.g. to your `.Rprofile` file. For details, please +consult the help page for this, e.g. by typing `?Startup` in R. You can than update your packages including gmkin by using `update.packages()`, please see its help files for details. @@ -105,7 +103,7 @@ gmkin() ``` The following screenshot is taken after loading the gmkin workspace with -an analysis of FOCUS dataset Z. It has to be saved as an .RData file +an analysis of FOCUS dataset Z. It has to be saved in R as an .RData file first, and can then be loaded to the GUI. ```s -- cgit v1.2.1