Hi,

The ?source function is intended to read a plain text R source code file into 
the R console, not a PDF file.

Even if source() could read in a PDF file, you have a typo in the URL, which is 
CRAN, not BioConductor, and which should be:

  https://cran.r-project.org/web/packages/cgdsr/vignettes/cgdsr.pdf

Regards,

Marc Schwartz

> On Aug 15, 2018, at 2:07 PM, Spencer Brackett 
> <spbracket...@saintjosephhs.com> wrote:
> 
> Good afternoon,
> 
>  I am trying to load the two R packages CGSDR and GAIA which I have
> successfully installed onto my R program. Following installation of the two
> packages, I proceeded upon recommendation to load both packages via the
> library function. Therefore I inputed following...
> 
> library(cgdsr)
> library(gaia)
> 
> This was successfull. Then did the following
> 
> source(https://cran.r-project.org/web/packages/cgdsr/vingnettes/cgdsr.pdf
> 
> This Bioconductorlink was reported to contain an error and was not loaded
> successfully.
> 
> Any ideas of what exactly I am doing wrong in my lines?
> 
> Many thanks,
> 
> Spencer Brackett
> 
>       [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to