as.character.Package.Rd
Gets a string representation of this package.
# S3 method for class 'Package'
as.character(x, ...)
Returns a character
string.
For more information see Package
.
print(R.oo)
#> [1] "Package: R.oo v1.27.1 is loaded (pos=2). Title: R Object-Oriented Programming with or without References. The official webpage is https://henrikbengtsson.github.io/R.oo/,\nhttps://github.com/HenrikBengtsson/R.oo and the maintainer is Henrik Bengtsson. The package is installed in /tmp/henrik/Rtmp4LXnfW/temp_libpath1b079f73b6d6ea/R.oo/. License: LGPL (>= 2.1). Description: Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks. Type showNews(R.oo) for package history, and ?R.oo for help."