-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.12 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
Package: ggsolar
Type: Package
Title: Generate Solar System Plots
Version: 0.1.1
Date: 2023-04-17
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <[email protected]>
Description: Tools are provided to generate a dynamic list of convincing celestial object names
using a small Markov chain model, construct orbital radii of uniform or specified/natural
distances, place celestial objects randomly on the orbit circles using built-in or custom
placement functions. Additional capabilities include the ability to output plots from a core
routine, generate a plotting template to further customize, and place labels next to celestial
object. Some theme elements are also provided to speed up clean plot output generation.
URL: https://github.com/hrbrmstr/ggsolar
BugReports: https://github.com/hrbrmstr/ggsolar/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
tinytest
Depends:
R (>= 3.6.0),
Imports:
ggplot2,
stringi,
ggforce,
stats
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3