-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (27 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
Package: astronomR
Type: Package
Title: Cosmic Insights: Statistical Frameworks for Astronomers in R
Version: 0.1.0
Authors@R: c(
person("Samrit", "Pramanik", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2055-9007")),
person("Kazi Abu", "Rousan", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-7906-2030")))
Maintainer: Samrit Pramanik <[email protected]>, Kazi Abu Rousan <[email protected]>
Description: {astronomR} is a comprehensive R package designed for astronomers, cosmologists, and space science enthusiasts.
It provides a powerful set of tools to perform key astronomical and cosmological computations, doing research works.
It also aims to bridge the gap between astronomy and statistics, offering a robust framework for celestial data exploration and theoretical modeling, all within the R ecosystem.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
httr,
jsonlite,
pracma,
readr,
Rmpfr,
stringr,
tibble,
tidyr
RoxygenNote: 7.3.2