Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

AZureml wbservice creation error #131

Open
sajukassim opened this issue Apr 23, 2018 · 0 comments
Open

AZureml wbservice creation error #131

sajukassim opened this issue Apr 23, 2018 · 0 comments

Comments

@sajukassim
Copy link

I have the following code to create a wbservice which has a package twitterR and got the following error

Error in read.dcf(file = tmpf) : cannot open the connection
In addition: Warning message:
In read.dcf(file = tmpf) :
cannot open compressed file 'C:/sAJUDENTICK/bin/windows/contrib/3.1/PACKAGES', probable reason 'Permission denied'

localCRAN <- "C:/sAJUDENTICK"
uri <- paste0("file:///", normalizePath(localCRAN, winslash = "/"))
options(repos = c(CRAN = uri))

api <- publishWebService(
ws,
fun = twitComm,
name = "TwiterCommon",
inputSchema = data.frame(features_to_select),
data.frame=TRUE,
packages = c("twitterR")

)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant