search for: c_dottclobjv

Displaying 17 results from an estimated 17 matches for "c_dottclobjv".

2020 Jun 11
4
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...eciated. - Wayne R.W. Oldford math.uwaterloo.ca/~rwoldfor > library(tcltk) > fname <- "Rplot.png" > png(filename = fname, width = 500, height = 500) > hist(rnorm(20)) > dev.off() > tkimage.create("photo", file = fname) Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : [tcl] encountered an unsupported criticial chunk type "eXIf". ______________________________ > R.version _ platform x86_64-apple-darwin17.0 arch x86_64 os darwin17.0 system x86_64, darwin17.0...
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...unsupported criticial chunk type "eXIf" Dear Wayne and Peter, FWIW, I observe exactly the same problem in Catalina. The error and my session info: -------- snip -------- > tkimage.create("photo", file = fname) Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : [tcl] encountered an unsupported criticial chunk type "eXIf". > sessionInfo() R version 4.0.0 (2020-04-24) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Catalina 10.15.5 Matrix products: defaul...
2020 Feb 29
2
tcl problem with R-3.6.3?
...IFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3.6.3 > install.packages("aster") --- Please select a CRAN mirror for use in this session --- Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : [tcl] grab failed: window not viewable. > q() What's up with that? -- Charles Geyer Professor, School of Statistics Resident Fellow, Minnesota Center for Philosophy of Science University of Minnesota charlie at stat.umn.edu [[alternative HTML vers...
2015 Jun 16
2
Problemas al cargar Rcomander en consola de Rstudio
...al cargar el paquete library(Rcmdr) obtengo el siguiente error: Loading required package: splinesLoading required package: RcmdrMiscLoading required package: carLoading required package: sandwichError : .onLoad failed in loadNamespace() for 'Rcmdr', details: call: structure(.External(.C_dotTclObjv, objv), class = "tclObj") error: [tcl] invalid command name "tk_messageBox". In addition: Warning message:In fun(libname, pkgname) : couldn't connect to display ":0"Error: package or namespace load failed for ?Rcmdr? Esto lo carga sin problemas library(tcltk)...
2013 Apr 12
1
Problemas para cargar R commander
Tengo problemas para cargar R commander en Mac iOS Mountain Lion y R 3.0.0 > library(Rcmdr) Error : .onAttach failed in attachNamespace() for ''Rcmdr'', details: call: structure(.External(.C_dotTclObjv, objv), class = "tclObj") error: [tcl] invalid command name "image". Error: package or namespace load failed for ''Rcmdr'' ¿Cuál pude ser el problema? Manuel -- *Manuel Spínola, Ph.D.* Instituto Internacional en Conservación y Manejo de Vida Silvestre Univ...
2020 Jun 11
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Dear Wayne and Peter, FWIW, I observe exactly the same problem in Catalina. The error and my session info: -------- snip -------- > tkimage.create("photo", file = fname) Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : [tcl] encountered an unsupported criticial chunk type "eXIf". > sessionInfo() R version 4.0.0 (2020-04-24) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Catalina 10.15.5 Matrix products: default BLAS: /System/Library/Framew...
2020 Feb 29
3
tcl problem with R-3.6.3?
...9;demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ans <- utils::select.list(c("hello", "world", "again"), graphics=TRUE) Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : [tcl] grab failed: window not viewable. > q() I didn't bother with sessionInfo() this time. I presume it would be the same as before. AFAIK this is a fully up to date Ubuntu 18.04 box. On Sat, Feb 29, 2020 at 12:13 PM Henrik Bengtsson < henrik....
2013 Jun 10
1
Rcmdr seit heute nicht mehr ladbar
.... folgende Fehlermeldung ereilt mich seit heute beim starten des R Commander auf dem Mac: > library(Rcmdr) Lade n?tiges Paket: car Lade n?tiges Paket: MASS Lade n?tiges Paket: nnet Error : .onAttach in attachNamespace() f?r 'Rcmdr' fehlgeschlagen, Details: ? Aufruf: structure(.External(.C_dotTclObjv, objv), class = "tclObj") ? Fehler: [tcl] invalid command name "image". Zus?tzlich: Warnmeldung: In fun(libname, pkgname) : ? couldn't connect to display "/tmp/launch-K8nELf/org.macosforge.xquartz:0" Fehler: Laden von Paket oder Namensraum f?r 'Rcmdr' fehl...
2015 Jun 17
3
Problemas al cargar Rcomander en consola de Rstudio
...or: >> >> >> Loading required package: splinesLoading required package: >> RcmdrMiscLoading required package: carLoading required package: >> sandwichError : .onLoad failed in loadNamespace() for 'Rcmdr', >> details: >> call: structure(.External(.C_dotTclObjv, objv), class = "tclObj") >> error: [tcl] invalid command name "tk_messageBox". >> In addition: Warning message:In fun(libname, pkgname) : couldn't >> connect to display ":0"Error: package or namespace load failed for >> ?Rcmdr? >>...
2020 Jun 12
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...hunk type "eXIf" > > Dear Wayne and Peter, > > FWIW, I observe exactly the same problem in Catalina. The error and my session info: > > -------- snip -------- > >> tkimage.create("photo", file = fname) > Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : > [tcl] encountered an unsupported criticial chunk type "eXIf". > >> sessionInfo() > R version 4.0.0 (2020-04-24) > Platform: x86_64-apple-darwin17.0 (64-bit) > Running under: macOS Catalina 10.15.5 > > M...
2015 Jun 17
3
Problemas al cargar Rcomander en consola de Rstudio
...ackage: splinesLoading required package: > RcmdrMiscLoading required package: carLoading required > package: > sandwichError : .onLoad failed in loadNamespace() for 'Rcmdr', > details: > call: structure(.External(.C_dotTclObjv, objv), class = > "tclObj") > error: [tcl] invalid command name "tk_messageBox". > In addition: Warning message:In fun(libname, pkgname) : > couldn't > connect to display ":0"Error: packa...
2020 Feb 29
0
tcl problem with R-3.6.3?
...s: > [1] stats graphics grDevices utils datasets methods base > > loaded via a namespace (and not attached): > [1] compiler_3.6.3 > > install.packages("aster") > --- Please select a CRAN mirror for use in this session --- > Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : > [tcl] grab failed: window not viewable. > > q() > > What's up with that? > > -- > Charles Geyer > Professor, School of Statistics > Resident Fellow, Minnesota Center for Philosophy of Science > University of Minnesota &g...
2020 Jun 11
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...; > > > >> library(tcltk) > >> fname <- "Rplot.png" >> png(filename = fname, width = 500, height = 500) >> hist(rnorm(20)) >> dev.off() > >> tkimage.create("photo", file = fname) > > Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : > [tcl] encountered an unsupported criticial chunk type "eXIf". > > > ______________________________ > >> R.version > _ > platform x86_64-apple-darwin17.0 > arch x86_64 > os...
2020 Jul 09
0
Is this surprising behavior of tkimage.create function a bug?
...(fileext = ".jpg") image_write(logo2, tmp2) image_tcl <- tkimage.create("photo", "image_tcl2", file = tmp2) ------------------------------------------------------------------------------------ The last line returns an error below. > Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : [tcl] couldn't recognize data in image file "C:\Users\shota\AppData\Local\Temp\RtmpmmOriu\filed04c9e079d4.jpg". Is this a bug? My session info is shown below. > R Under development (unstable) (2020-07-08 r78794) Platform: x86_64-w64-mingw3...
2013 Oct 25
0
moving points labels in ordinations
...tion plot. I've been trying to use orditkplot() for this purpose, but get an error message, even when I try to replicate the example: >require("vegan") >data(varespec) > ord <- cca(varespec) > orditkplot(ord, mar = c(4,4,1,1)+.1, font=3) Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : [tcl] invalid command name "tk". In addition: Warning message: In fun(libname, pkgname) : couldn't connect to display ":0" > Any ideas? Thanks, Pete
2016 Apr 04
0
Rcmdr loading issue
...chargement a n?cessit? le package : splines Le chargement a n?cessit? le package : RcmdrMisc Le chargement a n?cessit? le package : car Le chargement a n?cessit? le package : sandwich Error : .onAttach a ?chou? dans attachNamespace() pour 'Rcmdr', d?tails : appel : structure(.External(.C_dotTclObjv, objv), class = "tclObj") erreur : [tcl] invalid command name "image". De plus : Warning message: In fun(libname, pkgname) : couldn't connect to display ":0" Erreur : le chargement du package ou de l'espace de noms a ?chou? pour ?Rcmdr' Would you h...
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...gt; >> Dear Wayne and Peter, >> >> FWIW, I observe exactly the same problem in Catalina. The error and my session info: >> >> -------- snip -------- >> >>> tkimage.create("photo", file = fname) >> Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : >> [tcl] encountered an unsupported criticial chunk type "eXIf". >> >>> sessionInfo() >> R version 4.0.0 (2020-04-24) >> Platform: x86_64-apple-darwin17.0 (64-bit) >> Running under: macOS Catalina 10....