-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 862 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 862 Bytes
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
Package: photoplate
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person("Nolan", "Siegel", , "nolan.s.siegel@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0009-7333-9797"))
Description: Used to change stargazer's default LaTeX regression table output;
allows the user to specify the table's position (following the normal
LaTeX table position commands), the table's label (useful for cross-references),
and the table's comment (formats it to span the width of the page in small
text right below the table itself).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
glue,
magrittr,
readr,
stargazer,
stringr,
tibble,
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3