Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

R/QlikView Integration

Hi,

I am currently trying to integrate R with QlikView so that the company I am working for can do more powerful analytics.

I am running R version 3.1.1, and have followed instructions from other examples to integrate the two.

I downloaded the statconDCOMM requirement, and also installed the rattle package within R.

The only issue I am having is installing the "rcom" package in R. R gives me an error message explaining that the package

is not available for the 3.1.1 version of R. I tried to find the package all over the internet and within multiple cran sites, but I

cannot find it. Can anyone help?

Much appreciated,

AC

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

rcom is not available on CRAN, but you can install it by running:


install.packages("rcom", repos = "http://rcom.univie.ac.at/download", lib = .Library)

See also: QlikView and R Integration for Predictive Analytics Example

View solution in original post

1 Reply
Not applicable
Author

Hi,

rcom is not available on CRAN, but you can install it by running:


install.packages("rcom", repos = "http://rcom.univie.ac.at/download", lib = .Library)

See also: QlikView and R Integration for Predictive Analytics Example