Skip to content

The install is frozen during: byte-compile and prepare package for lazy loading  #2

Description

@kmezhoud

the suspected causes of this issue come from two factors:

  1. During canceR install tcltk2 induces and the insyall is frozen at step byte-compile and prepare package for lazy loading
error reading package index file /usr/local/lib/R/site-library/tcltk2/tklibs/ttktheme_radiance/pkgIndex.tcl: too many nested evaluations (infinite loop?)
error reading package index file /usr/local/lib/R/site-library/tcltk2/tklibs/ttktheme_clearlooks/pkgIndex.tcl: too many nested evaluations (infinite loop?)

If the tcltk2 package is omitted, the installation continues and ends with warning messages

Warning message:
In fun(libname, pkgname) : couldn't connect to display ":0"
Warning: loading Rplot failed
  1. In this case, canceR could not be start with warning message at the starting. After tracking back the warning message, it turns out that tktoplevel is the cause.
 tt <-tcltk::tktoplevel()
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : 
  [tcl] invalid command name "toplevel".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions