-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
89 lines (89 loc) · 2.19 KB
/
DESCRIPTION
File metadata and controls
89 lines (89 loc) · 2.19 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: metacheck
Title: Check Research Outputs for Best Practices
Version: 0.0.0.9069
Date: 2025-02-10
Authors@R: c(
person( given = "Lisa",
family = "DeBruine",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7523-5539")),
person( given = "Daniel",
family = "Lakens",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0247-239X")),
person( given = "Cristian",
family = "Mesquida",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1542-8355")),
person( given = "Jakub",
family = "Werner",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0009-0004-0388-0362")),
person( given = "Lukas",
family = "Wallrich",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2121-5177")))
Description: A modular, extendable system for automatically checking research outputs for best practices using text search, R code, and/or (optional) LLM queries.
License: AGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
ggplot2,
httptest,
readr,
rmarkdown,
shiny,
shiny.i18n,
shinydashboard,
shinyjs,
testthat (>= 3.0.0),
waiter,
rstudioapi,
knitr,
withr
Config/testthat/edition: 3
Imports:
dplyr,
tidyr,
quarto,
DT,
bibtex,
ellmer,
progress,
jsonlite,
xml2,
curl,
httr,
httr2,
rvest,
urltools,
fs,
rappdirs,
officer,
anytime,
htmltools,
arrow,
tidytext,
SnowballC,
statcheck,
base64enc,
gitcreds,
roxygen2,
bib2df,
oddpub
VignetteBuilder: knitr
URL: https://github.com/scienceverse/metacheck, https://scienceverse.github.io/metacheck/
BugReports: https://github.com/scienceverse/metacheck/issues
Depends:
R (>= 4.2.0)
LazyData: true
LazyDataCompression: xz
Config/Needs/website: rmarkdown
Remotes:
quest-bih/oddpub