-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed typo, clarified role, moved contributors to chronological order
- Loading branch information
Showing
1 changed file
with
4 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 |
---|---|---|
|
@@ -8,9 +8,6 @@ Authors@R: c( | |
email="[email protected]", | ||
role=c("aut", "cre"), | ||
comment="Original animint code"), | ||
person("Biplab", "Sutradhar", | ||
role = "ctb", | ||
comment = "Updated animist.js to use class for source links"), | ||
person("Hadley", "Wickham", | ||
role=c("aut"), | ||
comment="Forked ggplot2 code"), | ||
|
@@ -58,7 +55,10 @@ Authors@R: c( | |
comment="Animint2 GSoC 2023"), | ||
person("Siddhesh", "Deodhar", | ||
role="aut", | ||
comment="Animint2 GSoC 2024")) | ||
comment="Animint2 GSoC 2024")), | ||
person("Biplab", "Sutradhar", | ||
role = "ctb", | ||
comment = "bug fixer: id issue"), | ||
Description: Functions are provided for defining animated, | ||
interactive data visualizations in R code, and rendering | ||
on a web page. The 2018 Journal of Computational and | ||
|