Skip to content

Commit

Permalink
Merge pull request #26 from jameslamb/docs/dev_version
Browse files Browse the repository at this point in the history
Fix dev install path in README and bump version to 0.0.2.999
  • Loading branch information
jameslamb authored Aug 10, 2017
2 parents 68293e1 + 5e2bf90 commit d041555
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install.packages('uptasticsearch')
To use the development version of the package, which has the newest changes, you can install directly from GitHub

```
devtools::install_github("UptakeOpenSource/uptasticsearch", subdir = 'r-pkg/uptasticsearch')
devtools::install_github("UptakeOpenSource/uptasticsearch", subdir = 'r-pkg')
```

### Python <a name="pythoninstallation"></a>
Expand Down
2 changes: 1 addition & 1 deletion r-pkg/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: uptasticsearch
Type: Package
Title: Get Data Frame Representations of 'Elasticsearch' Results
Version: 0.0.2
Version: 0.0.2.9999
Authors@R: c(
person("James", "Lamb", email = "[email protected]", role = c("aut", "cre")),
person("Nick", "Paras", email = "[email protected]", role = c("aut")),
Expand Down
2 changes: 1 addition & 1 deletion r-pkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install.packages('uptasticsearch')
To use the development version of the package, which has the newest changes, you can install directly from GitHub

```
devtools::install_github("UptakeOpenSource/uptasticsearch", subdir = 'r-pkg/uptasticsearch')
devtools::install_github("UptakeOpenSource/uptasticsearch", subdir = 'r-pkg')
```

## Usage Examples <a name="examples"></a>
Expand Down
2 changes: 1 addition & 1 deletion r-pkg/docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion r-pkg/docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d041555

Please sign in to comment.