README.md

Geneorama package for R

The geneorama package for R is a collection of utilities written by Gene Leynes

There is help, there is more information in the DESCRIPTION file, but there are also issues. I'm not sure how well the help is working, it's not making a proper index just yet. However, you can query each function individually with the normal help syntax: for example ?lll will bring up the help for lll(), which is an enhanced version of ls().

You should consider these functions to be beta, and subject to change.

INSTALLATION

Install from github using Hadley's package "devtools". Within R

## Remove geneorama if it's already installed
if("geneorama" %in% installed.packages()[ , "Package"]){
   remove.packages("geneorama")
}
## Install devtools, if needed
if(!"devtools" %in% installed.packages()[ , "Package"]){
   install.packages("devtools"")
}

## Install geneorama
devtools::install_github("geneorama/geneorama")

Alternatively, clone the repo and build geneorama with R CMD INSTALL. At the command line:

git clone https://github.com/geneorama/geneorama
R CMD INSTALL geneorama/

NEWS

Version 1.5.0 (2016-02-03)

2015-12-23

2015-12-18

2015-11-23

2015-10-13

2015-07-27

Version 1.4.1 (2015-07-15)

Version 1.4 (2014-09-05)

Converted documentation to roxygen2.

Version 1.3 (2014-06-17)

Added data.table functions

Version 1.2 (2014-05-07)

Removed old functions, first "stable" version.

Version 0.5 (2012-01-30)

Initial version

Functions include: NAsummary,



geneorama/geneorama documentation built on Oct. 17, 2020, 12:35 a.m.