We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9e718 commit d323d3bCopy full SHA for d323d3b
DESCRIPTION
@@ -15,10 +15,11 @@ Description: Performs quantile regression average
15
Depends:
16
R (>= 4.1.0)
17
Imports:
18
- checkmate,
19
- data.table,
20
- quantgen,
21
- scoringutils
+ checkmate,
+ data.table,
+ purrr,
+ quantgen,
22
+ scoringutils
23
Suggests:
24
roxyglobals
25
Remotes:
NEWS.md
@@ -1,5 +1,7 @@
1
# qra (development version)
2
3
+- Fixed missing purrr import
4
+
5
# qra 0.1.0
6
7
This is the initial release of qra.
0 commit comments