Skip to content

Commit adb8e3d

Browse files
committed
Line endings
1 parent 4204a02 commit adb8e3d

Some content is hidden

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

67 files changed

+11539
-11539
lines changed

.Rbuildignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
^.*\.Rproj$
2-
^\.Rproj\.user$
3-
^tests
4-
\.Rhistory
5-
\.gitignore
6-
\.git
7-
^SupplementaryMaterials
8-
cran-comments\.md
1+
^.*\.Rproj$
2+
^\.Rproj\.user$
3+
^tests
4+
\.Rhistory
5+
\.gitignore
6+
\.git
7+
^SupplementaryMaterials
8+
cran-comments\.md
99
README\.md

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.Rproj.user
2-
.Rhistory
3-
.RData
4-
SupplementaryMaterials
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
SupplementaryMaterials

DESCRIPTION

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
Package: excel.link
2-
Type: Package
3-
Title: Convenient Data Exchange with Microsoft Excel
4-
Version: 0.9.8-1
5-
Date: 2018-05-23
6-
Author: Gregory Demin <excel.link.feedback@gmail.com>. To comply CRAN policy
7-
includes source code from 'RDCOMClient' (http://www.omegahat.net/RDCOMClient) by
8-
Duncan Temple Lang <duncan@wald.ucdavis.edu>.
9-
Maintainer: Gregory Demin <excel.link.feedback@gmail.com>
10-
Depends:
11-
methods,
12-
grDevices,
13-
utils
14-
Suggests:
15-
knitr
16-
VignetteBuilder: knitr
17-
OS_type: windows
18-
Description: Allows access to data in running instance of Microsoft Excel
19-
(e. g. 'xl[a1] = xl[b2]*3' and so on). Graphics can be transferred with
20-
'xl[a1] = current.graphics()'. Additionally there are function for reading/writing
21-
'Excel' files - 'xl.read.file'/'xl.save.file'. They are not fast but able to read/write
22-
'*.xlsb'-files and password-protected files. There is an Excel workbook with
23-
examples of calling R from Excel in the 'doc' folder. It tries to keep things as
24-
simple as possible - there are no needs in any additional
25-
installations besides R, only 'VBA' code in the Excel workbook.
26-
Microsoft Excel is required for this package.
27-
License: GPL (>= 2)
28-
URL: https://github.com/gdemin/excel.link
29-
BugReports: https://github.com/gdemin/excel.link/issues
30-
LazyLoad: yes
31-
ByteCompile: TRUE
32-
NeedsCompilation: yes
33-
RoxygenNote: 6.0.1
1+
Package: excel.link
2+
Type: Package
3+
Title: Convenient Data Exchange with Microsoft Excel
4+
Version: 0.9.8-1
5+
Date: 2018-05-23
6+
Author: Gregory Demin <excel.link.feedback@gmail.com>. To comply CRAN policy
7+
includes source code from 'RDCOMClient' (http://www.omegahat.net/RDCOMClient) by
8+
Duncan Temple Lang <duncan@wald.ucdavis.edu>.
9+
Maintainer: Gregory Demin <excel.link.feedback@gmail.com>
10+
Depends:
11+
methods,
12+
grDevices,
13+
utils
14+
Suggests:
15+
knitr
16+
VignetteBuilder: knitr
17+
OS_type: windows
18+
Description: Allows access to data in running instance of Microsoft Excel
19+
(e. g. 'xl[a1] = xl[b2]*3' and so on). Graphics can be transferred with
20+
'xl[a1] = current.graphics()'. Additionally there are function for reading/writing
21+
'Excel' files - 'xl.read.file'/'xl.save.file'. They are not fast but able to read/write
22+
'*.xlsb'-files and password-protected files. There is an Excel workbook with
23+
examples of calling R from Excel in the 'doc' folder. It tries to keep things as
24+
simple as possible - there are no needs in any additional
25+
installations besides R, only 'VBA' code in the Excel workbook.
26+
Microsoft Excel is required for this package.
27+
License: GPL (>= 2)
28+
URL: https://github.com/gdemin/excel.link
29+
BugReports: https://github.com/gdemin/excel.link/issues
30+
LazyLoad: yes
31+
ByteCompile: TRUE
32+
NeedsCompilation: yes
33+
RoxygenNote: 6.0.1

NAMESPACE

Lines changed: 145 additions & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -1,145 +1,145 @@
1-
# Generated by roxygen2: do not edit by hand
2-
3-
S3method("$",excel.range)
4-
S3method("$",xl)
5-
S3method("$<-",excel.range)
6-
S3method("$<-",xl)
7-
S3method("$<-",xln)
8-
S3method("[",excel.range)
9-
S3method("[",xl)
10-
S3method("[<-",excel.range)
11-
S3method("[<-",xl)
12-
S3method("[<-",xln)
13-
S3method("[[",cr)
14-
S3method("[[",xl)
15-
S3method("[[<-",cr)
16-
S3method("[[<-",xl)
17-
S3method("[[<-",xln)
18-
S3method("dim<-",excel.range)
19-
S3method("dimnames<-",excel.range)
20-
S3method(dim,excel.range)
21-
S3method(dimnames,excel.range)
22-
S3method(fix_encoding,data.frame)
23-
S3method(fix_encoding,default)
24-
S3method(fix_encoding,list)
25-
S3method(fix_encoding,matrix)
26-
S3method(sort,excel.range)
27-
S3method(xl.sheet.exists,character)
28-
S3method(xl.sheet.exists,numeric)
29-
S3method(xl.write,current.graphics)
30-
S3method(xl.write,data.frame)
31-
S3method(xl.write,default)
32-
S3method(xl.write,etable)
33-
S3method(xl.write,factor)
34-
S3method(xl.write,list)
35-
S3method(xl.write,matrix)
36-
S3method(xl.write,table)
37-
S3method(xl.write,xl.property)
38-
export("%<cr-%")
39-
export("%<crc-%")
40-
export("%<crr-%")
41-
export("%<crrc-%")
42-
export("%<xl-%")
43-
export("%<xlc-%")
44-
export("%<xlr-%")
45-
export("%<xlrc-%")
46-
export("%=cr%")
47-
export("%=crc%")
48-
export("%=crr%")
49-
export("%=crrc%")
50-
export("%=xl%")
51-
export("%=xlc%")
52-
export("%=xlr%")
53-
export("%=xlrc%")
54-
export(.COM)
55-
export(.COMInit)
56-
export(COMCreate)
57-
export(COMList)
58-
export(COMNames)
59-
export(COMStop)
60-
export(DispatchMethods)
61-
export(EnumValue)
62-
export(asCOMArray)
63-
export(cr)
64-
export(crc)
65-
export(createCOMReference)
66-
export(createTypeVarName)
67-
export(crr)
68-
export(crrc)
69-
export(current.graphics)
70-
export(getCLSID)
71-
export(getCOMElements)
72-
export(getCOMInstance)
73-
export(getItemClassName)
74-
export(isValidCOMObject)
75-
export(xl)
76-
export(xl.address2index)
77-
export(xl.bind.current.region)
78-
export(xl.bind.range)
79-
export(xl.binding.address)
80-
export(xl.connect.table)
81-
export(xl.constants)
82-
export(xl.current.region)
83-
export(xl.get.excel)
84-
export(xl.index2address)
85-
export(xl.property)
86-
export(xl.read.file)
87-
export(xl.save.file)
88-
export(xl.selection)
89-
export(xl.sheet.activate)
90-
export(xl.sheet.add)
91-
export(xl.sheet.delete)
92-
export(xl.sheet.duplicate)
93-
export(xl.sheet.hide)
94-
export(xl.sheet.name)
95-
export(xl.sheet.show)
96-
export(xl.sheet.visible)
97-
export(xl.sheets)
98-
export(xl.workbook.activate)
99-
export(xl.workbook.add)
100-
export(xl.workbook.close)
101-
export(xl.workbook.open)
102-
export(xl.workbook.save)
103-
export(xl.workbooks)
104-
export(xl.write)
105-
export(xlc)
106-
export(xlcn)
107-
export(xln)
108-
export(xlr)
109-
export(xlrc)
110-
export(xlrcn)
111-
export(xlrn)
112-
exportClasses(COMCurrency)
113-
exportClasses(COMDate)
114-
exportClasses(COMDecimal)
115-
exportClasses(COMIDispatch)
116-
exportClasses(COMList)
117-
exportClasses(COMTypedList)
118-
exportClasses(COMTypedNamedList)
119-
exportClasses(COMTypedParameterizedNamedList)
120-
exportClasses(CompiledCOMCoClass)
121-
exportClasses(CompiledCOMIDispatch)
122-
exportClasses(CurrencyVARIANT)
123-
exportClasses(DateVARIANT)
124-
exportClasses(EnumValue)
125-
exportClasses(HResult)
126-
exportClasses(IUnknown)
127-
exportClasses(SCOMErrorInfo)
128-
exportClasses(VARIANT)
129-
exportMethods("$")
130-
exportMethods("$<-")
131-
exportMethods("[")
132-
exportMethods("[[")
133-
exportMethods("[[<-")
134-
exportMethods(EnumValue)
135-
exportMethods(createTypeVarName)
136-
exportMethods(getItemClassName)
137-
exportMethods(lapply)
138-
exportMethods(length)
139-
exportMethods(names)
140-
exportMethods(sapply)
141-
exportMethods(show)
142-
import(grDevices)
143-
import(methods)
144-
import(utils)
145-
useDynLib("excel.link",.registration = TRUE)
1+
# Generated by roxygen2: do not edit by hand
2+
3+
S3method("$",excel.range)
4+
S3method("$",xl)
5+
S3method("$<-",excel.range)
6+
S3method("$<-",xl)
7+
S3method("$<-",xln)
8+
S3method("[",excel.range)
9+
S3method("[",xl)
10+
S3method("[<-",excel.range)
11+
S3method("[<-",xl)
12+
S3method("[<-",xln)
13+
S3method("[[",cr)
14+
S3method("[[",xl)
15+
S3method("[[<-",cr)
16+
S3method("[[<-",xl)
17+
S3method("[[<-",xln)
18+
S3method("dim<-",excel.range)
19+
S3method("dimnames<-",excel.range)
20+
S3method(dim,excel.range)
21+
S3method(dimnames,excel.range)
22+
S3method(fix_encoding,data.frame)
23+
S3method(fix_encoding,default)
24+
S3method(fix_encoding,list)
25+
S3method(fix_encoding,matrix)
26+
S3method(sort,excel.range)
27+
S3method(xl.sheet.exists,character)
28+
S3method(xl.sheet.exists,numeric)
29+
S3method(xl.write,current.graphics)
30+
S3method(xl.write,data.frame)
31+
S3method(xl.write,default)
32+
S3method(xl.write,etable)
33+
S3method(xl.write,factor)
34+
S3method(xl.write,list)
35+
S3method(xl.write,matrix)
36+
S3method(xl.write,table)
37+
S3method(xl.write,xl.property)
38+
export("%<cr-%")
39+
export("%<crc-%")
40+
export("%<crr-%")
41+
export("%<crrc-%")
42+
export("%<xl-%")
43+
export("%<xlc-%")
44+
export("%<xlr-%")
45+
export("%<xlrc-%")
46+
export("%=cr%")
47+
export("%=crc%")
48+
export("%=crr%")
49+
export("%=crrc%")
50+
export("%=xl%")
51+
export("%=xlc%")
52+
export("%=xlr%")
53+
export("%=xlrc%")
54+
export(.COM)
55+
export(.COMInit)
56+
export(COMCreate)
57+
export(COMList)
58+
export(COMNames)
59+
export(COMStop)
60+
export(DispatchMethods)
61+
export(EnumValue)
62+
export(asCOMArray)
63+
export(cr)
64+
export(crc)
65+
export(createCOMReference)
66+
export(createTypeVarName)
67+
export(crr)
68+
export(crrc)
69+
export(current.graphics)
70+
export(getCLSID)
71+
export(getCOMElements)
72+
export(getCOMInstance)
73+
export(getItemClassName)
74+
export(isValidCOMObject)
75+
export(xl)
76+
export(xl.address2index)
77+
export(xl.bind.current.region)
78+
export(xl.bind.range)
79+
export(xl.binding.address)
80+
export(xl.connect.table)
81+
export(xl.constants)
82+
export(xl.current.region)
83+
export(xl.get.excel)
84+
export(xl.index2address)
85+
export(xl.property)
86+
export(xl.read.file)
87+
export(xl.save.file)
88+
export(xl.selection)
89+
export(xl.sheet.activate)
90+
export(xl.sheet.add)
91+
export(xl.sheet.delete)
92+
export(xl.sheet.duplicate)
93+
export(xl.sheet.hide)
94+
export(xl.sheet.name)
95+
export(xl.sheet.show)
96+
export(xl.sheet.visible)
97+
export(xl.sheets)
98+
export(xl.workbook.activate)
99+
export(xl.workbook.add)
100+
export(xl.workbook.close)
101+
export(xl.workbook.open)
102+
export(xl.workbook.save)
103+
export(xl.workbooks)
104+
export(xl.write)
105+
export(xlc)
106+
export(xlcn)
107+
export(xln)
108+
export(xlr)
109+
export(xlrc)
110+
export(xlrcn)
111+
export(xlrn)
112+
exportClasses(COMCurrency)
113+
exportClasses(COMDate)
114+
exportClasses(COMDecimal)
115+
exportClasses(COMIDispatch)
116+
exportClasses(COMList)
117+
exportClasses(COMTypedList)
118+
exportClasses(COMTypedNamedList)
119+
exportClasses(COMTypedParameterizedNamedList)
120+
exportClasses(CompiledCOMCoClass)
121+
exportClasses(CompiledCOMIDispatch)
122+
exportClasses(CurrencyVARIANT)
123+
exportClasses(DateVARIANT)
124+
exportClasses(EnumValue)
125+
exportClasses(HResult)
126+
exportClasses(IUnknown)
127+
exportClasses(SCOMErrorInfo)
128+
exportClasses(VARIANT)
129+
exportMethods("$")
130+
exportMethods("$<-")
131+
exportMethods("[")
132+
exportMethods("[[")
133+
exportMethods("[[<-")
134+
exportMethods(EnumValue)
135+
exportMethods(createTypeVarName)
136+
exportMethods(getItemClassName)
137+
exportMethods(lapply)
138+
exportMethods(length)
139+
exportMethods(names)
140+
exportMethods(sapply)
141+
exportMethods(show)
142+
import(grDevices)
143+
import(methods)
144+
import(utils)
145+
useDynLib("excel.link",.registration = TRUE)

0 commit comments

Comments
 (0)