Skip to content

Commit

Permalink
version bump, namespace fixes (adresses #65)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-s committed Jun 20, 2016
1 parent 6c9f9f6 commit 2a7e4cc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: refundDevel
Type: Package
Title: Regression with Functional Data (Developer Version)
Version: 0.1-16
Date: 2016-05-09
Version: 0.1-17
Date: 2016-06-20
Authors@R: c(person("Lei", "Huang", role = c("aut","cre"), email = "[email protected]"),
person("Fabian", "Scheipl", role = "aut", email = "[email protected]"),
person("Jeff", "Goldsmith", role = "aut", email = "[email protected]"),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ importFrom(stats,filter)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# refundDevel

* homogenized inputs/outputs to most fpca.XXX functions

* fix documentation for fpca.face

added pco ridge regression see ?poridge
* added pco ridge regression see ?poridge

# refund 0.1-14

Expand Down
1 change: 1 addition & 0 deletions R/fpca2s.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
##' @author Luo Xiao \email{lxiao@@jhsph.edu}, Fabian Scheipl
##' @export
##' @importFrom stats smooth.spline
##' @importFrom stats lm.fit
##' @seealso \code{\link{fpca.sc}} and \code{\link{fpca.face}} for FPCA based
##' on smoothing a covariance estimate; \code{\link{fpca.ssvd}} for another
##' SVD-based approach.
Expand Down
14 changes: 7 additions & 7 deletions man/fpca.sc.Rd

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

10 changes: 5 additions & 5 deletions man/fpca2s.Rd

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

0 comments on commit 2a7e4cc

Please sign in to comment.