Displaying 20 results from an estimated 100000 matches similar to: "install.packages on windows"
2011 Jun 01
8
Inter VM communication
Hi: I have two HVM domU ubuntu 10.04 Lts and Window XP running. I have assigned PCIe device to each of this domU. I would like to communicate these two VM. Can anyone give me some idea on how to do. I did some research on IVC but unable to get answer. Anything will be appreciated.
Anju
_______________________________________________
Xen-users mailing list
2009 Oct 28
3
Why is package RandomFields not listed in the R 2.10.0 Packages list under Packages, Install package(s)...?
The package list was accessed October 28, 10:13 am MST using Windows XP and mirror USA (CA 1).
Bill Morphet, Ph.D.
2016 Feb 27
3
Unable to Install Packages from Binaries on Windows for R 3.2.3
Installing packages from binaries on Windows seems broken, when using
mirrors that are up to date with CRAN
install.packages(
'httr',
type = 'binary',
repos = "https://cran.rstudio.com/"
)
Changing repos to the Kansas CRAN mirror installs the package as expected,
but that could be because the KS mirror has not yet synced.
Someone pointed out that the PACKAGES.gz
2008 Jan 22
1
Cyrus-Imapd Sieve Unable to connect to server
Hi,
Do you know if sieve implementation on cyrus-imapd package is working
correctly ? When trying to connect to timsieved at localhost with
sieveshell I'm getting the following error:
$ sieveshell --user=al --authname=cyrus localhost
connecting to localhost
unable to connect to server at /usr/bin/sieveshell line 169
The configuration on /etc/cyrus.conf is by defult. Port 2000 is
listening
2013 Nov 14
1
Windows 7/Rstudio/Rattle - rattle() Causes R Session to abort
Windows 7, R 2.15.1 64bit, RStudio 0.97.312, Rattle 2.6.26
Hi,
Please help.
I removed rattle then reinstalled then loaded then attempted to open rattle with rattle(). But each time I do that My R session in R studio aborts and restarts.
remove.packages("rattle")
install.packages("rattle")
library(rattle)
How can I fix this? I saw something in rattle-users but that applied
2016 Feb 27
1
Unable to Install Packages from Binaries on Windows for R 3.2.3
Removing 'type=binary' worked for me.
install.packages(
'httr',
repos = "https://cran.rstudio.com/"
)
But I get an error when I select binary as type
---
install.packages(
'httr',
type = 'binary',
repos = "https://cran.rstudio.com/"
)
Error in install.packages : type 'binary' is not supported on this platform.
2010 Oct 05
2
R doesn't want to update packages (Windows 7)
Hello!
I've just installed R 2.11.1 on my new home PC. Just the base R. My PC
has Windows 7.
R was installed in C / Program Files (x86) / R - R-2.11.1
Then - through the menue - I went to Update packages, chose the mirror
and R detected the few packages that needed to be updated. After I
clicked on OK I got the following error message:
> update.packages(ask='graphics')
--- Please
2010 Sep 14
4
Package build and install under Windows
Any other method besides using RTOOLS? I am using R 2.10.1, which version of
Rtools should I use? It seems that there are two versions on the website.
The commands like R CMD build should be used in the CMD window, right?
Thanks.
--
View this message in context: http://r.789695.n4.nabble.com/Package-build-and-install-under-Windows-tp2539509p2539509.html
Sent from the R help mailing list archive
2010 May 06
2
Problem with install.packages(); getting out-of-date version.
I recently tried to install the latest version of spatstat, from CRAN,
using the install.packages() function. It proceeded to install version
1.17-5 of spatstat, although the current version is 1.18-4.
Checking the CRAN mirror that I used (New Zealand) via Firefox, I found
that version 1.18-4 is indeed present on CRAN. I was able to download
and install version 1.18-4 ``manually''
2005 Jan 29
1
Cyrus IMAP crashes after reading /etc/krb5.conf
Hello!
I'm trying to configure a freshly built mail/cyrus-imapd22 to work and
authenticate accounts -- Kerberos and plain text.
The GSSAPI authentication works already. After doing kinit, I can do ``imtest
-m GSSAPI hostname'' and it succeeds.
Now I'm trying to login with plain text (over SSL). Cyrus' imapd keeps
crashing from SIGBUS. According to ktrace, this happens
2010 Feb 25
6
Building R packages in Windows 7
Dear useRs,
I'm having trouble building R packages in Windows 7 regarding HTML help
Workshop.
Pointing PATH to c:\Program Files\HTML help Workshop does work in Windows
(e.g. Vista) and does not in Windows 7.
Some tips??
Kind regards,
--
Dr Eric B Ferreira
Exact Sciences Department
Federal University of Alfenas
Brazil
[[alternative HTML version deleted]]
2012 Oct 16
2
Windows 7 R (32/64bit) running under cygwin: package not found
Hi,
Using R 2.15.1 on Windows 7. Have installed both versions 32 and 64bit.
In both of them among others I have installed a package rgenoud
When I open R gui of 32bit and write library(rgenoud) it responds by
showing a functional rgenoud version 5.7-8. The same it does on Rgui
64bit.
Now I am working in cygwin (v. 1.12.4.0) with xwin. Normally before when
I had installed a package, I only had
2009 Mar 07
10
popular R packages
I would like to get some idea of which R-packages are popular, and what R is
used for in general. Are there any statistics available on which R packages
are downloaded often, or is there something like a package-survey? Something
similar to http://popcon.debian.org/ maybe? Any tips are welcome!
-----
Jeroen Ooms * Dept. of Methodology and Statistics * Utrecht University
Visit
2004 Oct 02
1
child <pid> (imap) killed with signal 6
Linux <hostname> 2.6.8-1.541 #1 Wed Sep 1 18:01:46 EDT 2004 x86_64
x86_64 x86_64 GNU/Linux
dovecot-0.99.11-1.FC3.3
I'm struggling with some new problems after an update from the devel
tree of Fedora. Have been using dovecot since FC1 test-something, and
latest working was couple of updates after FC3t2 (2.91 + devel
updates). Tried downgrading with no luck, and can't figure out
2012 Aug 01
2
Problem updating packages in 2.15.1 on Ubuntu 12.04
The specific message is:
"Warning: package 'spatial' in library '/usr/lib/R/library' will not be
updated"
and the number of libraries about which that's the complaint is now
increasingly almost daily so clearly something is wrong.
I'm working on a laptop on which I do the recommended Ubuntu updates
daily. I done a standard installation of R 2.15.1 using
2012 Sep 10
1
Rscript installing packages
Hi there
I have an Rscript and I am looking for a way to install a package
non-interactively. In Rscript {Utils}, I saw an example which does
something like this, however this does not seem to work for my particular
example. I am trying to install the following package in an Rscript
(without switching to interactive mode).
res <- try(install.packages("DEoptim"))
if(inherits(res,
2009 Mar 24
2
install.package("TinnR") - there is no package called 'TinnR'
I have troubles make TinnR 2.2.0.2 work, it seems that the dependency on
the package TinnR that cannot be found (I tried also manual downloads,
but I cannot find the package anywhere on any CRAN mirror).
I even set a default cran mirror in the Rprofile.site file, so that the
later command can find it:
# check necesary packages
necessary = c('TinnR', 'svSocket')
installed =
2014 Dec 11
3
SUGGESTION: Force install.packages() to use ASCII encoding when parse():ing code?
SUGGESTION:
Would it make sense if install.packages() and friends always use an
"ascii"(*) encoding when parse():ing R package source code files?
I believe this should be safe, because R code files should be in ASCII
[http://en.wikipedia.org/wiki/ASCII] and only in source-code comments
you may use other characters. This is from Section 'Package
subdirectories' in 'Writing R
2016 Mar 10
2
Client-initiated secure renegotiation
On Thu, Mar 10, 2016 at 12:30 PM, Osiris <dovecot at flut.demon.nl> wrote:
> On 09-03-16 13:14, djk wrote:
>> On 09/03/16 10:44, Florent B wrote:
>>> Hi,
>>>
>>> I don't see any SSL configuration option in Dovecot to disable
>>> "Client-initiated secure renegotiation".
>>>
>>> It is advised to disable it as it can
2008 Feb 18
2
Windows-GUI: "Install Packages from local zip files" and dependencies
Hi,
When using the "Packages --> Install packages from local zip files" menu
item in the windows-gui:
1) is that supposed to automatically pull in dependencies (in that case I
have to fix something in my package).
2) If that's not the default: is there a way to make it so?
Thanks, Joh