From 4f3329dd98559c315ad6446538daaa77a29fb321 Mon Sep 17 00:00:00 2001 From: Abram Fleishman Date: Wed, 1 May 2019 21:36:58 -0700 Subject: [PATCH] do download --- README.Rmd | 2 +- README.md | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.Rmd b/README.Rmd index 419a243..28d901b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,7 @@ library(argosfilter) # Install trakR package (lots of issues but this trip segmentation works currently) ```{r install trakR} # install.packages("devtools") # for installing packages from github -devtools::install_github("abfleishman/trakR",upgrade = "ask") # install my package +# devtools::install_github("abfleishman/trakR",upgrade = "ask") # install my package library(trakR) ``` diff --git a/README.md b/README.md index 5948a37..1d8a335 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,8 @@ Install trakR package (lots of issues but this trip segmentation works currently ``` r # install.packages("devtools") # for installing packages from github -devtools::install_github("abfleishman/trakR",upgrade = "ask") # install my package -``` - - ## Skipping install of 'trakR' from a github remote, the SHA1 (87c88bd1) has not changed since last install. - ## Use `force = TRUE` to force installation +# devtools::install_github("abfleishman/trakR",upgrade = "ask") # install my package -``` r library(trakR) ```