-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.07 KB
/
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
29
30
31
32
33
Package: lucid
Title: Printing Floating Point Numbers in a Human-Friendly Format
Version: 1.8
Authors@R:
person("Kevin", "Wright", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0617-8673"))
Description: Print vectors (and data frames) of floating point numbers
using a non-scientific format optimized for human readers. Vectors of
numbers are rounded using significant digits, aligned at the decimal
point, and all zeros trailing the decimal point are dropped. See:
Wright (2016). Lucid: An R Package for Pretty-Printing Floating Point
Numbers. In JSM Proceedings, Statistical Computing Section.
Alexandria, VA: American Statistical Association. 2270-2279.
License: MIT + file LICENSE
URL: https://kwstat.github.io/lucid/, http://kwstat.github.io/lucid/
BugReports: https://github.com/kwstat/lucid/issues
Imports:
nlme
Suggests:
broom,
dplyr,
knitr,
lattice,
lme4,
rjags,
rmarkdown,
sommer,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2