-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Larry Helgason
committed
Dec 29, 2024
1 parent
13a059c
commit 781c8dd
Showing
21 changed files
with
143 additions
and
74 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,30 +1,31 @@ | ||
Package: echarty | ||
Title: Minimal R/Shiny Interface to JavaScript Library 'ECharts' | ||
Date: 2024-12-18 | ||
Version: 1.6.4.1 | ||
Author: Larry Helgason, with initial code from John Coene's library echarts4r | ||
Maintainer: Larry Helgason <[email protected]> | ||
Date: 2024-12-29 | ||
Version: 1.6.5 | ||
Authors@R: c( | ||
person(given= "Larry", family= "Helgason", role= c("aut", "cre"), email= "[email protected]", comment="initial code from John Coene's library echarts4r") | ||
) | ||
Description: Deliver the full functionality of 'ECharts' with minimal overhead. 'echarty' users build R lists for 'ECharts' API. Lean set of powerful commands. | ||
Depends: R (>= 4.1.0) | ||
Imports: | ||
htmlwidgets, | ||
dplyr (>= 0.7.0), | ||
data.tree (>= 1.0.0), | ||
Suggests: | ||
htmltools (>= 0.5.0), | ||
shiny (>= 1.7.0), | ||
jsonlite, | ||
crosstalk, | ||
testthat (>= 3.0.0), | ||
sf, | ||
leaflet (>= 2.2.0), | ||
knitr, | ||
rmarkdown | ||
htmltools (>= 0.5.0), | ||
shiny (>= 1.7.0), | ||
jsonlite, | ||
crosstalk, | ||
testthat (>= 3.0.0), | ||
sf, | ||
leaflet (>= 2.2.0), | ||
knitr, | ||
rmarkdown | ||
RoxygenNote: 7.3.2 | ||
Roxygen: list(markdown = TRUE) | ||
License: Apache License (>= 2.0) | ||
URL: https://helgasoft.github.io/echarty/ | ||
BugReports: https://github.com/helgasoft/echarty/issues/ | ||
Encoding: UTF-8 | ||
Language: en-US | ||
VignetteBuilder: rmarkdown | ||
VignetteBuilder: rmarkdown, knitr |
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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,16 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<title>Page Redirection</title> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0;url=articles/extras.html" /> | ||
<meta name="robots" content="noindex"> | ||
<link rel="canonical" href="articles/extras.html" /> | ||
<script type="text/javascript">window.location.href = "articles/extras.html";</script> | ||
</head> | ||
<body> | ||
<h1> | ||
The page been moved to <a href="articles/extras.html">articles/extras.html</a> | ||
</h1> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.