The R Project SVN R

Rev

Rev 88293 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88293 Rev 90298
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2025-06-09 r88292) -- "Unsuffered Consequences"
2
R Under development (unstable) (2026-07-17 r90265) -- "Unsuffered Consequences"
3
Copyright (C) 2025 The R Foundation for Statistical Computing
3
Copyright (C) 2026 The R Foundation for Statistical Computing
4
Platform: x86_64-pc-linux-gnu
4
Platform: x86_64-pc-linux-gnu
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
8
Type 'license()' or 'licence()' for distribution details.
8
Type 'license()' or 'licence()' for distribution details.
Line 2037... Line 2037...
2037
> ### Aliases: dev.capabilities
2037
> ### Aliases: dev.capabilities
2038
> ### Keywords: dplot
2038
> ### Keywords: dplot
2039
> 
2039
> 
2040
> ### ** Examples
2040
> ### ** Examples
2041
> 
2041
> 
2042
> dev.capabilities()
2042
> utils:: str( dev.capabilities() )
-
 
2043
List of 14
2043
$semiTransparency
2044
 $ semiTransparency     : logi TRUE
2044
[1] TRUE
-
 
2045
 
-
 
2046
$transparentBackground
2045
 $ transparentBackground: chr "semi"
2047
[1] "semi"
-
 
2048
 
-
 
2049
$rasterImage
2046
 $ rasterImage          : chr "yes"
2050
[1] "yes"
-
 
2051
 
-
 
2052
$capture
2047
 $ capture              : logi FALSE
2053
[1] FALSE
-
 
2054
 
-
 
2055
$locator
2048
 $ locator              : logi FALSE
2056
[1] FALSE
-
 
2057
 
-
 
2058
$events
-
 
2059
character(0)
2049
 $ events               : chr(0) 
2060
 
-
 
2061
$patterns
-
 
2062
[1] "LinearGradient" "RadialGradient" "TilingPattern" 
2050
 $ patterns             : chr [1:3] "LinearGradient" "RadialGradient" "TilingPattern"
2063
 
-
 
2064
$clippingPaths
2051
 $ clippingPaths        : logi TRUE
2065
[1] TRUE
-
 
2066
 
-
 
2067
$masks
-
 
2068
[1] "alpha"     "luminance"
2052
 $ masks                : chr [1:2] "alpha" "luminance"
2069
 
-
 
2070
$compositing
-
 
2071
 [1] "multiply"    "screen"      "overlay"     "darken"      "lighten"    
2053
 $ compositing          : chr [1:11] "multiply" "screen" "overlay" "darken" ...
2072
 [6] "color.dodge" "color.burn"  "hard.light"  "soft.light"  "difference" 
-
 
2073
[11] "exclusion"  
-
 
2074
 
-
 
2075
$transformations
2054
 $ transformations      : logi TRUE
2076
[1] TRUE
-
 
2077
 
-
 
2078
$paths
-
 
2079
[1] TRUE
2055
 $ paths                : logi TRUE
2080
 
-
 
2081
$glyphs
2056
 $ glyphs               : logi TRUE
2082
[1] TRUE
-
 
2083
 
-
 
2084
$variableFonts
2057
 $ variableFonts        : logi FALSE
2085
[1] FALSE
-
 
2086
 
-
 
2087
> 
2058
> 
2088
> 
2059
> 
2089
> 
2060
> 
2090
> cleanEx()
2061
> cleanEx()
2091
> nameEx("dev.interactive")
2062
> nameEx("dev.interactive")