-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
v1.0.7
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,38 @@ | ||
|
||
year <- sub("-.*", "", meta$Date) | ||
note <- paste("R package version", meta$Version) | ||
|
||
citHeader("To cite rotasym in publications use:") | ||
|
||
citEntry(entry = "Manual", | ||
title = "{rotasym}: Tests for Rotational Symmetry on the Hypersphere", | ||
author = personList(as.person("Eduardo García-Portugués"), | ||
as.person("Davy Paindaveine"), | ||
as.person("Thomas Verdebout")), | ||
year = year, | ||
note = note, | ||
url = "https://CRAN.R-project.org/package=rotasym", | ||
textVersion = | ||
paste("García-Portugués, E., Paindaveine, D., and Verdebout, T. (2020).", | ||
"rotasym: Tests for Rotational Symmetry on the Hypersphere.", | ||
paste0("R package version ", meta$Version, "."), | ||
"https://CRAN.R-project.org/package=rotasym") | ||
) | ||
|
||
citEntry(entry = "Article", | ||
title = "On optimal tests for rotational symmetry against new classes of hyperspherical distributions", | ||
author = personList(as.person("Eduardo García-Portugués"), | ||
as.person("Davy Paindaveine"), | ||
as.person("Thomas Verdebout")), | ||
journal = "arXiv:1706.05030", | ||
year = "2019", | ||
volume = "", | ||
journal = "Journal of the American Statistical Association", | ||
year = "2020", | ||
volume = "to appear.", | ||
number = "", | ||
pages = "", | ||
url = "https://arxiv.org/abs/1706.05030", | ||
url = "https://doi.org/10.1007/s11222-017-9790-2", | ||
textVersion = | ||
paste("García-Portugués, E., Paindaveine, D., and Verdebout, T. (2019).", | ||
paste("García-Portugués, E., Paindaveine, D., and Verdebout, T. (2020).", | ||
"On optimal tests for rotational symmetry against new classes of hyperspherical distributions.", | ||
"arXiv:1706.05030.", | ||
"URL https://arxiv.org/abs/1706.05030.") | ||
"Journal of the American Statistical Association, to appear.", | ||
"https://doi.org/10.1007/s11222-017-9790-2") | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.