Skip to content

Commit 0862543

Browse files
authored
Merge pull request #243 from Merck/update_links
update outdated links
2 parents 53d8710 + 5d9f62f commit 0862543

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ preferred-citation:
2929
title: "r2rtf---an R Package to Produce Rich Text Format (RTF) Tables and Figures"
3030
year: 2020
3131
collection-title: "PharmaSUG"
32-
url: "https://www.pharmasug.org/proceedings/2020/DV/PharmaSUG-2020-DV-198.pdf"
32+
url: "https://pharmasug.org/proceedings/2020/DV/PharmaSUG-2020-DV-198.pdf"

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ If you use this software, please cite it as below.
171171

172172
> Wang, S., Ye, S., Anderson, K., & Zhang, Y. (2020).
173173
> r2rtf---an R Package to Produce Rich Text Format (RTF) Tables and Figures.
174-
> _PharmaSUG_. https://www.pharmasug.org/proceedings/2020/DV/PharmaSUG-2020-DV-198.pdf
174+
> _PharmaSUG_. https://pharmasug.org/proceedings/2020/DV/PharmaSUG-2020-DV-198.pdf
175175
176176
A BibTeX entry for LaTeX users is
177177

@@ -181,6 +181,6 @@ A BibTeX entry for LaTeX users is
181181
author = {Wang, Siruo and Ye, Simiao and Anderson, Keaven M and Zhang, Yilong},
182182
booktitle = {PharmaSUG},
183183
year = {2020},
184-
url = {https://www.pharmasug.org/proceedings/2020/DV/PharmaSUG-2020-DV-198.pdf}
184+
url = {https://pharmasug.org/proceedings/2020/DV/PharmaSUG-2020-DV-198.pdf}
185185
}
186186
```

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bibentry(
44
author = "Siruo Wang and Simiao Ye and Keaven M Anderson and Yilong Zhang",
55
booktitle = "PharmaSUG",
66
year = "2020",
7-
url = "https://www.pharmasug.org/proceedings/2020/DV/PharmaSUG-2020-DV-198.pdf",
7+
url = "https://pharmasug.org/proceedings/2020/DV/PharmaSUG-2020-DV-198.pdf",
88
)

0 commit comments

Comments
 (0)