Skip to content

Commit

Permalink
doi instead of research gate link
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Jan 8, 2024
1 parent b8db1a4 commit 137b25e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Type: Package
Title: Sequential Pairwise Online Rating Techniques
Version: 0.2.1
Depends: R (>= 3.0)
Authors@R: person("Dawid",
"Kałędkowski",
Authors@R: person("Dawid",
"Kałędkowski",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9533-457X"),
role = c("aut", "cre"))
Expand All @@ -17,15 +17,15 @@ Description: Calculates ratings for two-player or
Parameters are updated sequentially, and computation doesn't require any
additional RAM to make estimation feasible. Additionally, base of the package
is written in C++ what makes sport computation even faster. Methods used in the
package refers to Mark E. Glickman (1999)
package refer to Mark E. Glickman (1999)
<http://www.glicko.net/research/glicko.pdf>;
Mark E. Glickman (2001) <doi:10.1080/02664760120059219>;
Ruby C. Weng, Chih-Jen Lin (2011) <https://www.jmlr.org/papers/volume12/weng11a/weng11a.pdf>;
W. Penny, Stephen J. Roberts (1999) <doi:10.1109/IJCNN.1999.832603>.
BugReports: https://github.com/gogonzo/sport/issues
Imports:
Rcpp,
data.table,
Rcpp,
data.table,
ggplot2
LinkingTo: Rcpp
License: GPL-2
Expand All @@ -37,8 +37,8 @@ RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
dplyr,
knitr,
knitr,
lobstr,
rmarkdown,
rmarkdown,
testthat
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion vignettes/the_theory.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ dbl <- dbl_run(
print(dbl$final_r)
```

For more details read [Stephen J. Roberts, William Penny (2011)](https://www.researchgate.net/publication/2465226_Dynamic_Logistic_Regression)
For more details read [Stephen J. Roberts, William Penny (2011)](https://doi.org/10.1109/IJCNN.1999.832603)


## Additional controls
Expand Down

0 comments on commit 137b25e

Please sign in to comment.