Skip to content

Commit

Permalink
do download
Browse files Browse the repository at this point in the history
  • Loading branch information
abfleishman committed May 2, 2019
1 parent bf5f53c commit 4f3329d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down

0 comments on commit 4f3329d

Please sign in to comment.