-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct version numbering for Remotes
- Loading branch information
1 parent
e3c77e1
commit d67b9ac
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: harp | ||
Title: harp | ||
Version: 0.2.1.9000 | ||
Version: 0.2.1 | ||
Authors@R: as.person(c( | ||
"Andrew Singleton <[email protected]> [aut, cre]", | ||
"Alex Deckmyn <[email protected]> [aut]" | ||
|
@@ -15,10 +15,10 @@ Depends: | |
harpVis (>= 0.2.1), | ||
harpSpatial | ||
Remotes: | ||
harphub/harpIO@develop, | ||
harphub/harpPoint@develop, | ||
harphub/harpVis@develop, | ||
harphub/harpSpatial@develop | ||
harphub/harpIO@v0.2.1, | ||
harphub/harpPoint@v0.2.0, | ||
harphub/harpVis@v0.2.1, | ||
harphub/harpSpatial | ||
URL: https://github.com/harphub/harp | ||
BugReports: https://github.com/harphub/harp/issues | ||
Suggests: | ||
|