Re: [R-sig-Debian] Can't install package tidyverse on Debian 10 stable

2021-07-23 Thread Tyler Smith
libcurl and libcurl4-openssl-dev are Debian packages, not R packages. You can install them from the command line (not R): sudo apt-get install libcurl4-openssl-dev Or use your package manager. Best, Tyler -- plantarum.ca On Fri, Jul 23, 2021, at 7:31 PM, Luben Dimov wrote: > Hello, >

Re: [R-sig-Debian] mgcv won't load

2011-04-22 Thread Tyler Smith
lict arises > | on my now mixed system! > > Should happen in two days once the usual 'ten day minimum' is reached (and no > important bugs are open, or build issue arose) as per > > http://qa.debian.org/excuses.php?pac

Re: [R-sig-Debian] mgcv won't load

2011-04-22 Thread Tyler Smith
recent version of Matrix and versions of R < 2.13. I've updated to R.13 from the unstable repositories and now all appears to work again. As long as R 2.13 makes it into testing before some new conflict arises on my now mixed system! Cheers, Tyler http://thiagogm.wordpress.com/2011/04/1

[R-sig-Debian] mgcv won't load

2011-04-22 Thread Tyler Smith
repos. Same errors. Anyone else seeing this? Any ideas how to fix it? Thanks, Tyler Debian Testing R version 2.12.2 (2011-02-25) Linux 2.6.32-5-686 ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian

Re: [R-sig-Debian] R memory allocation in Linux

2010-11-11 Thread Tyler Smith
ript using too much memory, rather than a problem with your operating system. HTH, Tyler ricardo souza writes: > >> gc() > > used (Mb) gc trigger (Mb)    max used   (Mb) > Ncells 131067  3.5 35   9.4   35 9.4 > Vcells  8

Re: [R-sig-Debian] R memory allocation in Linux

2010-11-10 Thread Tyler Smith
gmem kernel. All are available through your package manager. HTH, Tyler ps, just noticed that this was cross-posted to r.geo. I don't follow that list, but OS-specific questions like this are almost certainly off-topic there. ___ R-SIG-Debian mail

Re: [R-sig-Debian] accessing the Windows side from Debian

2010-01-31 Thread Tyler Smith
and then you can read files from within Debian. To do this, you need a mount-point, and an appropriate entry in your /etc/fstab file. In my case, I have an empty directory in home (~/) named 'windows'. The corresponding entry in /etc/fstab is: /dev/sda1 /home/tyler/windows nt

Re: [R-sig-Debian] Installing R on Debian testing...

2009-03-19 Thread tyler
esents no additional problems beyond regular package management for testing or unstable. Cheers, Tyler -- Friends don't let friends send Word documents http://www.nothingisreal.com/dfki/no-word ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian

Re: [R-sig-Debian] fluxbox, ess and redrawing r windows

2009-01-29 Thread tyler
Dirk Eddelbuettel writes: > > On 29 January 2009 at 13:49, tyler wrote: > | I'm running Lenny with Fluxbox, interacting with R via Emacs + ESS. An > | ongoing aggravation with this setup is trying to get R graphics windows > | redrawn. > | > | Has anyone else

Re: [R-sig-Debian] fluxbox, ess and redrawing r windows

2009-01-29 Thread tyler
problem is not coming from Emacs. Cheers, Tyler > > Just my 2c, > > Hannes > > > * tyler [090129 18:50]: > > Hi, > > > > I'm running Lenny with Fluxbox, interacting with R via Emacs + ESS. An > > ongoing aggravation with this setup is t

[R-sig-Debian] fluxbox, ess and redrawing r windows

2009-01-29 Thread tyler
same time - getting all four windows to show their contents at the same time is incredibly frustrating. Has anyone else experienced this? Anybody have any ideas how to fix this? Thanks, Tyler -- ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org

Re: [R-sig-Debian] R under Ubuntu 8.10 / Wine

2008-11-11 Thread tyler
tomatically by your package manager. Why does this bother you? Are you really tight for drive space? If not, there's no reason to worry about it. I've never tried running R under Wine, but that does sound complicated. Tyler -- ___ R-SIG-Debian ma

Re: [R-sig-Debian] Auto-upgrade to R-2.8.0-1 in Etch

2008-10-29 Thread tyler
older users report problems to this list. Cheers, Tyler -- Friends don't let friends send Word documents http://www.nothingisreal.com/dfki/no-word ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian

[R-sig-Debian] redrawing X11 devices

2008-07-11 Thread tyler
with Fluxbox, the latest versions of all pertinent packages in the repositories as of an update yesterday, except Emacs which I installed myself (22.2.1) and ESS which I installed from the svn repository (5.3.8). Thanks! Tyler [1] http://ars.userfriendly.org/cartoons/?id=19980506&mode=classic

Re: [R-sig-Debian] libRlapack.so ... : No such file or directory

2008-05-30 Thread tyler
ll r-cran-matrix > > and let us know how you fare. Everything is peachy-keen now. library(Matrix) loads, which was the prerequisite to installing spdep, which was a required package for spacemakeR, which is what I needed for today. So all's well. Thanks! Tyler

Re: [R-sig-Debian] libRlapack.so ... : No such file or directory

2008-05-30 Thread tyler
sn't really help, does it? > Sorry, my reasoning was that I had (a broken) matrix, and I didn't have r-cran-matrix, therefore, I didn't have multiple versions of matrix. Not rock solid logic, I concede. > Or; From a shell prompt, run 'locate Matrix/DESCRIPTION' tyler:

Re: [R-sig-Debian] libRlapack.so ... : No such file or directory

2008-05-30 Thread tyler
On Fri, May 30, 2008 at 02:56:37PM +, Dirk Eddelbuettel wrote: > On Fri, May 30, 2008 at 11:44:34AM -0300, tyler wrote: > > I tried to install a few packages and got hung up when Matrix couldn't > > be lazy loaded. The actual error follows: > > > > > l

[R-sig-Debian] libRlapack.so ... : No such file or directory

2008-05-30 Thread tyler
elated to switching to the optimized atlas libraries, which I did earlier in the week? Cheers, Tyler R version 2.7.0 (2008-04-22) Lenny, last updated today -- Research is what I'm doing when I don't know what I'm doing. --Wernher von Braun

Re: [R-sig-Debian] [R] need help for building R in Ubuntu 8.04

2008-05-29 Thread tyler
h aptitude, or even synaptic. All three are front-ends for the same underlying mechanisms, as I understand it. Aptitude takes the same (more or less) command line arguments as apt-get, and when run without arguments provides a curses-style gui, which some prefer to synaptic. Tyler

Re: [R-sig-Debian] optimized linear algebra library on Lenny

2008-05-28 Thread tyler
On Wed, May 28, 2008 at 02:14:03PM +, Dirk Eddelbuettel wrote: > On Wed, May 28, 2008 at 10:52:45AM -0300, tyler wrote: > > > > I'd like to install the optimized libraries on my Thinkpad with an Intel > > Core Solo chip, which apparently supports the following instr

[R-sig-Debian] optimized linear algebra library on Lenny

2008-05-28 Thread tyler
doing to tell R to use the new libraries? Thanks, Tyler -- Who is your computer working for? http://www.defectivebydesign.org/faq ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian

Re: [R-sig-Debian] Deb-4.0 Etch and sources.list for R

2008-04-27 Thread tyler
downloading any packages. An excerpt is pasted below. Otherwise, you can always install.packages() from within R, which allows you to pull packages in from any repository you want, and may allow you to get newly revised packages moments ahead of the ever-diligent Debian maintainers. See the o

Re: [R-sig-Debian] info files

2008-03-14 Thread tyler
On Fri, Mar 14, 2008 at 09:18:42AM -0500, Dirk Eddelbuettel wrote: > > On 14 March 2008 at 09:25, tyler wrote: > | Thanks! I haven't used dpkg before, that's quite handy. The info files > > Off-topic hint: Install 'wajig', a wonderful front-end command-line

Re: [R-sig-Debian] info files

2008-03-14 Thread tyler
On Thu, Mar 13, 2008 at 02:23:17PM -0500, Dirk Eddelbuettel wrote: > > On 13 March 2008 at 15:01, tyler wrote: > | I'm a little confused as to how Debian deals with texinfo files. The R > | docs are a good example of my problems, so maybe you folks can explain > | how this

[R-sig-Debian] info files

2008-03-13 Thread tyler
e "non-free" or just plain missing). Thanks for your continuing efforts! Tyler -- Friends don't let friends send Word documents http://www.nothingisreal.com/dfki/no-word ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https:/

[R-sig-Debian] fonts in eps files

2008-03-02 Thread tyler
k that I've got standard fonts installed? I'm not sure where to start trouble-shooting this. Thanks! Tyler -- I'm Tyler Smith and I approve of this email. ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian

[R-sig-Debian] warning with install.packages()

2007-12-05 Thread tyler
e index in: tools:::unix.packages.html(.Library) Is this something I should be concerned about? On a related note, is there any reason to choose install.packages() rather than apt-get for installing packages that are available from the debian repositories? Thanks, Tyler -- Research is what I&#x

Re: [R-sig-Debian] R 2.6.1

2007-11-26 Thread Tyler Smith
the PTS info right, it's been hung up on some sort of circular conflict with rpy for some weeks. Thanks, Tyler > > Cheers, Dirk > > > r-base (2.6.1-1) unstable; urgency=low > > * New upstream version released this morning > > * debian/rules: As gcc-4.2 is

[R-sig-Debian] tk not installed properly

2007-11-02 Thread Tyler Smith
via the Debian repositories. Up until today I had no problems with tcltk. I have tk8.4.16-1 and tcl8.4.16-3 installed via aptitude, satisfying the dependencies of r-base-core. I just installed tk8.5 and tcl8.5, but the problem remains. Any ideas? Thanks,

Re: [R-sig-Debian] links in html documentation

2006-11-24 Thread Tyler Smith
erybody really uses it. > > Dirk > Well that's an easy answer. No, I don't have r-base-html, and now that you mention it, I recall deliberately not installing it since I never use it! Cheers, Tyler ___ R-SIG-Debian mail

Re: [R-sig-Debian] links in html documentation

2006-11-24 Thread Tyler Smith
I get the same thing. I've never used this feature before, so I hadn't noticed until now. Tyler ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian

Re: [R-sig-Debian] Lattice package not listed

2006-11-19 Thread Tyler Smith
It's in the repos. apt-get install r-cran-lattice Cheers, Tyler ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian

Re: [R-sig-Debian] GUI for R

2006-10-09 Thread Tyler Smith
to the repositories to install ESS. If you don't know emacs, it might be worth learning just for ESS. Cheers, Tyler ___ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian

Re: [R-sig-Debian] R 2.4 needed for packages in testing _now_?

2006-10-04 Thread Tyler Smith
come R 2.4.1, 2.5.0, > ... and other versions. > > Cheers, Dirk > No problem at all. Thanks for your ongoing efforts in making R apt-get-able for the rest of us with (almost always) no trouble at all. Cheers, Tyler ___ R-SIG-Debian mailing li

[R-sig-Debian] R 2.4 needed for packages in testing _now_?

2006-10-04 Thread Tyler Smith
Hi, I'm running testing, freshly updated, and I've now got a version of MASS installed that depends on R >=2.4. How long until 2.4 gets into testing, and is there anything I can do in the meantime to correct this? Cheers, Tyler ___