File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,12 @@ Authors@R:
7
7
role = c("aut", "cre"),
8
8
9
9
comment = c("ORCID-ID" = "0000-0002-6302-905X"))
10
- Description: catsr reads and visualizes CATS PRH files. Allows users to read a
11
- NetCDF PRH file into a data.frame and create interactive figures of sensor data
12
- using plotly.
10
+ Description: catsr reads and visualizes CATS PRH files. Allows users to
11
+ read a NetCDF PRH file into a data.frame and create interactive
12
+ figures of sensor data using plotly.
13
13
License: MIT + file LICENSE
14
- Encoding: UTF-8
15
- Language: es
16
- LazyData: true
17
- Roxygen: list(markdown = TRUE)
18
- RoxygenNote: 7.1.1
14
+ Depends:
15
+ R (>= 2.10)
19
16
Imports:
20
17
dplyr,
21
18
ggplot2,
@@ -24,8 +21,11 @@ Imports:
24
21
plotly,
25
22
stringr,
26
23
tidyr
27
- Depends:
28
- R (>= 2.10)
29
24
Suggests:
30
25
testthat (>= 3.0.0)
31
26
Config/testthat/edition: 3
27
+ Encoding: UTF-8
28
+ Language: es
29
+ LazyData: true
30
+ Roxygen: list(markdown = TRUE)
31
+ RoxygenNote: 7.1.1
You can’t perform that action at this time.
0 commit comments