-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.09 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: VedicDateTime
Type: Package
Title: Vedic Calendar System
Version: 0.1.9
Authors@R: c(
person("Neeraj Dhanraj", "Bokde", , "neerajdhanraj@gmail.com", role = c("aut", "cre", "cph")),
person("Prajwal Kailasnath", "Patil", , "prajwalpatilcodes@gmail.com", role = "aut"),
person("Saradindu", "Sengupta", ,"saradindu.mi1@iiitmk.ac.in" ,role = "aut"),
person("Andrés Elías Feijóo", "Lorenzo", , "Afeijoo@uvigo.gal", role = "aut")
)
Description: Provides platform for Vedic calendar system having several
functionalities to facilitate conversion between Gregorian and Vedic
calendar systems, and helpful in examining its impact in the
time series analysis domain.
URL: https://www.neerajbokde.in/viggnette/2022-09-05-VedicDateTime
BugReports: https://github.com/prajwalkpatil/VedicDateTime/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R (>= 3.1.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
qpdf,
formatR,
spelling,
tinytex
VignetteBuilder: knitr
Imports: swephR
Config/testthat/edition: 3
Language: en-US