Package 'KIRAN'

Title: Package for setting up Key IMPACT R-Archive Network suite of packages
Description: Establishes the KIRAN suite of R based packages.
Authors: Abhijeet Mishra [aut, cre]
Maintainer: Abhijeet Mishra <[email protected]>
License: GPL (>= 3)
Version: 2.0.0
Built: 2024-11-23 04:03:52 UTC
Source: https://github.com/IFPRI/KIRAN

Help Index


GAMS finder for windows machines

Description

GAMS finder for windows machines

Usage

scanGAMS()

Value

GAMS installation location

Examples

## Not run: 
scanGAMS()

## End(Not run)

Rtools finder for windows machines

Description

Rtools finder for windows machines

Usage

scanRtools()

Value

Message related to Rtools check

Examples

## Not run: 
scanRtools()

## End(Not run)

Install dependency packages needed needed for KIRAN suite of packages

Description

Install dependency packages needed needed for KIRAN suite of packages

Usage

setKiran()

Examples

## Not run: 
setKiran()

## End(Not run)

Set user specific R library for package installation

Description

Set user specific R library for package installation

Usage

setLibs(export = FALSE)

Arguments

export

If R_LIBS_USER setting should be returned

Examples

## Not run: 
setLibs()

## End(Not run)

Setting Repositories

Description

Setting Repositories

Usage

setRepos()

Value

Sets IFPRI based R repositories related to IMPACT model

Examples

## Not run: 
setRepos()

## End(Not run)