Skip to content

adeverse/adegraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN_Release_Badge CRAN Downloads R-CMD-check

An S4 Lattice-Based Package for the Representation of Multivariate Data


Please note! Since January 2024, this repository has belonged to the adeverse organization. To avoid confusion, we strongly recommend updating any existing local clones to point to the new repository URL. You can do this by using git remote on the command line:

git remote set-url origin git@github.com:adeverse/adegraphics.git

or

git remote set-url origin https://github.com/adeverse/adegraphics.git


Read the wiki for more information

Installing the development version of adegraphics

  • Install the release version of remotes from CRAN with install.packages("remotes").

  • Make sure you have a working development environment.

    • Windows: Install Rtools.
    • Mac: Install Xcode from the Mac App Store.
    • Linux: Install a compiler and various development libraries (details vary across different flavors of Linux).

Then:

remotes::install_github("adeverse/adegraphics")

If you do not wish to install the development environments Rtools (Windows) / XCode (Mac), we can supply binary packages of the development version of adegraphics on request.

Installing the stable version of adegraphics

install.packages("adegraphics")

Loading adegraphics

library("adegraphics")