Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/math/R-cran-XLConnect/files/patch-R_XLConnectSettings.R
18157 views
1
--- R/XLConnectSettings.R.orig 2025-04-29 09:58:50 UTC
2
+++ R/XLConnectSettings.R
3
@@ -46,9 +46,6 @@ XLConnectSettings <- function(pdesc) {
4
options(XLConnect.RownameCol = ".rownames")
5
6
options(XLConnect.setCustomAttributes = FALSE)
7
-
8
- # Apply default POI configuration
9
- configurePOI()
10
11
invisible()
12
}
13
14