Skip to content

Commit d7dcae7

Browse files
authored
Merge branch 'master' into dev
2 parents 402969d + f81fcb5 commit d7dcae7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log for Dash for R
22
All notable changes to this project will be documented in this file.
33

4+
45
## [0.3.0] - 2020-02-12
56
### Added
67
- Support for config-aware relative paths [#172](https://github.com/plotly/dashR/pull/172)
@@ -43,6 +44,7 @@ All notable changes to this project will be documented in this file.
4344
- Fixes for hot reloading interval handling and refreshing apps within viewer pane [#148](https://github.com/plotly/dashR/pull/148)
4445
- `get_asset_url` checks `getAppPath()` as well as `DASH_APP_ROOT_PATH` environment variable when invoked [#161](https://github.com/plotly/dashR/pull/161)
4546

47+
4648
## [0.1.0] - 2019-07-10
4749
### Added
4850
- Initial release

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ importFrom(routr,RouteStack)
2727
importFrom(routr,ressource_route)
2828
importFrom(stats,setNames)
2929
importFrom(tools,file_ext)
30-
importFrom(utils,getFromNamespace)
30+
importFrom(utils,getFromNamespace)

R/dash.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,6 @@ Dash <- R6::R6Class(
903903
# ------------------------------------------------------------------------
904904
run_server = function(host = Sys.getenv('HOST', "127.0.0.1"),
905905
port = Sys.getenv('PORT', 8050),
906-
907906
block = TRUE,
908907
showcase = FALSE,
909908
use_viewer = FALSE,

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,4 +1341,4 @@ validate_keys <- function(string) {
13411341
} else {
13421342
return(string)
13431343
}
1344-
}
1344+
}

0 commit comments

Comments
 (0)