Skip to contents

This package contains all functions and evaluations related to KWB project “FAKIN”. Set the Subversion setting ‘enable-auto-props’ to ‘yes’ so that the ‘auto-probs’ options are considered.

Installation

For installing the latest release of this R package run the following code below:

# Enable repository from kwb-r
options(repos = c(
  kwbr = 'https://kwb-r.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))

# Download and install kwb.fakin in R
install.packages('kwb.fakin')

# Browse the kwb.fakin manual pages
help(package = 'kwb.fakin')

Contributing to kwb.fakin

For contributing to the development of kwb.fakin please check the contribution guideline.