Skip to content

Commit

Permalink
Tidy up export bug
Browse files Browse the repository at this point in the history
  • Loading branch information
waternumbers committed Jan 22, 2024
1 parent b865e60 commit ef560cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Depends: R(>= 2.8)
Depends: R(>= 3.5.0)
BugReports: https://github.com/waternumbers/FKF/issues
URL: https://waternumbers.github.io/FKF/, https://github.com/waternumbers/FKF
NeedsCompilation: yes
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
VignetteBuilder: knitr
X-CRAN-Original-Maintainer: Marc Weibel <marc.weibel@zhaw.ch>
X-CRAN-Comment: Orphaned on 2018-02-11 as email address bounced when
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ S3method(plot,fkf)
S3method(plot,fks)
export(fkf)
export(fks)
exportClasses(fkf)
import(graphics)
importFrom(grDevices,rainbow)
importFrom(stats,acf)
Expand Down
1 change: 0 additions & 1 deletion R/FKF-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
#' @import graphics
#' @importFrom grDevices rainbow
#' @importFrom stats acf ccf ppoints qchisq qnorm qqnorm qqplot
#' @exportClass fkf
NULL

0 comments on commit ef560cd

Please sign in to comment.