diff --git a/DESCRIPTION b/DESCRIPTION index d4b6e52..c0727b9 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,6 +9,7 @@ License: Apache License 2.0 Encoding: UTF-8 LazyData: true RoxygenNote: 7.1.2 +Remotes: chrisamiller/fishplot Imports: dplyr, tidyr, diff --git a/README.Rmd b/README.Rmd index 897d266..7707e69 100755 --- a/README.Rmd +++ b/README.Rmd @@ -85,9 +85,6 @@ You can install epifish with: install.packages("devtools") library(devtools) -#install fishplot if you haven't already -devtools::install_github("chrisamiller/fishplot") - #install epifish devtools::install_github("learithe/epifish") ``` diff --git a/README.md b/README.md index 6ce95b3..4fba8e7 100755 --- a/README.md +++ b/README.md @@ -82,9 +82,6 @@ You can install epifish with: install.packages("devtools") library(devtools) -#install fishplot if you haven't already -devtools::install_github("chrisamiller/fishplot") - #install epifish devtools::install_github("learithe/epifish") ```