Last updated on 2020-12-01 00:46:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.2 | 7.56 | 50.33 | 57.89 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.2 | 4.62 | 40.37 | 44.99 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.2 | 79.13 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 69.03 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1.2 | 13.00 | 78.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 1.1.2 | 6.94 | 48.55 | 55.49 | OK | |
r-release-linux-x86_64 | 1.1.2 | 6.78 | 48.26 | 55.04 | OK | |
r-release-macos-x86_64 | 1.1.2 | OK | ||||
r-release-windows-ix86+x86_64 | 1.1.2 | 13.00 | 58.00 | 71.00 | OK | |
r-oldrel-macos-x86_64 | 1.1.2 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.2 | 5.00 | 7.00 | 12.00 | ERROR |
Version: 1.1.2
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
Version: 1.1.2
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64