From d770b9b5fad5de29fcfab28cc0e17f0d7f01d890 Mon Sep 17 00:00:00 2001 From: eebrown Date: Mon, 25 Feb 2019 14:36:14 -0500 Subject: [PATCH] update installation instructions to new repo location --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 884edd1..ac9f08a 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ As a ```tacmagic``` is a new package, we strongly recommend checking all work ag Currently, the package can be installed within R from the github repository. The devtools package is required for installation: ```r -devtools::install_github("eebrown/PET") +devtools::install_github("ropensci/tacmagic") ``` ## Features