Skip to content

Commit 00cc046

Browse files
Oleg Nenadiccran-robot
authored andcommitted
version 0.71.1
1 parent 0172617 commit 00cc046

4 files changed

Lines changed: 9 additions & 12 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: ca
2-
Version: 0.71
2+
Version: 0.71.1
33
Date: 2018-10-10
44
Title: Simple, Multiple and Joint Correspondence Analysis
55
Authors@R: c(person(given = "Michael", family = "Greenacre", role = "aut", email = "michael.greenacre@upf.edu"),
@@ -16,10 +16,7 @@ LazyLoad: yes
1616
LazyData: yes
1717
License: GPL
1818
URL: http://www.carme-n.org/
19-
Repository: CRAN
20-
Repository/R-Forge/Project: ca0
21-
Repository/R-Forge/Revision: 39
22-
Repository/R-Forge/DateTimeStamp: 2018-10-10 17:12:30
23-
Date/Publication: 2018-10-10 18:10:02 UTC
2419
NeedsCompilation: no
25-
Packaged: 2018-10-10 17:30:25 UTC; rforge
20+
Packaged: 2020-01-23 13:25:58 UTC; ripley
21+
Repository: CRAN
22+
Date/Publication: 2020-01-24 06:59:53 UTC

MD5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
21975713a673878b762f9898937bfffc *DESCRIPTION
1+
83a8ca165e01349089826b6f5cd0ec82 *DESCRIPTION
22
f5daa04e0460fe0fd3f9b7c331dbdd68 *INDEX
33
aec1da716bcdd1dd3aeae14f62510783 *NAMESPACE
44
93e00716f883e2f7aa893feae3814f12 *NEWS
@@ -13,8 +13,8 @@ fe7ee288de1f2528f99762eef37e6bda *R/ca.r
1313
5d116296784df1b385eddc6107c8ab08 *R/plot.ca.r
1414
f0e5c9fe233917b04a8d64d847378a46 *R/plot.mjca.r
1515
02c88c031d0c0161fa814c29e0cda722 *R/plot3d.ca.r
16-
cad666f7fbb684b6fdb1c1d260ec3681 *R/print.ca.r
17-
84966b1a20e580506e19d29b56d5da6a *R/print.mjca.r
16+
c058a0d2d6dec9a3d216a01eb85b9a89 *R/print.ca.r
17+
5fdf5731913dbd41d984de3fd2d1587a *R/print.mjca.r
1818
4466d6e3b3967a28bda057a4488d49c3 *R/print.summary.ca.r
1919
30d56a0023c9cf71cb2a91a7faefa5aa *R/print.summary.mjca.r
2020
0d53e66ca9374b51d9fce0c2a6417e2a *R/subinr.r

R/print.ca.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ print.ca <- function(x, ...){
3838
dimnames(tmp)[[1]] <- c("Mass", "ChiDist", "Inertia", dn)
3939
Column.profiles <- tmp
4040
cat("\n Principal inertias (eigenvalues):\n")
41-
print.table(Eigenvalues, width = 4)
41+
print.table(Eigenvalues)#, width = 4)
4242
cat("\n\n Rows:\n")
4343
print(round(Row.profiles, 6))
4444
cat("\n\n Columns:\n")

R/print.mjca.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ print.mjca <- function(x, ...){
4040
dimnames(tmp)[[1]] <- c("Mass", "ChiDist", "Inertia", dn)
4141
Column.profiles <- tmp
4242
cat("\n Eigenvalues:\n")
43-
print.table(Eigenvalues, width = 4)
43+
print.table(Eigenvalues) #, width = 4)
4444
cat("\n\n Columns:\n")
4545
print(round(Column.profiles, 6))
4646
}

0 commit comments

Comments
 (0)