From 5cba6b4cdaee9fdb24f9cea338aafb522ceb0361 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 13 Oct 2017 12:37:43 +0200 Subject: Install with drat, static documentation rebuilt by pkgdown --- README.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 1849925..809551b 100644 --- a/README.html +++ b/README.html @@ -4,7 +4,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -134,14 +134,15 @@ $(document).ready(function () {

Installing gmkin and gWidgetsWWW2

-

Windows and Linux users running R 3.1.0 or later can make use of the package repository on R-Forge. Before installing gmkin, you should update your R packages already installed, e.g. by starting R, and pasting the command

+

Windows and Linux users running R 3.1.0 or later can make use of my drat package repository on github. Before installing gmkin, you should update your R packages already installed, e.g. by starting R, and pasting the command

update.packages()

or similar, depending on your R installation.

-

For installing gmkin or upgrading to the latest released version, please use the command

-
install.packages("gmkin", repos = c("http://r-forge.r-project.org", getOption("repos")))
-

If you have not set your CRAN mirror yet, you may have to select one from the list that appears.

-

The above command temporarily adds the R-Forge repository to your package sources. It should pull the gmkin package and its dependencies, notably the gWidgetsWWW2 package which is not available from the CRAN archive (see below). Mac users that have the necessary development files installed can probably install from the source files in this repository (not tested).

-

In a previous version of this README I have described how to permanently add the R-Forge repository to your options. However, I noticed this has unwanted side effects, so I do not recommend it any longer. Therefore, you may want to revert such changes to your R startup options.

+

For installing gmkin or upgrading to the latest released version, please install the drat package

+
install.packages("drat")
+

add my repository

+
drat::addRepo("jranke")
+

and install as usual

+
install.packages("gmkin")

The latest changes to gmkin are recorded in the NEWS file, more details can be found in the commit history.

gmkin screenshot @@ -221,7 +222,7 @@ $(document).ready(function () { (function () { var script = document.createElement("script"); script.type = "text/javascript"; - script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"; + script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"; document.getElementsByTagName("head")[0].appendChild(script); })(); -- cgit v1.2.1