-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 920 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: monashtipr
Version: 0.1.0.9000
Title: An R API Wrapper for the Monash University Probabilistic Footy Tipping Competition
Description: An API wrapper for the 'Monash University Probabilistic Footy
Tipping Competition' <https://probabilistic-footy.monash.edu/~footy/index.shtml>.
Allows users to submit tips directly to the competition from R.
Authors@R: person("James", "Day", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3133-943X"))
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://jimmyday12.github.io/monash_tipr/, https://github.com/jimmyday12/monash_tipr
Imports:
rvest,
httr,
magrittr,
rlang,
xml2,
glue,
lifecycle,
purrr
Suggests:
testthat,
covr
RdMacros: lifecycle
Language: en-GB
Config/testthat/edition: 3
Config/testthat/parallel: true