The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
width
parameter to colourInput()
(#52)addResourcePath()
and instead use
htmlDependency()
(#43)closeOnClick
parameter that, when
TRUE
, will cause the colour selection panel to close
immediately after choosing a colour (#34)colourInput()
now works with all R colour
names, including names that have aliases such as “gray” vs “grey”
(#25)MAJOR NEW FEATURES
colourInput()
now supports an alpha channel, to allow
selecting semi-transparent colours, using the
allowTransparent
boolean parameter. Note that this is a
BREAKING CHANGE because previously
allowTransparent=TRUE
resulted in a checkbox, and now it
displays the alpha opacity selector.colourInput()
can be specified
either using a colour name (“blue”), HEX codes (“#0000FF”), RGB codes
(“rgb(0, 0, 255)”), or HSL codes (“hsl(240, 100, 50)”)BREAKING CHANGES
allowTransparent=TRUE
has been
modified, as mentioned abovetransparentText
parameter from
colourInput()
has been removedBUG FIXES
plotHelper()
gadget+addin that makes
it easy to pick colours in a plot and see in real time the updated plot
as you choose new colours (#1)colourPicker()
(left/right
arrows to navigate the colours, 1-9 to select a colour, spacebar to add
a colour…)colourInput()
(#4 - thanks @ddiez)runExample()
function to run the example shiny
appshinyjs
package)These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.