Skip to content

Commit

Permalink
Add package documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
waternumbers committed Aug 27, 2023
1 parent cbc7abd commit bfb64c8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: FKF
Title: Fast Kalman Filter
Version: 0.2.4
Version: 0.2.5
Authors@R: c(person(given = "David", family="Luethi", role=c("aut")),
person(given = "Philipp", family="Erb", role=c("aut")),
person(given = "Simon", family="Otziger", role=c("aut")),
Expand Down Expand Up @@ -31,7 +31,7 @@ Depends: R(>= 2.8)
BugReports: https://github.com/waternumbers/FKF/issues
URL: https://waternumbers.github.io/FKF/, https://github.com/waternumbers/FKF
NeedsCompilation: yes
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
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
8 changes: 3 additions & 5 deletions R/FKF-package.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#' @keywords internal
"_PACKAGE"

#' @useDynLib FKF
#' @import graphics
# #' @import RUnit
#' @importFrom grDevices rainbow
#' @importFrom stats acf ccf ppoints qchisq qnorm qqnorm qqplot
#' @exportClass fkf
NULL
##export("fkf", "plot.fkf")
##exportClasses("fkf")
## export plot method for class fkf
##S3method("plot", "fkf")

32 changes: 32 additions & 0 deletions man/FKF-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfb64c8

Please sign in to comment.