Skip to content

Commit a0cbcad

Browse files
Need predict for locfit
1 parent 8c80d0f commit a0cbcad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ importFrom(graphics,screen)
3535
importFrom(graphics,split.screen)
3636
importFrom(graphics,text)
3737
importFrom(graphics,title)
38+
importFrom(stats,predict)
3839
importFrom(utils,capture.output)

R/cf_data.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#' @param gg If TRUE, will use ggplot2 by calling gcf_func
1616
#' @param ... passed to cf_func
1717
#' @importFrom utils capture.output
18+
#' @importFrom stats predict
1819
#' @examples
1920
#' x <- runif(20)
2021
#' y <- runif(20)

0 commit comments

Comments
 (0)