diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-01 11:37:31 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-01 11:37:31 +0100 |
commit | 68e36eb0a5f1b611588d47f77e0ef7c3d9ba0beb (patch) | |
tree | 83757a281c576520c4ad0e3ac6057478c423c9de | |
parent | f67ea0c4aeb68631e9f93c95e86c14364718477a (diff) |
The package is not in subdir `pkg` any more
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ fast and painless as possible. ```r library(devtools) -install_github("jranke/pfm", subdir = "pkg", quick = TRUE) +install_github("jranke/pfm", quick = TRUE) ``` ## Use |