Skip to content

Commit 6fa5e31

Browse files
committed
increment to v0.2.0 with new key Leucht 2020
1 parent 2f8a661 commit 6fa5e31

31 files changed

+41
-35
lines changed

‎.gitignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ Meta
33
inst/doc
44
.buildconfig
55
scratch
6+
..Rcheck/
7+
.github/.gitignore
8+
vignettes/.Rhistory

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: chlorpromazineR
22
Title: Convert Antipsychotic Doses to Chlorpromazine Equivalents
3-
Version: 0.1.4
3+
Version: 0.2.0
44
Authors@R:
55
c(person("Eric", "Brown",
66
role = c("aut", "cre"),

‎NEWS.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Added new vignette with examples from each of the keys (references).
1212

1313
Added additional tests and code cleanup.
1414

15-
# chlorpromazineR 0.1.4
15+
# chlorpromazineR 0.2.0
1616

1717
## Major changes
1818

‎codemeta.json‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"codeRepository": "https://github.com/ropensci/chlorpromazineR",
1111
"issueTracker": "https://github.com/ropensci/chlorpromazineR/issues",
1212
"license": "https://spdx.org/licenses/GPL-3.0",
13-
"version": "0.1.4",
13+
"version": "0.2.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
@@ -124,6 +124,9 @@
124124
"name": "Comprehensive R Archive Network (CRAN)",
125125
"url": "https://cran.r-project.org"
126126
},
127-
"relatedLink": ["https://docs.ropensci.org/chlorpromazineR", "https://docs.ropensci.org/chlorpromazineR/"],
128-
"fileSize": "2447.543KB"
127+
"relatedLink": [
128+
"https://docs.ropensci.org/chlorpromazineR",
129+
"https://docs.ropensci.org/chlorpromazineR/"
130+
],
131+
"fileSize": "2447.075KB"
129132
}

‎doc/walkthrough.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "Eric Brown, Parita Shah, Julia Kim"
44
date: "`r Sys.Date()`"
55
output: rmarkdown::html_vignette
66
vignette: >
7-
%\VignetteIndexEntry{Using chlorpromazineR to Calculate Chlorpromazine-Equivalent Doses}
7+
%\VignetteIndexEntry{Using chlorpromazineR to calculate chlorpromazine-equivalent doses}
88
%\VignetteEngine{knitr::rmarkdown}
99
%\VignetteEncoding{UTF-8}
1010
---

‎docs/404.html‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/CONTRIBUTING.html‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/articles/exampletable.html‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/articles/index.html‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/articles/walkthrough.html‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)