autstat Support

icon
Avatar
Thomas Baier
Moderator
Posts: 222
To install the components required by statconnDCOM into R using the autstat.com customer repository (R is assumed to be installed successfully):

1. start R as Administrator
2. type the following at the R prompt:

iconCode:
options(install.packages.check.source = "no")
install.packages(c("rscproxy","rcom"),repos="http://<<repo-user>>:<<repo-password>>@www.autstat.com/r-repo",lib=.Library,type="win.binary")
library(rcom)
comRegisterRegistry()


Please replace <<repo-user>> with the username you get when requesting access to the customer repository
Please replace <<repo-password>> with the password you get when requesting access to the customer repository
2017-04-24 12:44
Avatar
Orione Silva
Posts: 3
Hi Thomas
2017-10-25 13:31
Avatar
Orione Silva
Posts: 3
I type the following at the R prompt, but I could not install the packages.

INFORMATION:
1 - I checked my data: USERNAME and PASSWORD it's OK!
2 - Install to Library (DEFAULT): "C:/Users/ORIONE/Documents/R/win-library/3.4
3 - RStudio Version 1.0.153 #### R version 3.4.2

options(install.packages.check.source = "no")
> install.packages(c("rscproxy","rcom"),repos="http://<<MY USERNAME>>:<<MY PASSWORD>>@www.autstat.com/r-repo",lib=.Library,type="win.binary")
Warning in install.packages :
unable to access index for repository http://<<MY USERNAME>>:<<MY PASSWORD>>@www.autstat.com/r-repo/bin/windows/contrib/3.4:
cannot open URL 'http://<<MY USERNAME>>:<<MY PASSWORD>>@www.autstat.com/r-repo/bin/windows/contrib/3.4/PACKAGES'
Warning in install.packages :
packages ‘rscproxy’, ‘rcom’ are not available (as a binary package for R version 3.4.2)
> library(rcom)
Error in library(rcom) : there is no package called ‘rcom’
> comRegisterRegistry()
Error in comRegisterRegistry() :
could not find function "comRegisterRegistry"
2017-10-25 13:46
Avatar
Thomas Baier
Moderator
Posts: 222
Dear Orione,

I'm sorry. but I don't think you do have access credentials for the customer repository. Only customers of autstat software get access to this repo.

Best regards,
Thomas
2017-10-25 16:58
Avatar
Orione Silva
Posts: 3
Hi Thomas,

so, it's no possible I have access to packages ‘rscproxy’, ‘rcom’??

I'm register and installed the statconnDCOM 3.6-0B7 intending to integrate R with Statistic software.

Are there some alternative for me???

Looking forward to your reply

Best regards,

Orione
2017-10-25 17:28
Avatar
Thomas Baier
Moderator
Posts: 222
See http://autstat.com/index.php/Support/topic/3.html
2017-10-25 18:26
icon