knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "",
  fig.path = "inst/extdata/"
)

dmai: Divisia Monetary Aggregates Index

Version : r getNamespaceVersion("dmai"); Copyright (C) 2018-2024: License: GPL-2|GPL-3
Muhammad Yaseen^1,2^, Ahmad Nadeem^3^
  1. School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
  2. Department of Mathematics & Statistics, University of Agriculture Faisalabad, Pakistan
  3. State Bank of Pakistan, Karachi, Pakistan

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("dmai")) != "",
               yes = getNamespaceVersion("dmai"),
               no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/dmai", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/dmai", "/master/DESCRIPTION")))]))
cat(paste("[![develVersion](https://img.shields.io/badge/devel%20version-", dver, "-orange.svg)](https://github.com/myaseen208/dmai)", sep = ""))

Project Status: WIP lifecycle Last-changedate


Description

r gsub("(<doi:)(.+)(>)", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("dmai", fields = "Description")))

Installation

The package can be installed from CRAN as follows:

install.packages("dmai", dependencies = TRUE)

The development version can be installed from github as follows:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/dmai")

What's new

To know whats new in this version type:

news(package = "dmai")

Links

CRAN page

Github page

Documentation website

Citing dmai

To cite the methods in the package use:

citation("dmai")


myaseen208/dmai documentation built on Oct. 15, 2024, 8:39 p.m.