1
- OKplan: Tools to facilitate the Planning of the annual Surveillance Programmes
2
- ==============================================================================
1
+ # OKplan: Tools to facilitate the Planning of the annual Surveillance Programmes
3
2
4
3
<!-- README.md is generated from README.Rmd. Please edit that file -->
5
4
@@ -9,8 +8,7 @@ OKplan: Tools to facilitate the Planning of the annual Surveillance Programmes
9
8
- [ Copyright and license] ( #copyright-and-license )
10
9
- [ Contributing] ( #contributing )
11
10
12
- Overview
13
- --------
11
+ ## Overview
14
12
15
13
` OKplan ` provide tools to facilitate the planning of the annual
16
14
surveillance programmes. The main focus is tools for generating
@@ -20,17 +18,16 @@ standardized lists for NFSA.
20
18
facilitate data management and data reporting at the Norwegian
21
19
Veterinary Institute (NVI). The NVIverse consists of the following
22
20
packages: NVIconfig, NVIdb, NVIpretty, NVIbatch, OKplan, OKcheck,
23
- NVIcheckmate, NVIpackager. See the vignette “Contribute to OKplan” for
24
- more information.
21
+ NVIcheckmate, NVIpackager, NVIrpackages . See the vignette “Contribute to
22
+ OKplan” for more information.
25
23
26
- Installation
27
- ------------
24
+ ## Installation
28
25
29
26
` OKplan ` is available at
30
27
[ GitHub] ( https://github.com/NorwegianVeterinaryInstitute ) . To install
31
28
` OKplan ` you will need:
32
29
33
- - R version & gt ; 4.0.0
30
+ - R version > 4.0.0
34
31
- R package ` remotes `
35
32
- Rtools 4.0
36
33
@@ -41,47 +38,44 @@ First install and attach the `remotes` package.
41
38
42
39
To install (or update) the ` OKplan ` package, run the following code:
43
40
44
- remotes::install_github("NorwegianVeterinaryInstitute/OKplan")
41
+ remotes::install_github("NorwegianVeterinaryInstitute/OKplan",
45
42
upgrade = FALSE,
46
43
build = TRUE,
47
44
build_manual = TRUE)
48
45
49
- Usage
50
- -----
46
+ ## Usage
51
47
52
48
The ` OKplan ` package needs to be attached.
53
49
54
- library(NVIdb )
50
+ library(OKplan )
55
51
56
52
` OKplan ` provide tools to facilitate the planning of the annual
57
53
surveillance programmes. The main focus is tools for generating
58
54
standardized lists for NFSA.
59
55
60
- The list of available functions and datasets can be accessed by typing
56
+ The full list of all available functions and datasets can be accessed by
57
+ typing
61
58
62
- help(package="NVIdb ")
59
+ help(package = "OKplan ")
63
60
64
61
Please check the NEWS for information on new features, bug fixes and
65
62
other changes.
66
63
67
- Copyright and license
68
- ---------------------
64
+ ## Copyright and license
69
65
70
- Copyright (c) 2021 Norwegian Veterinary Institute.
66
+ Copyright (c) 2021 - 2022 Norwegian Veterinary Institute.
71
67
Licensed under the BSD\_ 3\_ clause License. See
72
68
[ License] ( https://github.com/NorwegianVeterinaryInstitute/OKplan/blob/main/LICENSE )
73
69
for details.
74
70
75
- Contributing
76
- ------------
71
+ ## Contributing
77
72
78
73
Contributions to develop ` OKplan ` is highly appreciated. There are
79
74
several ways you can contribute to this project: ask a question, propose
80
75
an idea, report a bug, improve the documentation, or contribute code.
81
76
The vignette “Contribute to OKplan” gives more information.
82
77
83
- <!-- Code of conduct -->
84
- ------------------------
78
+ ## <!-- Code of conduct -->
85
79
86
80
Please note that the OKplan project is released with a [ Contributor Code
87
81
of
0 commit comments