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

use CRAN vegawidget #155

Merged
merged 1 commit into from
Jan 30, 2022
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: altair
Version: 4.2.0.9002
Version: 4.2.0.9003
Title: Interface to 'Altair'
Description: Interface to 'Altair' <https://altair-viz.github.io>, which itself
is a 'Python' interface to 'Vega-Lite' <https://vega.github.io/vega-lite/>.
Expand Down Expand Up @@ -41,7 +41,7 @@ Imports:
assertthat,
magrittr,
utils,
vegawidget (>= 0.4),
vegawidget (>= 0.4.1),
repr
Suggests:
httr,
Expand All @@ -62,7 +62,5 @@ Suggests:
rsvg,
png,
fs
Remotes:
vegawidget/vegawidget
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# altair (development version)

* Upgrade to vegawidget 0.4. (#150)
* Upgrade to vegawidget 0.4. (#150, #154)

* Upgrade to Altair 4.2.0. (#148)

Expand Down