forked from cran/fbRanks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (38 loc) · 875 Bytes
/
NAMESPACE
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
29
30
31
32
33
34
35
36
37
38
39
40
41
## export functions
export(
scrape.sportaffinity,
scrape.sportaffinity.main,
scrape.sportaffinity.brackets,
scrape.scoreboard,
scrape.demosphere,
scrape.demosphere.main,
scrape.korrio,
scrape.gotsport,
scrape.gotsport.main,
scrape.custom1,
scrape.custom2,
scrape.custom3,
scrape.custom4,
scrape.json1,
scrape.usclub,
construct.team.file,
create.fbRanks.dataframes,
edit_team_data,
rank.teams,
predict.fbRanks,
simulate.fbRanks,
residuals.fbRanks,
print.fbRanks,
plot.fbRanks
)
## register S3 methods
S3method(coef, fbRanks)
S3method(print, fbRanks)
S3method(plot, fbRanks)
S3method(predict, fbRanks)
S3method(simulate, fbRanks)
S3method(residuals, fbRanks)
## Imports
import(stringr)
importFrom("stats", simulate)
importFrom("igraph", graph.edgelist, clusters, get.vertex.attribute)