nlpsandbox / participation-dashboard

A flexdashboard that reports participation metrics for the NLP Sandbox
Apache License 2.0
0 stars 0 forks source link

plotly not installed #22

Closed thomasyu888 closed 3 years ago

thomasyu888 commented 3 years ago
docker run -e SYNAPSE_AUTH_TOKEN=... nlpsandbox/participation-dashboard:0.2.0 Rscript render_markdown.R --source_table_synapse_id syn23633030 --destination_folder_synapse_id syn26127246
Unable to find image 'nlpsandbox/participation-dashboard:0.2.0' locally
0.2.0: Pulling from nlpsandbox/participation-dashboard
16ec32c2132b: Already exists 
43156c469c75: Pull complete 
ff9235179179: Pull complete 
150c98294b3b: Pull complete 
562c1c9e2b91: Pull complete 
31d357ac90ff: Pull complete 
45c622a91246: Pull complete 
ddea88b3b92c: Pull complete 
1e24733cf252: Pull complete 
a70478df8afc: Pull complete 
Digest: sha256:c7ab5fee1e8cf780667311f67c1464dcc5f925fe56cfdee6b11b69d55a73a9d9
Status: Downloaded newer image for nlpsandbox/participation-dashboard:0.2.0
Welcome, Thomas Yu!NULL

processing file: participation-dashboard.Rmd
  |...                                                                   |   4%
  ordinary text without R code

  |......                                                                |   8%
label: setup (with options) 
List of 1
 $ include: logi FALSE

  |........                                                              |  12%
  ordinary text without R code

  |...........                                                           |  16%
label: unnamed-chunk-1 (with options) 
List of 2
 $ message: logi FALSE
 $ include: logi FALSE

Rows: 165 Columns: 64
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (27): ROW_ETAG, name, status, dockerrepositoryname, dockerdigest, orgSag...
dbl (37): ROW_ID, ROW_VERSION, id, createdOn, createdBy, modifiedOn, evaluat...

ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
  |..............                                                        |  20%
   inline R code fragments

  |.................                                                     |  24%
label: unnamed-chunk-2
  |....................                                                  |  28%
  ordinary text without R code

  |......................                                                |  32%
label: unnamed-chunk-3
  |.........................                                             |  36%
  ordinary text without R code

  |............................                                          |  40%
label: unnamed-chunk-4
  |...............................                                       |  44%
  ordinary text without R code

  |..................................                                    |  48%
label: unnamed-chunk-5
  |....................................                                  |  52%
  ordinary text without R code

  |.......................................                               |  56%
label: unnamed-chunk-6
  |..........................................                            |  60%
  ordinary text without R code

  |.............................................                         |  64%
label: unnamed-chunk-7
  |................................................                      |  68%
  ordinary text without R code

  |..................................................                    |  72%
label: unnamed-chunk-8
  |.....................................................                 |  76%
  ordinary text without R code

  |........................................................              |  80%
label: unnamed-chunk-9
Quitting from lines 153-191 (participation-dashboard.Rmd) 
Error in loadNamespace(x) : there is no package called 'plotly'
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
In addition: Warning message:
Problem with `mutate()` column `datetime`.
ℹ `datetime = lubridate::as_datetime(.data$createdOn/1000, origin = "1970-01-01")`.
ℹ One or more parsing issues, see `problems()` for details 

Execution halted
andrewelamb commented 3 years ago

@tschaffter

Did linting remove the line that installed plotly?

andrewelamb commented 3 years ago

PR

tschaffter commented 3 years ago

Did linting remove the line that installed plotly?

No