From d144c578691b451b75d3b9efd8767149a4cd46d0 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Wed, 27 Feb 2019 22:15:37 +0100 Subject: [PATCH] Removes CRAN installation instructions --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index d778aee..6ffd5da 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,6 @@ If `devtools` is installed, you can library("devtools") install_github("etiennebr/visualraster") ``` -Otherwise, download the package from the download section - - ``` - install.packages("visualraster") - ``` ## How to use it ? You can have a demonstration by typing `demo("vr-cheatsheet")`