Skip to content

Commit 14d76be

Browse files
committed
all Rd files have updated references and fdPar applied to basis functions has been replaced by application to fd objects
2 parents 3d8781f + a76a823 commit 14d76be

File tree

187 files changed

+2783
-1438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+2783
-1438
lines changed

.Rapp.history

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
q()
2+
K = 1
3+
for (k in 1:K) print(k)
4+
K = 0
5+
for (k in 1:K) print(k)
6+
q()
7+
library(fda)
8+
help("fRegress")
9+
source("/Users/jimramsay/Documents/R/SpatialDA_Laura/FEMr/man/plot.FEM.Rd")
10+
q()
11+
getwd()
12+
q()
13+
wdnow <- "/Users/jamesramsay/Documents/R/TestGardener/R"#
14+
setwd(wdnow)
15+
q()
16+
?findmin
17+
??findmin
18+
q()
19+
source("/Users/jimramsay/Documents/R/fda_work/fda/R/scoresPACE.R")
20+
q()
21+
library(fda)
22+
q()
23+
getwd()
24+
setwd("Documents/R/fda_work/fda")
25+
library(devtools)
26+
devtools::check_win_devel()
27+
devtools::submit_cran()
28+
devtools::submit_cran()
29+
devtools::submit_cran()
30+
devtools::submit_cran()
31+
devtools::submit_cran()
32+
devtools::submit_cran()
33+
devtools::submit_cran()
34+
devtools::submit_cran()
35+
devtools::submit_cran()
36+
q()

DESCRIPTION

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
Package: fda
2-
Version: 6.1.4
3-
Date: 2023-05-23
2+
Version: 6.1.5
3+
Date: 2024-01-25
44
Title: Functional Data Analysis
5-
Authors@R: c(person("James", "Ramsay",
6-
role=c("aut","cre"),
7-
email="ramsay@psych.mcgill.ca"),
8-
person("Giles", "Hooker",
9-
role="ctb",
10-
email="gjh27@cornell.edu"),
11-
person("Spencer", "Graves",
12-
role="ctb",
13-
email="spencer.graves@effectivedefense.org"))
5+
Authors@R: c(person("James", "Ramsay", role=c("aut","cre"),
6+
email="ramsay@psych.mcgill.ca"),
7+
person("Giles", "Hooker", role="ctb",
8+
email="gjh27@cornell.edu"),
9+
person("Spencer", "Graves", role="ctb",
10+
email="spencer.graves@effectivedefense.org"))
1411
Maintainer: James Ramsay <ramsay@psych.mcgill.ca>
1512
Depends: R (>= 3.5), splines, fds, deSolve
1613
Suggests:

NAMESPACE

+3-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export(AmpPhaseDecomp,
114114
plotbeta,
115115
plotfit.fd,
116116
plotfit.fdSmooth,
117-
plotreg.fd,
118117
plotscores,
119118
plus.fd,
120119
polyg,
@@ -195,14 +194,13 @@ S3method(density, fd)
195194
S3method(deriv, fd)
196195
S3method(lines, fd)
197196
S3method(mean, fd)
198-
S3method(matrix, matplot)
199-
S3method(numeric, matplot)
200197
S3method(norder, fd)
201198
S3method(plot, fd)
202199
S3method(predict, fd)
203200
S3method(sqrt, fd)
204201
S3method(sum, fd)
205202
S3method(summary, fd)
203+
S3method(fRegress, fd)
206204
S3method(boxplot, fdPar)
207205
S3method(coef, fdPar)
208206
S3method(coefficients, fdPar)
@@ -226,7 +224,6 @@ S3method(residuals, monfd)
226224
S3method(predict, monfd)
227225
S3method(as.fd, 'function')
228226
S3method(as.fd, smooth.spline)
229-
S3method(fRegress, fd)
230227
S3method(fRegress, double)
231228
S3method(fRegress, formula)
232229
S3method(fRegress, character)
@@ -244,4 +241,6 @@ S3method(plot, cca.fd)
244241
S3method(plot, pca.fd)
245242
S3method(plot, pda.fd)
246243
S3method(summary, bifd)
244+
S3method(matplot, matrix)
245+
S3method(matplot, numeric)
247246

0 commit comments

Comments
 (0)