Skip to content

Commit 25cb985

Browse files
author
Max Czapanskiy
committed
Fix malformed line in description
1 parent 060412a commit 25cb985

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

DESCRIPTION

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ Authors@R:
77
role = c("aut", "cre"),
88
email = "[email protected]",
99
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.
1313
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)
1916
Imports:
2017
dplyr,
2118
ggplot2,
@@ -24,8 +21,11 @@ Imports:
2421
plotly,
2522
stringr,
2623
tidyr
27-
Depends:
28-
R (>= 2.10)
2924
Suggests:
3025
testthat (>= 3.0.0)
3126
Config/testthat/edition: 3
27+
Encoding: UTF-8
28+
Language: es
29+
LazyData: true
30+
Roxygen: list(markdown = TRUE)
31+
RoxygenNote: 7.1.1

0 commit comments

Comments
 (0)