From 8989a484b9b2d23463c95e0a3927e307ec0a5e64 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 4 Jul 2018 10:59:47 +0200 Subject: Some documentation updates Document that TOXSWA 5.5.3 is supported in the help files --- README.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 026f011..ef6dfca 100644 --- a/README.html +++ b/README.html @@ -15,7 +15,7 @@ - + @@ -138,7 +138,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>

Installation

-

You can install the package from github, e.g. using the devtools package. Using quick = TRUE skips docs, multiple-architecture builds, demos, and vignettes, to make installation as fast and painless as possible.

+

The easiest way to install the package is probably to use drat:

+
install.packages("drat")
+drat::addRepo("jranke")
+install.packages("pfm")
+

Alternatively you can install the package using the devtools package. Using quick = TRUE skips docs, multiple-architecture builds, demos, and vignettes.

library(devtools)
 install_github("jranke/pfm", quick = TRUE)
-- cgit v1.2.1