Skip to content

Commit fcd9610

Browse files
warnesgaborcsardi
authored andcommitted
version 2.12.0.2
1 parent ba2b123 commit fcd9610

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Description: Various R programming tools for data manipulation
44
Depends: R (>= 2.13.0)
55
SystemRequirements: perl
66
Imports: gtools
7-
Version: 2.12.0.1
7+
Version: 2.12.0.2
88
Date: 2012-10-12
99
Author: Gregory R. Warnes, with contributions from Ben Bolker, Gregor
1010
Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don
1111
MacQueen, Arni Magnusson, Jim Rogers, and others
1212
Maintainer: Gregory Warnes <[email protected]>
1313
License: GPL-2
14-
Packaged: 2013-04-02 08:50:32 UTC; ripley
14+
Packaged: 2013-04-05 12:19:55 UTC; ripley
1515
Repository: CRAN
16-
Date/Publication: 2013-04-02 10:52:26
16+
Date/Publication: 2013-04-05 15:54:45
1717
NeedsCompilation: no

MD5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
483f69e6cdc20db9b61860670972684d *ChangeLog
2-
76dc135ba649afc3bbdf366b76485592 *DESCRIPTION
2+
c55297619d430b9b718fab75a1020702 *DESCRIPTION
33
905fe9c5be6e143737163bc6317e6640 *INSTALL
44
632a2df95d6003a608b5579ca2f1a9dd *NAMESPACE
55
8397287f5ada0a978e40002ccdb2ba56 *NEWS
@@ -162,12 +162,12 @@ dfe069423abb32eaed74b2daad0a56d8 *man/ls.funs.Rd
162162
4789e9c9a034bc5665d93c80579729ef *man/nPairs.Rd
163163
4e3ba1601ecb171596b609516d2e8911 *man/nobs.Rd
164164
67467a836f6e35a897d6bee4d0a7808d *man/object.size.Rd
165-
e60eab08c9047f0ccfb78fa0d8c0b94b *man/read.xls.Rd
165+
2ad3d3570252d4954bdf4d81ea3404fa *man/read.xls.Rd
166166
b73a198509b4fdcb4a24a85909309532 *man/rename.vars.Rd
167167
dce038a56263e98621c3715f0aefecd3 *man/reorder.Rd
168168
fc28b1b680997fd8ff2ab73478db4872 *man/resample.Rd
169169
f6615191c438d8526183c169fcb38224 *man/runRUnitTests.Rd
170-
430ee5852d4a81b5c5ea7c30ee1332c4 *man/sheetCount.Rd
170+
55d4019112a5759791610fd48c20d4b3 *man/sheetCount.Rd
171171
1a3958cb8dfc8a3d50d73e51bd280a08 *man/startsWith.Rd
172172
7408562319ded22f6ea6dab9d21b25b3 *man/trim.Rd
173173
347e8e1afc135b4ce6f5f3a7face76d5 *man/trimSum.Rd

man/read.xls.Rd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ xls2sep(xls, sheet=1, verbose=FALSE, blank.lines.skip=TRUE, ...,
6767
\examples{
6868

6969
# iris.xls is included in the gregmisc package for use as an example
70-
xlsfile <- file.path(.path.package('gdata'),'xls','iris.xls')
70+
xlsfile <- file.path(path.package('gdata'),'xls','iris.xls')
7171
xlsfile
7272

7373
iris <- read.xls(xlsfile) # defaults to csv format
@@ -121,9 +121,9 @@ xls2sep(xls, sheet=1, verbose=FALSE, blank.lines.skip=TRUE, ...,
121121

122122
## Examples demonstrating selection of specific 'sheets'
123123
## from the example XLS file 'ExampleExcelFile.xls'
124-
exampleFile <- file.path(.path.package('gdata'),'xls',
124+
exampleFile <- file.path(path.package('gdata'),'xls',
125125
'ExampleExcelFile.xls')
126-
exampleFile2007 <- file.path(.path.package('gdata'),'xls',
126+
exampleFile2007 <- file.path(path.package('gdata'),'xls',
127127
'ExampleExcelFile.xlsx')
128128

129129
## see the number and names of sheets:
@@ -147,7 +147,7 @@ xls2sep(xls, sheet=1, verbose=FALSE, blank.lines.skip=TRUE, ...,
147147

148148
## load a file containing data and column names using latin-1
149149
## characters
150-
latinFile <- file.path(.path.package('gdata'),'xls','latin-1.xls')
150+
latinFile <- file.path(path.package('gdata'),'xls','latin-1.xls')
151151
latin1 <- read.xls(latinFile, fileEncoding="latin1")
152152
colnames(latin1)
153153

man/sheetCount.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ sheetNames(xls, verbose = FALSE, perl = "perl")
3434
sheetCount(xlsfile)
3535

3636

37-
exampleFile <- file.path(.path.package('gdata'),'xls',
37+
exampleFile <- file.path(path.package('gdata'),'xls',
3838
'ExampleExcelFile.xls')
39-
exampleFile2007 <- file.path(.path.package('gdata'),'xls',
39+
exampleFile2007 <- file.path(path.package('gdata'),'xls',
4040
'ExampleExcelFile.xlsx')
4141

4242
sheetCount(exampleFile)

0 commit comments

Comments
 (0)