-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
28 lines (28 loc) · 856 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: lorem
Title: Generate Lorem Ipsum Text
Version: 1.0.0.9000
Authors@R:
person("Garrick", "Aden-Buie", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077"))
Description: Quickly generate lorem ipsum placeholder text. Easy to
integrate in 'R Markdown' documents and 'Shiny' apps. Includes an
'RStudio' addin to insert lorem ipsum into the current document.
License: MIT + file LICENSE
URL: https://github.com/gadenbuie/lorem,
http://pkg.garrickadenbuie.com/lorem/
BugReports: https://github.com/gadenbuie/lorem/issues
Depends:
R (>= 2.10)
Imports:
htmltools,
knitr,
stats
Suggests:
rstudioapi,
testthat (>= 3.0.0),
withr
Config/Needs/website: gadenbuie/grkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3