You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is more a curiosity than a real issue (since I was using waldo 0.5.2 since a few hours ago) but, for some reason, I cannot install any more waldo v0.5.2:
remotes::install_github("r-lib/waldo@e31e97de04105491dcb03a921911af2f4eb16dd2")
# Using GitHub PAT from the git credential store.# Downloading GitHub repo r-lib/waldo@e31e97de04105491dcb03a921911af2f4eb16dd2# ── R CMD build ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────# ✔ checking for file 'C:\Users\user\AppData\Local\Temp\Rtmp6nf7uZ\remotes22bc1c0116b9\r-lib-waldo-e31e97d/DESCRIPTION'# ─ preparing 'waldo':# ✔ checking DESCRIPTION meta-information ...# ─ checking for LF line-endings in source and make files and shell scripts# ─ checking for empty or unneeded directories# ─ building 'waldo_0.5.2.9000.tar.gz'# Installing package into 'C:/Users/user/AppData/Local/R/win-library/4.3'# (as 'lib' is unspecified)# * installing *source* package 'waldo' ...# ** using staged installation# ** R# ** byte-compile and prepare package for lazy loading# Error in get(genname, envir = envir) : object 'compare_proxy' not found# Calls: <Anonymous> ... register_S3_method_delayed -> registerS3method -> get# Execution halted# ERROR: lazy loading failed for package 'waldo'# * removing 'C:/Users/user/AppData/Local/R/win-library/4.3/waldo'# * restoring previous 'C:/Users/user/AppData/Local/R/win-library/4.3/waldo'# Warning message:# In i.p(...) :# installation of package 'C:/Users/user/AppData/Local/Temp/Rtmp6nf7uZ/file22bc6094676d/waldo_0.5.2.9000.tar.gz' had non-zero exit status
That commits points to e31e97d. The same error occurs with v0.5.2 from CRAN:
remotes::install_version("waldo", "0.5.2")
# Downloading package from url: https://cran.rstudio.com//src/contrib/Archive/waldo/waldo_0.5.2.tar.gz# Installing package into ‘C:/Users/user/AppData/Local/R/win-library/4.3’# (as ‘lib’ is unspecified)# * installing *source* package 'waldo' ...# ** package 'waldo' successfully unpacked and MD5 sums checked# ** using staged installation# ** R# ** byte-compile and prepare package for lazy loading# Error in get(genname, envir = envir) : object 'compare_proxy' not found# Calls: <Anonymous> ... register_S3_method_delayed -> registerS3method -> get# Execution halted# ERROR: lazy loading failed for package 'waldo'# * removing 'C:/Users/user/AppData/Local/R/win-library/4.3/waldo'# * restoring previous 'C:/Users/user/AppData/Local/R/win-library/4.3/waldo'# Warning message:# In i.p(...) :# installation of package ‘C:/Users/user/AppData/Local/Temp/RtmpmgkBH8/remotesce055c7248e/waldo’ had non-zero exit status
Everything works fine with current waldo (i.e. 0.6.1). Just in case it might be useful, I add here my session info
Dear all,
this is more a curiosity than a real issue (since I was using waldo 0.5.2 since a few hours ago) but, for some reason, I cannot install any more waldo v0.5.2:
That commits points to e31e97d. The same error occurs with v0.5.2 from CRAN:
Everything works fine with current waldo (i.e. 0.6.1). Just in case it might be useful, I add here my session info
Session info
The text was updated successfully, but these errors were encountered: