/rcdk/man/cdkversion.Rd

http://github.com/rajarshi/cdkr · Unknown · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 92849d146a1eb17c087b1d281757f496 MD5 · raw file

  1. \name{cdk.version}
  2. \alias{cdk.version}
  3. \title{
  4. Get Current CDK Version
  5. }
  6. \description{
  7. Returns a string containing the version of the CDK used in this package
  8. }
  9. \usage{
  10. cdk.version()
  11. }
  12. \value{
  13. A string representing the CDK version
  14. }
  15. \keyword{programming}
  16. \author{Rajarshi Guha (\email{rajarshi.guha@gmail.com})}