Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 Birthday Update #160

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

template:
bootstrap: 5
light-switch: true
bslib:
base_font: {google: "Roboto Condensed"}
heading_font: {google: "Roboto Condensed"}
Expand Down Expand Up @@ -296,4 +297,5 @@ reference:
- transform_shape
- translate_qplot_ggplot
- translate_qplot_lattice
- update_gallery
- update_gallery

79 changes: 35 additions & 44 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading