-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
80 lines (73 loc) · 1.72 KB
/
_pkgdown.yml
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
url: https://brucezhaor.github.io/pjutils/
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Intro
href: articles/risk-factors-to-score.html
- text: Reference
href: reference/index.html
- text: Articles
href: articles/index.html
menu:
- text: A Demo of Risk Factors To Score
href: articles/risk-factors-to-score.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/BruceZhaoR/pjutils
authors:
Wei Zhao:
href: https://brucezhaor.github.io
Pingjia Technology:
href: http://www.chinaubi.com
html: '<img src="https://raw.githubusercontent.com/BruceZhaoR/pjutils/master/inst/pkgdown/assets/pj-logo.png" height="20" /><span style="margin-left:2px">Pingjia Technology</span>'
template:
path: "./inst/pkgdown/templates"
assets: "./inst/pkgdown/assets"
params:
bootswatch: flatly
development:
mode: unreleased
reference:
- title: Binary Search
contents:
- binary_search_r
- binary_search_cpp
- title: Get Score
desc: Find the score of the given x in vector y.
contents:
- get_score
- get_score_vec
- title: Risk Fastors to Score
contents:
- rf2score
- sum_rf_score
- cal_user_coef
- title: Fill NA
desc: More efficient way of filling nas in native R code.
contents:
- fill_na
- fill_na.data.frame
- fill_na.tbl_df
- title: Calculate AUC
contents:
- auc
- title: Coordinate transform
contents:
- wgs2gcj
- wgs2bd
- gcj2wgs
- gcj2bd
- bd2gcj
- bd2wgs
- cal_gps_dist
- title: Json format transform
contents:
- fmt_gps_json
- title: Helper
contents:
- pjutils
- pjutils-package