Last updated on 2021-04-17 23:48:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 4.18 | 42.07 | 46.25 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 2.88 | 33.99 | 36.87 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 67.80 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 54.43 | OK | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 8.00 | 74.00 | 82.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.2.0 | OK | ||||
r-patched-linux-x86_64 | 1.2.0 | 3.18 | 40.67 | 43.85 | OK | |
r-release-linux-x86_64 | 1.2.0 | 3.40 | 40.67 | 44.07 | OK | |
r-release-macos-x86_64 | 1.2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.2.0 | 6.00 | 74.00 | 80.00 | OK | |
r-oldrel-macos-x86_64 | 1.2.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 4.00 | 57.00 | 61.00 | OK |
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘Dominance-Ex.R’ failed
The error most likely occurred in:
> ### Name: Sociogram
> ### Title: Social Network Graphs
> ### Aliases: Sociogram
> ### Keywords: ~Graphs ~Network ~Social
>
> ### ** Examples
>
> {
+ ## you can eihter use:
+ data_sheet=data.frame ("action.from"=c(1,4,2,3,4,3,4,3,4,3,4,3,4,3,4),
+ "action.to"=c(4,1,1,4,3,4,3,4,3,4,3,4,3,4,3),
+ "kind.of.action"= c(4,1,1,4,3,4,3,4,3,4,3,4,3,4,3),stringsAsFactors=FALSE)
+ items= data.frame ("Name"=c("item1","item2","item3","item4","item5","item6") ,
+ "item.number"=c(1:6),stringsAsFactors=FALSE)
+ actions=data.frame("name.of.action"= c("leading","following","approach","bite","threat to bite",
+ "kick","threat to kick", "chase","retreat"),
+ "action.number"=c(1:9),
+ "classification"=c(1,2,1,1,1,1,1,1,2) ,
+ "weighting"=c(1,-1,1,1,1,1,1,1,-1),stringsAsFactors=FALSE)
+ ## all encounters without leading and following
+ bytes= "001111111"
+ Sociogram(data_sheet,items=items,actions=actions,bytes)
+ ## mor you can use a complete f.e Excel sheet
+ ## you can save this data as basic excel sheet to work with
+ data(data_Network_1)
+ ## set 1 for action you want to show
+ bytes= "00111111111000000000"
+ Sociogram(data_Network_1,bytes)
+ }
No protocol specified
No protocol specified
Warning in fun(libname, pkgname) : couldn't connect to display ":0"
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] invalid command name "font".
Calls: Sociogram ... .tkplot.convert.font -> <Anonymous> -> tcl -> .Tcl.objv -> structure
Execution halted
Flavor: r-oldrel-macos-x86_64