search for: cranextra

Displaying 20 results from an estimated 33 matches for "cranextra".

2005 Apr 24
0
utils::setRepositories bug when adding a local repository? (PR#7810)
Full_Name: John Gavin Version: 2.1.0 patched 18-04-05 OS: windows XP SP2 Submission from: (NULL) (139.149.1.203) Hi, I suspect that there may be a bug in utils::setRepositories(). Starting with > getOption("repos") CRAN CRANextra "@CRAN@" "http://www.stats.ox.ac.uk/pub/RWin" I set > options(repos = c( + UBS = "http://wfdevapps:8150/qrms/r", + CRAN = "http://cran.uk.r-project.org", + CRANextra = "http://www.stats.ox.ac.uk/pub/RWin", +...
2015 Aug 25
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
Hi all, The following fails for me (on OS X, although I imagine it's the same on other platforms using libcurl): options(download.file.method = "libcurl") options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = "http://www.stats.ox.ac.uk/pub/RWin")) install.packages("lattice") ## could be any package gives me: > options(download.file.method = "libcurl") > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = "http://www.stats.o...
2012 Apr 13
1
Rprofile.site?
Hello: I've been using "Rprofile.site" for several years to set the repos environment variable as follows: options(repos=c(CRAN='http://cran.cnr.berkeley.edu', CRANextra='http://www.stats.ox.ac.uk/pub/RWin') ) However, R 2.15.0 is not recognizing this. Instead, I get the following: options('repos') $repos CRAN CRANextra "@CRAN@" "ht...
2015 Aug 25
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
...all, > > > > The following fails for me (on OS X, although I imagine it's the same > > on other platforms using libcurl): > > > > options(download.file.method = "libcurl") > > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = > > "http://www.stats.ox.ac.uk/pub/RWin")) > > install.packages("lattice") ## could be any package > > > > gives me: > > > > > options(download.file.method = "libcurl") > > > options(repos = c(CRAN = &quo...
2015 Aug 25
1
Issues with libcurl + HTTP status codes (eg. 403, 404)
In fact, this does reproduce on R-devel: > options(download.file.method = "libcurl") > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = + "http://www.stats.ox.ac.uk/pub/RWin")) > install.packages("lattice") ## could be any package Installing package into ?/Users/kevinushey/Library/R/3.3/library? (as ?lib? is unspecified) Error: Line starting '<!DOCTYPE HTML PUBLI ...' is malformed...
2011 Aug 12
1
install packages from intranet
...ws 7. * I've used the same paths on the web server as where the packages are located in the CRAN mirror's. * I've tried setting setInternet2(TRUE), which was already set. > r <- getOption("repos"); > r["CRAN"] = "http://localhost" > r["CRANextra"] = "http://localhost/pub/RWin" > options(repos=r) > r ?????????????????????? CRAN?????????????????? CRANextra ???????? "http://localhost" "http://localhost/pub/RWin" > install.packages("abind") Warning: unable to access index for repository h...
2011 Jan 24
2
Setting bioconductor repository in .Rprofile. Is there a permanent way?
I currently set the Bioconductor repository in my .Rprofile using this code (which needs editing for every version number change of Bioconductor): # Choose repositories repos <- structure(c(CRAN="http://streaming.stat.iastate.edu/CRAN", CRANextra="http://www.stats.ox.ac.uk/pub/RWin", BioCsoft="http://www.bioconductor.org/packages/2.7/bioc", Rforge="http://r-forge.r-project.org")) options(repos=repos) rm(repos) I'd like to avoid editing the version number. One hack...
2006 Jan 31
1
changing the default repositories
...e repositories file under etc/ this is how my repositories file under R/etc looks like: row name menu_name URL default source win.binary mac.binary CRAN CRAN @CRAN@ TRUE TRUE TRUE TRUE BioC Bioconductor http://www.bioconductor.org TRUE TRUE TRUE FALSE CRANextra CRAN (extras) http://www.stats.ox.ac.uk/pub/RWin TRUE FALSE TRUE FALSE Omegahat Omegahat http://www.omegahat.org/R TRUE TRUE TRUE FALSE BioCcdf BIOCcdf http://www.bioconductor.org/packages/data/annotation/1.7 TRUE TRUE TRUE FALSE BioCCourses BioCcourses...
2015 Aug 25
0
Issues with libcurl + HTTP status codes (eg. 403, 404)
...M, Kevin Ushey wrote: > Hi all, > > The following fails for me (on OS X, although I imagine it's the same > on other platforms using libcurl): > > options(download.file.method = "libcurl") > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = > "http://www.stats.ox.ac.uk/pub/RWin")) > install.packages("lattice") ## could be any package > > gives me: > > > options(download.file.method = "libcurl") > > options(repos = c(CRAN = "https://cran.rstudio.com/",...
2015 Aug 25
0
Issues with libcurl + HTTP status codes (eg. 403, 404)
...> The following fails for me (on OS X, although I imagine it's the same > > on other platforms using libcurl): > > > > options(download.file.method = "libcurl") > > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = > > "http://www.stats.ox.ac.uk/pub/RWin")) > > install.packages("lattice") ## could be any package > > > > gives me: > > > > > options(download.file.method = "libcurl") > >...
2008 Jan 18
3
Wishlist- Windows Gui (PR#10589)
Full_Name: Robert Baer Version: 2.6.1 OS: Windows XP Submission from: (NULL) (198.209.172.95) It would be wonderful if the CRAN mirror had an easy way to set a "default CRAN mirror". Current behavior is to have to choose a CRAN mirror the first time a package is installed in a session. The closest mirror site is always the same for me, and I wouldn't wish to change it unless it
2012 Dec 13
2
Installing Packages from a Local Repository
...52 LC_NUMERIC=C LC_TIME=English_Australia.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.15.1 > getOption("repos") CRAN CRANextra MyLocal "http://cran.ms.unimelb.edu.au/" "http://www.stats. ox.ac.uk/pub/RWin" "file://Q:/Integrated Planning/R" > setwd("Q:/Integrated Planning/R") > list.files(path = ".", recursive = TRUE) [1] "bin/win...
2010 Jan 03
1
RHTMLForms Package
Can anyone tell me from where to download the package "RHTMLForms" ? CRAN seems not holding this anymore. I am using Windows Vista OS. Thanks -- View this message in context: http://n4.nabble.com/RHTMLForms-Package-tp997672p997672.html Sent from the R help mailing list archive at Nabble.com.
2009 Jan 29
0
RDieHarder with file input invocation
I got hold of the 0.0.7 RDieHarder binary package as zip for Windows from CRANextras but don't know how to invoke its main method dieharder() in R with "file_input" as RNG argument - how to specify path to that input file ? the 0.0.7 as opposed to 0.1.0 doesn't seem to have ''inputfile'' arg for path specification. So is "file_input" p...
2009 Apr 28
2
R 2.9 and XML
After I installed R 2.9.0 my XML package cannot load; I get an error "This application has failed to start because iconv.dll was not found. Re-installing the application may fix this problem". I already re-installed both but the problem persists. Does anyone know what is going on? I would appreciate any help. Thanks a lot -- ___________________________ Luís Orlindo Tedeschi
2010 Mar 01
0
Update 2 on MinGW-w64 builds for 64-bit Windows
.... Currently the CRAN package check pages at http://cran.r-project.org/web/checks/check_summary.html are showing 101/2182 failures, but ca 40 packages are failing on all 64-bit platforms in R-devel, and 21 further CRAN packages (plus Rgraphviz and a couple of Omegahat packages) are available on CRANextras after manual tweaking. At one point we had installed all the BioC dependencies of CRAN packages from the bioc-devel sources, but rtracklayer does not currently build on Windows. Thus there are ca 40 CRAN packages which have issues specific to 64-bit Windows. Most of these are due to depende...
2005 Jun 16
1
motivation for setRepositories and chooseCRANmirror
I have some questions and observations about these: Will these replace manually setting options(CRAN), which doesn't work in R-2.1.0? In R-2.1.0, setRepositories() looks to see if options("repos") contains a CRAN entry and will not override that CRAN entry even if the $R_HOME/etc/repositories file (which setRepositories reads from) contains a CRAN entry. Why is this? The user
2018 Mar 27
5
unable to move temporary installation of package
...\3.4\file1f287a90e67\mgcv' to 'C:\Users\pl39\Documents\R\win-library\3.4\mgcv' The downloaded binary packages are in C:\Users\pl39\AppData\Local\Temp\RtmpWorMmU\downloaded_packages > > getOption("repos") CRAN CRANextra "https://mirrors.nics.utk.edu/cran/" "http://www.stats.ox.ac.uk/pub/RWin" attr(,"RStudio") [1] TRUE I've used different CRAN mirrors though and gotten the same error. Would you suggest deleting my personal directory and recreating it? I get the same error if...
2018 Mar 27
0
unable to move temporary installation of package
...'C:\Users\pl39\Documents\R\win-library\3.4\mgcv' > > The downloaded binary packages are in > C:\Users\pl39\AppData\Local\Temp\RtmpWorMmU\downloaded_packages >> > > >> getOption("repos") > CRAN CRANextra > "https://mirrors.nics.utk.edu/cran/" "http://www.stats.ox.ac.uk/pub/RWin" > attr(,"RStudio") > [1] TRUE > > I've used different CRAN mirrors though and gotten the same error. > > > > Would you suggest deleting my personal directory and...
2005 Nov 21
3
PNG-import into R
Hi there I'm looking for a function to read PNG-bitmap-images from a file into R. I only found: - the pixmap-package which cannot import png or similar formats - the rimage-package which can only import lossy jpeg-images (the convertion from png to jpeg modifies the data!) Is there any possibility to read PNG-files? Thanks for any help Dominic Sydler