You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+21-19Lines changed: 21 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -15,49 +15,51 @@ knitr::opts_chunk$set(
15
15
)
16
16
```
17
17
18
-
# ji.rpkg.template: TAGLINE
18
+
# vimc.rpkg.template: TAGLINE
19
19
20
20
<!-- badges: start -->
21
21
[](https://www.repostatus.org/#concept)
[](https://app.codecov.io/gh/jameel-institute/ji.rpkg.template?branch=main)
[](https://app.codecov.io/gh/vimc/vimc.rpkg.template?branch=main)
_ji.rpkg.template_ is a template package and repository on which future Jameel Institute packages are based.
27
+
_vimc.rpkg.template_ is a template package and repository on which future VIMC R packages are based.
28
28
29
-
To use this template, select _ji.rpkg.template_ from the drop-down menu under **Repository template** when creating a new repository in the Jameel Institute organisation.
30
-
Replace all instances of "ji.rpkg.template" with your package name. Make sure to also:
29
+
To use this template, select _vimc.rpkg.template_ from the drop-down menu under **Repository template** when creating a new repository in the VIMC GitHub organisation.
30
+
Replace all instances of `"vimc.rpkg.template"` with your package name. Make sure to also:
31
31
32
-
1. Edit the `DESCRIPTION` as appropriate with the correct package information;
32
+
1. Edit the `DESCRIPTION` as appropriate with the correct package information, including authors;
33
33
34
34
2. Edit the files in `R/`, `tests/`, and `vignettes/` to suit your package;
35
35
36
-
3. Add spell check by running usethis::use_spell_check(lang = "en-GB")
36
+
3. Add spell check by running `usethis::use_spell_check(lang = "en-GB")`;
37
37
38
38
4. Remove these instructions from `README.Rmd`, and re-render the `.md` file using `devtools::render_readme()`.
39
39
40
40
## Installation
41
41
42
42
**NOTE:** Remove or comment out installation sources as appropriate.
43
43
44
-
You can install the development version of ji.rpkg.template from the Jameel Institute R-universe with:
44
+
**Remember** to add the package to the [VIMC R-universe](https://github.com/vimc/vimc.r-universe.dev).
45
+
46
+
You can install the development version of _vimc.rpkg.template_ from the VIMC R-universe with:
0 commit comments