-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Dash R 0.9.1 release #272
Merged
Merged
Dash R 0.9.1 release #272
Changes from 3 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
e5b0cfe
contribute test script
a242d49
remove version updating in DESCRIPTION
f1b81d6
fix EOL
rpkyle 4d234cb
Merge pull request #222 from plotly/212-untangle-dashr-build
rpkyle 4e4ccb1
Add support for user-defined server routes (#225)
rpkyle 5bd1bbb
Provide support for script and stylesheet attributes (#226)
rpkyle 3f862f9
Authenticate on pulls from Docker Hub (#231)
rpkyle 3a3ee2f
Add support for callback graph improvements and timing (#224)
rpkyle 766e3a8
Update CHANGELOG.md
rpkyle 3b54773
189 - Add Pattern Matching Callbacks for Dash R (#228)
HammadTheOne 03ed383
Fixing Null error with glue::glue interpolation (#233)
HammadTheOne 5b31534
Update CHANGELOG.md
rpkyle 2fdd157
Update dash-renderer to v1.8.2 (#234)
rpkyle bb9fc6a
bump package version to v0.8.0
314ced8
Update R/dash.R
rpkyle 3f9f9f1
Update tests/testthat/test-wildcards.R
rpkyle e093463
Update DESCRIPTION
rpkyle 6ee2702
Merge branch 'master' into dev
rpkyle b477fe0
add PMC example
6fffb44
update documentation
b4ca5f9
update CHANGELOG release date
24b491a
Merge branch 'dev' of github.com:plotly/dashR into dev
c120ab2
:hammer: PMC docs refactor
56d1dc0
Update tests/integration/callbacks/test_pattern_matching.py
rpkyle 226f949
Update tests/integration/callbacks/test_pattern_matching.py
rpkyle fd5f3da
Update tests/integration/callbacks/test_pattern_matching.py
rpkyle c3a34b6
add import of glue
877f463
add glue to imports.R
b238a57
fix line length issue
ff858ac
Fix setCallbackContext for wildcard and ordinary inputs (#237)
HammadTheOne 7a23405
Merge branch 'master' into dev
rpkyle aac1db5
bump dependency versions
b7b1cfa
update CHANGELOG
4326e08
update dash-renderer to v1.8.3
ed022c8
update CHANGELOG
8c2dc66
Favicon fix (#240)
HammadTheOne d5a472e
Remove context reference from CircleCI (#241)
rpkyle 0aec5f8
Dash R Core Package Unification (#243)
HammadTheOne 54c9695
Added deprecation warning if dcc, html, or table packages are attache…
HammadTheOne a055015
Update `highlight.js` dependency for dash-table (#262)
HammadTheOne 043c9ee
Add Dash 2 layout syntax wrappers and html tags (#265)
HammadTheOne 456f09d
Fix suppress_callback_exceptions config (#268)
HammadTheOne 948f0f7
Simplified callback syntax and addtional utility functions (#270)
HammadTheOne ed1acb3
Update monorepo and rebuild package (#271)
HammadTheOne 4419ce3
Merge branch 'master' into dev
HammadTheOne 0b3544b
Updating DESCRIPTION and .Rbuildignore forchecks
HammadTheOne 89f74ef
Updating function descriptions and NAMESPACE imports
HammadTheOne 5dda6f5
Fixed examples and updated docs
HammadTheOne 7c76953
Updating version
HammadTheOne d419517
Remove references to dash namespace within package
HammadTheOne aff9b99
Update testthat and remove deprecated context calls
HammadTheOne 0ad3b24
Removed fixup_metadata.R
HammadTheOne 3aa7abd
Removing more dash namespace references
HammadTheOne e934ca0
Concatenating component function files
HammadTheOne 68427b3
Updating checks
HammadTheOne cb93cdb
Merging components into package R files
HammadTheOne 3b440da
Fixing check
HammadTheOne 318d7cf
More package cleanup
HammadTheOne 6a1886a
testthat 3.0.0
HammadTheOne 950b90d
Rebuilding package
HammadTheOne dade919
Fixed conditional for multiple outputs
HammadTheOne bce3387
Fix no_update test
HammadTheOne 68343eb
Fixing callback_instrumentation test
HammadTheOne 27b98b3
Fixing unit test
HammadTheOne bde703b
Added DBC to Dash R package (#273)
HammadTheOne 3c5e5e0
Reverting sorted prop order
HammadTheOne 582fd92
Checks updates
HammadTheOne f71ec43
Re-running test
HammadTheOne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
context("dash-api") | ||
|
||
test_that("Can access fiery server within a dash app", { | ||
|
||
d <- Dash$new() | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
context("routes") | ||
|
||
test_that("URLs are properly redirected with app$redirect", { | ||
app <- Dash$new() | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't even know there was a 3.1.0! Looks like it only got released a couple days ago. I think 3.0.0 would be just fine too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.