-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
executable file
·91 lines (59 loc) · 3.27 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
output: rmarkdown::github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "",
fig.path = "inst/extdata/"
)
```
## `PakPC2017`: Pakistan Population Census 2017
###### Version : [`r getNamespaceVersion("PakPC2017")`](https://myaseen208.com/PakPC2017/); Copyright (C) 2018-2024: License: [GPL-2|GPL-3](https://www.r-project.org/Licenses/)
##### *Muhammad Yaseen^1,2^, Muhammad Arfan Dilber^3^*
1. School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
2. Department of Mathematics & Statistics, University of Agriculture Faisalabad, Pakistan
3. Pakistan Bureau of Statistics
***
[![minimal R version](https://img.shields.io/badge/R>%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version-last-release/PakPC2017)](https://cran.r-project.org/package=PakPC2017)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/PakPC2017?color=green)](https://CRAN.R-project.org/package=PakPC2017)
<!-- [![packageversion](https://img.shields.io/badge/Package%20version-0.2.3.3-orange.svg)](https://github.com/myaseen208/PakPC2017) -->
```{r, results='asis', echo=FALSE}
dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("PakPC2017")) != "",
yes = getNamespaceVersion("PakPC2017"),
no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/PakPC2017", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/PakPC2017", "/master/DESCRIPTION")))]))
cat(paste("[![develVersion](https://img.shields.io/badge/devel%20version-", dver, "-orange.svg)](https://github.com/myaseen208/PakPC2017)", sep = ""))
```
<!-- [![GitHub Download Count](https://github-basic-badges.herokuapp.com/downloads/myaseen208/PakPC2017/total.svg)] -->
[![Project Status: WIP](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](https://github.com/myaseen208/PakPC2017)
***
## Description
`r gsub("(<doi:)(.+)(>)", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("PakPC2017", fields = "Description")))`
## Installation
The package can be installed from CRAN as follows:
```{r, eval=FALSE}
install.packages("PakPC2017", dependencies = TRUE)
```
The development version can be installed from github as follows:
```{r, eval=FALSE}
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/PakPC2017")
```
## What's new
To know whats new in this version type:
```{r, eval=FALSE}
news(package = "PakPC2017")
```
## Links
[CRAN page](https://cran.r-project.org/package=PakPC2017)
[Github page](https://github.com/myaseen208/PakPC2017)
[Documentation website](https://myaseen208.com/PakPC2017/)
## Citing `PakPC2017`
To cite the methods in the package use:
```{r, comment = ""}
citation("PakPC2017")
```