Site menu:

Switch to German language

cNORM - Installation


The package cNORM is under continuous development and can be installed via CRAN. Please report errors! Suggestions for improvement, fixes ... are always welcome! The package is stable, however. At first, you need to install the latest version of R from CRAN for your operation system. We furthermore strongly encourage you to use RStudio. After starting RStudio, you should have a clean environment:



To install cNORM, please type:

install.packages("cNORM", dependencies = TRUE)
library(cNORM)



Download and install the package

Developmental version can be downloaded here as well. Select Tools -> Install Packages and choose Install from: Package Archive File (.zip; .tar.gz).



Version Name Date Changelog and Readme
Binary Package (Windows) cNORM_1.2.3.zip 18/06/2020 Changelog
Readme
Archive
Source Package (all plattforms) cNORM_1.2.3.tar.gz 18/06/2020


More advanced users can directly access and install the latest development version of cNORM via GitHub. You can find the package via WLenhard/cNORM. In order to directly pull the code and start the library, please use the following code ("devtools" required):

install.packages("devtools")
devtools::install_github("WLenhard/cNORM")
library(cNORM)


After installation, type library(cNORM) in the console to start cNORM:

# Load cNORM

library(cNORM)

# Start help

help(cNORM)

In case, you want to user the graphical user interface, please type:

# Start GUI

cNORM.GUI()



Overview
Data Preparation