зеркало из https://github.com/microsoft/wpa.git
fix: CRAN NOTES
This commit is contained in:
Родитель
4c72b0a0e2
Коммит
0d960e8011
|
@ -106,7 +106,7 @@ create_stacked <- function(data,
|
||||||
check_inputs(requirements = required_variables)
|
check_inputs(requirements = required_variables)
|
||||||
|
|
||||||
## Plot Title Handling
|
## Plot Title Handling
|
||||||
if(class(metrics)=="character" & length(metrics)==1){
|
if(is(object = metrics, class2 = "character") & length(metrics) == 1){
|
||||||
plot_title <- us_to_space(metrics)
|
plot_title <- us_to_space(metrics)
|
||||||
}
|
}
|
||||||
else{ #vector of strings
|
else{ #vector of strings
|
||||||
|
|
Загрузка…
Ссылка в новой задаче