diff --git a/DESCRIPTION b/DESCRIPTION index 396293003..7b606fd66 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,9 +8,6 @@ Authors@R: c( email="toby.hocking@r-project.org", 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 diff --git a/NEWS.md b/NEWS.md index df16db9a3..5a0e24dad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,10 @@ # Changes in version 2024.10.10 (PR#154) - - Updated `animist.js` to use classes for source links, resolving issue #145. +- Updated `animint.js` to use CSS classes instead of IDs for source links. # Changes in version 2024.9.18 (PR#131) - - Added functionality to capture screenshot in animint2pages +- Added functionality to capture screenshot in animint2pages. # Changes in version 2024.9.17 diff --git a/_pkgdown.yml b/_pkgdown.yml index 48634af72..b29aae390 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -15,6 +15,7 @@ template: bootstrap: 5 + light-switch: true bslib: base_font: {google: "Roboto Condensed"} heading_font: {google: "Roboto Condensed"} @@ -296,4 +297,5 @@ reference: - transform_shape - translate_qplot_ggplot - translate_qplot_lattice - - update_gallery \ No newline at end of file + - update_gallery + diff --git a/docs/404.html b/docs/404.html index 329cb3e77..5f0d926c2 100644 --- a/docs/404.html +++ b/docs/404.html @@ -6,67 +6,60 @@