writexl icon indicating copy to clipboard operation
writexl copied to clipboard

Bug: Clippy does not appear!

Open hlydecker opened this issue 2 years ago • 1 comments

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!

hlydecker avatar Apr 19 '23 06:04 hlydecker

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

mnazarov avatar Sep 06 '23 09:09 mnazarov