writexl
writexl copied to clipboard
Bug: Clippy does not appear!
Context
R version 4.2.2 (2022-10-31) -- "Innocent and Trusting"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)
In R console:
install.packages("writexl")
library(writexl)
?write_xlsx
Issue
Clippy no longer appears in the Rstudio
Proposed Solution
Clippy has a historic place in the history of computing, and has won the hearts and minds of many (see #56). Please restore this functionality!
seems to be because https://s3.amazonaws.com/clippy.js/Agents/ is not working anymore - see https://github.com/pi0/clippyjs/issues/10 for potential solutions, e.g. replacing clippy.BASE_PATH with https://cdn.jsdelivr.net/gh/pi0/clippyjs/assets/agents/ should work, but even better maybe to host the necessary files 'locally' next to bundle.js