From 451b332c8888bac8279340b086abb3b714ac3ae1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 25 Apr 2019 11:50:35 +0200 Subject: Add more drift data, especially 3 m field crop data To support Agroscope in doing lots of PEC calculations for Switzerland --- docs/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 4a41dde..0220e80 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,7 +32,7 @@ pfm - 0.5.3 + 0.5.4 @@ -75,12 +75,12 @@

Installation

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

-
install.packages("drat")
-drat::addRepo("jranke")
-install.packages("pfm")
+
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)
+
library(devtools)
+install_github("jranke/pfm", quick = TRUE)

@@ -131,7 +131,7 @@

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

-- cgit v1.2.1