CRAN
getPass 0.2-2
Masked User Input
Released Jul 21, 2017 by Drew Schmidt
This package can be loaded by Renjin but 1 out 2 tests failed.
An older version of this package is
more compatible with Renjin.
Dependencies
A micro-package for reading "passwords", i.e. reading user input with masking, so that the input is not displayed as it is typed. Currently we have support for 'RStudio', the command line (every OS), and any platform where 'tcltk' is present.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>getPass</artifactId> <version>0.2-2-b15</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:getPass')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.