Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • xunong
    replied
    Thank U
    Yes I've solved it, the problem is due to Web-limitation on that server nodes...but I didn't notice it at first...haha...thank U for your advice, it's really helped

    Originally posted by sarvidsson View Post
    You can download the R file with some other means (wget, web browser), "cd" to the download directory and source it locally in R with

    Code:
    source("biocLite.R")
    However, to install Bioconductor packages, you need a working internet connection. Contact your systems administrator and ask him/her to help you set up R with your proxy (you could also try what ioatomis did).

    Leave a comment:


  • sarvidsson
    replied
    You can download the R file with some other means (wget, web browser), "cd" to the download directory and source it locally in R with

    Code:
    source("biocLite.R")
    However, to install Bioconductor packages, you need a working internet connection. Contact your systems administrator and ask him/her to help you set up R with your proxy (you could also try what ioatomis did).

    Leave a comment:


  • xunong
    replied
    Originally posted by sanwen View Post
    I have solved the problem.
    Thank adamdeluca and Zigster 's warm heart
    I came across the same problem when running R in a linux server. How do you fix it?

    Leave a comment:


  • dpryan
    replied
    Presumably you're behind a firewall or proxy of some sort. Contact your local network administrator.

    Leave a comment:


  • vikas dahiya
    replied
    Sorry !! I didn't mention that I am working on windows and not on linux.

    Leave a comment:


  • vikas dahiya
    replied
    Yes, devon ryan. It was connected with internet.

    Leave a comment:


  • dpryan
    replied
    Is the computer connected to the internet?

    Leave a comment:


  • vikas dahiya
    replied
    installation problem in Bioconductor

    Hi all,
    I am facing a problem in installing bioconductor when i am typing source("http://bioconductor.org/biocLite.R") command in R 3.0.2. the error is shown below:

    Error in file(filename, "r", encoding = encoding) :
    cannot open the connection
    In addition: Warning message:
    In file(filename, "r", encoding = encoding) :
    unable to resolve 'bioconductor.org'

    Pleeees help me out.

    Leave a comment:


  • ioatomis
    replied
    I had the same problem as above when using Rstudio launched from a launcher on a Linux machine
    > source("http://bioconductor.org/biocLite.R")
    Error in source("http://bioconductor.org/biocLite.R") :
    http://bioconductor.org/biocLite.R:1:1: unexpected '<'
    1: <
    ^
    The problem was the proxy settings - I had already set the proxy in my .bashrc
    export http_proxy=http://[proxy]
    and when launching R or Rstudio from a console I had no problems.

    Leave a comment:


  • Robin
    replied
    install bioconductor in R

    I have the exactly problems here. When I run source command in R, and I got the error message as follow:

    > source("http://bioconductor.org/biocLite.R")
    Error in file(file, "r", encoding = encoding) :
    cannot open the connection
    In addition: Warning message:
    In file(file, "r", encoding = encoding) :
    unable to resolve 'bioconductor.org'

    When I run wget command on my Linux machine, and I got the same output as follow:

    source("http://bioconductor.org/getBioC.R")

    biocLite <- function(pkgs, groupName="lite", ...)
    {
    if (missing(pkgs))
    biocinstall(groupName=groupName, ...)
    else
    biocinstall(pkgs=pkgs, groupName=groupName, ...)
    }


    What is the problem here? Can you give me some help?

    Thank
    R

    Leave a comment:


  • adamdeluca
    replied
    Please post your solution for future reference.

    Leave a comment:


  • sanwen
    replied
    I have solved the problem.
    Thank adamdeluca and Zigster 's warm heart

    Leave a comment:


  • adamdeluca
    replied
    If the server is behind an http proxy, it could be inserting text into the R code that is being retrieved with the source() call. The invalid '<' first character just screams HTML. That's why I had you try the wget command.

    Leave a comment:


  • sanwen
    replied
    Originally posted by Zigster View Post
    are you behind an http-proxy?
    Maybe not. I use Putty to login a super computer server (linux system).

    Leave a comment:


  • Zigster
    replied
    Originally posted by sanwen View Post
    Dear all,
    I use linux system. I try to use Myrna, it need to work with R/Bioconductor. I have trouble when install Bioconductor.
    In an R command window, I type the following:
    source("http://bioconductor.org/biocLite.R")

    But it shows:
    Error in source("http://bioconductor.org/biocLite.R");
    http://bioconductor.org/biocLite.R:1:1: unexpected '<'
    1; <
    ^


    I don't known why? Can anybody help me? Thanks a lot!
    are you behind an http-proxy?

    Leave a comment:

Latest Articles

Collapse

  • seqadmin
    Advanced Methods for the Detection of Infectious Disease
    by seqadmin




    The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
    ...
    11-27-2023, 01:15 PM
  • seqadmin
    Strategies for Investigating the Microbiome
    by seqadmin




    Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
    11-09-2023, 07:02 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 08:26 AM
0 responses
11 views
0 likes
Last Post seqadmin  
Started by seqadmin, Yesterday, 08:12 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 11-27-2023, 08:12 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 11-22-2023, 09:29 AM
1 response
60 views
0 likes
Last Post VilliamPast  
Working...
X