-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number and small improvements
- Increase roxygen version - Fix indent - Add NEWS - Add Jurjun as contributor
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 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: CPTrackR | ||
Title: Create unique track identifiers for CellProfiler tracking output | ||
Version: 0.2.1.9000 | ||
Version: 0.2.2 | ||
Authors@R: | ||
c(person(given = "Gerhard", | ||
family = "Burger", | ||
|
@@ -16,13 +16,17 @@ Authors@R: | |
family = "Wink", | ||
role = c("aut"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1189-7231"))) | ||
comment = c(ORCID = "0000-0003-1189-7231")), | ||
person(given = "Jurjun", | ||
family = "van der Velde", | ||
role = c("ctb"), | ||
comment = c(ORCID = "0000-0001-7072-837X"))) | ||
Description: Create unique track identifiers for CellProfiler tracking output. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.3 | ||
Config/testthat/edition: 3 | ||
Imports: | ||
furrr, | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# CPTrackR 0.2.2 | ||
|
||
## Bug fixes | ||
|
||
* Fix generation of uid/cid in case highest uid/cid so far was not present in prevous frame (@jurjun) | ||
|
||
# CPTrackR 0.2.1 | ||
|
||
* Initial version |
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