-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3527342
commit 129e3b4
Showing
1 changed file
with
3 additions
and
3 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,7 +1,7 @@ | ||
Package: tidygate | ||
Type: Package | ||
Title: Interactively gate points | ||
Version: 1.0.10 | ||
Title: Interactively Gate Points | ||
Version: 1.0.11 | ||
Authors@R: | ||
c(person(given = "Stefano", | ||
family = "Mangiola", | ||
|
@@ -16,7 +16,7 @@ Authors@R: | |
) | ||
Maintainer: Stefano Mangiola <[email protected]> | ||
Description: | ||
tidygate allows you to interactively gate points on a scatter plot. Interactively drawn gates are | ||
Interactively gate points on a scatter plot. Interactively drawn gates are | ||
recorded and can be applied programmatically to reproduce results exactly. Programmatic gating is | ||
based on the package gatepoints by Wajid Jawaid (who is also an author of this package). | ||
License: GPL-3 | ||
|