ropensci / writexl

Portable, light-weight data frame to xlsx exporter for R
https://docs.ropensci.org/writexl
Other
209 stars 17 forks source link

Bug: Clippy does not appear! #68

Open hlydecker opened 1 year ago

hlydecker commented 1 year ago

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!

mnazarov commented 1 year ago

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