We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there,
I am facing a critical problem during initialization.
Here is the console log:
Main.js:285 trying URL 'http://cran.us.r-project.org/bin/windows/contrib/3.6/readtext_0.75.zip' Main.js:285 Content type 'application/zip' length 1895251 bytes (1.8 MB) Main.js:285 Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) : cannot open the connection Calls: install.packages -> .install.winbinary -> unpackPkgZip -> read.dcf In addition: Warning messages: 1: Main.js:285 In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'readtext' 2: In download.file(url, destfile, method, mode = "wb", ...) : downloaded length 1757184 != reported length 2974210 3: In unzip(zipname, exdir = dest) : error 1 in extracting from zip file 4: In read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) : cannot open compressed file 'RCurl/DESCRIPTION', probable reason 'No such file or directory' Main.js:285 Execution halted Main.js:300 child process exited with code 1
Main.js:285 trying URL 'http://cran.us.r-project.org/bin/windows/contrib/3.6/readtext_0.75.zip'
Main.js:285 Content type 'application/zip' length 1895251 bytes (1.8 MB)
Main.js:285 Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) : cannot open the connection Calls: install.packages -> .install.winbinary -> unpackPkgZip -> read.dcf In addition: Warning messages: 1: Main.js:285 In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'readtext' 2: In download.file(url, destfile, method, mode = "wb", ...) : downloaded length 1757184 != reported length 2974210 3: In unzip(zipname, exdir = dest) : error 1 in extracting from zip file 4: In read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) : cannot open compressed file 'RCurl/DESCRIPTION', probable reason 'No such file or directory'
Main.js:285 Execution halted
Main.js:300 child process exited with code 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello there,
I am facing a critical problem during initialization.
Here is the console log:
The text was updated successfully, but these errors were encountered: