Skip to content

Commit f9c2d04

Browse files
committed
Commit from Linux - lineendings are changed
1 parent f184577 commit f9c2d04

File tree

9 files changed

+2732
-2732
lines changed

9 files changed

+2732
-2732
lines changed

.Rbuildignore

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

.gitignore

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

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.10
5-
Author: Gregory Demin <excel.link.feedback@gmail.com>. To comply CRAN policy
6-
includes source code from 'RDCOMClient' (http://www.omegahat.net/RDCOMClient/) by
7-
Duncan Temple Lang <duncan@wald.ucdavis.edu>.
8-
Maintainer: Gregory Demin <excel.link.feedback@gmail.com>
9-
Depends:
10-
methods,
11-
grDevices,
12-
utils
13-
Suggests:
14-
knitr,
15-
rmarkdown
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: 7.1.2
1+
Package: excel.link
2+
Type: Package
3+
Title: Convenient Data Exchange with Microsoft Excel
4+
Version: 0.9.10
5+
Author: Gregory Demin <excel.link.feedback@gmail.com>. To comply CRAN policy
6+
includes source code from 'RDCOMClient' (http://www.omegahat.net/RDCOMClient/) by
7+
Duncan Temple Lang <duncan@wald.ucdavis.edu>.
8+
Maintainer: Gregory Demin <excel.link.feedback@gmail.com>
9+
Depends:
10+
methods,
11+
grDevices,
12+
utils
13+
Suggests:
14+
knitr,
15+
rmarkdown
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: 7.1.2

NEWS

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,79 @@
1-
0.9.10 (26.10.2021)
2-
===============
3-
* update for R4.2
4-
5-
0.9.9 (15.03.2021)
6-
===============
7-
* bump version for rebuilding package (tested with R version 4.0.3)
8-
9-
0.9.8-1 (23.05.2018)
10-
===============
11-
* Fix 'xl.read.file' - it reads hidden sheets incorrectly. Thanks for reporting to Katie McCarron.
12-
* Add functions 'xl.sheet.show'/'xl.sheet.hide'/'xl.sheet.visible' to manage sheets visibility (very hidden sheet is not supported)
13-
* Add argument 'write.res.password' for xl.workbook.open/xl.workbook.save/xl.read.file/xl.save.file for reading/writing Excel files with second password (issue #11)
14-
* Add new function: xl.sheet.name - for getting/setting active sheet name
15-
* Add new function: xl.sheet.duplicate (issue #14)
16-
* Now in R_Connection_Examples.xlsm we use default version of R, not 32-bit version (issue #13)
17-
18-
0.9.7 (30.04.2017)
19-
===============
20-
* Add option to get full path to workbooks (https://github.com/gdemin/excel.link/issues/7)
21-
* Now xl.workbook.open doesn't try to open already open workbook (https://github.com/gdemin/excel.link/issues/6)
22-
* Add xl(*)n family of functions. They create new sheet before output.
23-
* Add very basic formatting support via xl.property
24-
* Add xl.write method for 'etable' class from 'expss' package - https://gdemin.github.io/expss/
25-
26-
0.9.5 (24.09.2016)
27-
===============
28-
* Fixes an issue with multibyte character encoding (fix from soeque1 https://github.com/soeque1)
29-
* Fixes an issue with two workbooks after xl.workbooks.add/xl.workbooks.open
30-
31-
32-
0.9.4 (12.04.2016)
33-
===============
34-
* Fixes a GCC warning and linking error from gcc v4.9.3 (fix by Jim Hester)
35-
36-
0.9.3 (06.12.2015)
37-
===============
38-
* Make Excel examples compatible with 64-bit Excel version.
39-
* Remove 'emf' format from current.graphics
40-
41-
0.9.1 (14.07.2015)
42-
===============
43-
* Fix converstion of #NUM! and other Excel errors. Now they are converted to NaN.
44-
* Add basic datetime supports
45-
* Add abitility to name pictures in Excel - so it can be updated from R
46-
* xl.workbook.open/xl.read.file now can read files from URL
47-
* Add active bindings to Excel ranges
48-
49-
0.8.1 (06.05.2015)
50-
===============
51-
* RDCOMClient integration
52-
* options(excel_hwnd) to get specific Excel instance
53-
54-
0.7.5 (25.04.2015)
55-
===============
56-
* RStudio compatibility fix
57-
* Switch to RDoxygen for documentation
58-
* Release on Github
59-
* Excel examples
60-
* Reading/writing password-protected files
61-
62-
0.6 (04.09.2013)
63-
================
64-
* Added functions xl.read.file, xl.save.file
65-
* Added filename argument in current.graphics
66-
67-
0.5.5 (12.04.2013)
68-
=================
69-
* Compatibilty fix for R3.0 release
70-
71-
0.5.4 (13.08.2012)
72-
==================
73-
* current.graphics now insert picture instead of link to the file
74-
* aaa[condition,new.var] = data now works properly
75-
76-
0.5 (19.11.2011)
77-
================
78-
* initial release
79-
1+
0.9.10 (26.10.2021)
2+
===============
3+
* update for R4.2
4+
5+
0.9.9 (15.03.2021)
6+
===============
7+
* bump version for rebuilding package (tested with R version 4.0.3)
8+
9+
0.9.8-1 (23.05.2018)
10+
===============
11+
* Fix 'xl.read.file' - it reads hidden sheets incorrectly. Thanks for reporting to Katie McCarron.
12+
* Add functions 'xl.sheet.show'/'xl.sheet.hide'/'xl.sheet.visible' to manage sheets visibility (very hidden sheet is not supported)
13+
* Add argument 'write.res.password' for xl.workbook.open/xl.workbook.save/xl.read.file/xl.save.file for reading/writing Excel files with second password (issue #11)
14+
* Add new function: xl.sheet.name - for getting/setting active sheet name
15+
* Add new function: xl.sheet.duplicate (issue #14)
16+
* Now in R_Connection_Examples.xlsm we use default version of R, not 32-bit version (issue #13)
17+
18+
0.9.7 (30.04.2017)
19+
===============
20+
* Add option to get full path to workbooks (https://github.com/gdemin/excel.link/issues/7)
21+
* Now xl.workbook.open doesn't try to open already open workbook (https://github.com/gdemin/excel.link/issues/6)
22+
* Add xl(*)n family of functions. They create new sheet before output.
23+
* Add very basic formatting support via xl.property
24+
* Add xl.write method for 'etable' class from 'expss' package - https://gdemin.github.io/expss/
25+
26+
0.9.5 (24.09.2016)
27+
===============
28+
* Fixes an issue with multibyte character encoding (fix from soeque1 https://github.com/soeque1)
29+
* Fixes an issue with two workbooks after xl.workbooks.add/xl.workbooks.open
30+
31+
32+
0.9.4 (12.04.2016)
33+
===============
34+
* Fixes a GCC warning and linking error from gcc v4.9.3 (fix by Jim Hester)
35+
36+
0.9.3 (06.12.2015)
37+
===============
38+
* Make Excel examples compatible with 64-bit Excel version.
39+
* Remove 'emf' format from current.graphics
40+
41+
0.9.1 (14.07.2015)
42+
===============
43+
* Fix converstion of #NUM! and other Excel errors. Now they are converted to NaN.
44+
* Add basic datetime supports
45+
* Add abitility to name pictures in Excel - so it can be updated from R
46+
* xl.workbook.open/xl.read.file now can read files from URL
47+
* Add active bindings to Excel ranges
48+
49+
0.8.1 (06.05.2015)
50+
===============
51+
* RDCOMClient integration
52+
* options(excel_hwnd) to get specific Excel instance
53+
54+
0.7.5 (25.04.2015)
55+
===============
56+
* RStudio compatibility fix
57+
* Switch to RDoxygen for documentation
58+
* Release on Github
59+
* Excel examples
60+
* Reading/writing password-protected files
61+
62+
0.6 (04.09.2013)
63+
================
64+
* Added functions xl.read.file, xl.save.file
65+
* Added filename argument in current.graphics
66+
67+
0.5.5 (12.04.2013)
68+
=================
69+
* Compatibilty fix for R3.0 release
70+
71+
0.5.4 (13.08.2012)
72+
==================
73+
* current.graphics now insert picture instead of link to the file
74+
* aaa[condition,new.var] = data now works properly
75+
76+
0.5 (19.11.2011)
77+
================
78+
* initial release
79+

0 commit comments

Comments
 (0)