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, > > I a

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

2011-04-22 Thread Tyler Smith
Dirk Eddelbuettel writes: > > Hm, sounds like you may have found a bug in Depends being too loose... > > Just for the record, did you take r-cran-mgcv and r-cran-matrix from Debian > or did you mix and match with direct CRAN installations? My current working system includes mostly debian package

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

2011-04-22 Thread Tyler Smith
3/problems-with-r-package-matrix/ > > On 04/22/2011 03:40 PM, Tyler Smith wrote: >> Hi, >> >> I'm getting the following error when I try and load mgcv: >> >>> library(mgcv) >> Error in dyn.load(file, DLLpath = DLLpath, ...) : >>unable to

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

2011-04-22 Thread Tyler Smith
Hi, I'm getting the following error when I try and load mgcv: > library(mgcv) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib/R/library/Matrix/libs/Matrix.so': /usr/lib/R/library/Matrix/libs/Matrix.so: undefined symbol: R_check_class_and_super Error:

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

2010-11-11 Thread Tyler Smith
y R with some pre-allocation memory (please see bellow), > but it did not work.  > > R --min-vsize=10M --max-vsize=3G --min-nsize=10M --max-nsize=3G > > Best, > Fernando > > > De: Tyler Smith > Assunto: Re: [R-sig-Debian] R memory allocation in Linux > Para: r-sig-debia

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

2010-11-10 Thread Tyler Smith
ricardo souza writes: > The only thing that is very strange for me is how the performance of > MAC is much better to allocate memory than linux and windows both > 32bit. As far as I understand it, this is not true. Windows places more restrictions on memory use than Linux, but I don't know about

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

2010-01-31 Thread Tyler Smith
"Hodgess, Erin" writes: > I have a desktop which has both Windows and Debian operating systems. > > If I am on the Debian side, is there a way to access file from the > Windows side, please? You need to 'mount' the windows partition to your Debian file system, and then you can read files from wi

Re: [R-sig-Debian] R 2.6.1

2007-11-26 Thread Tyler Smith
On Mon, Nov 26, 2007 at 01:21:20PM -0600, Dirk Eddelbuettel wrote: > > Debian testing users cannot run the unstable binaries as libc6 is ahead on > unstable. We'll have to wait for libc6, or for Johannes' backports :) Any idea when 2.6.0 will make it into testing? If I read the PTS info right, it

[R-sig-Debian] tk not installed properly

2007-11-02 Thread Tyler Smith
Hi, I'm getting the following error: > install.packages() --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... Error in fun(...) : Can't find a usable tk.tcl in the following directories: /usr/share/tcltk/tcl8.4/tk8.4 ./lib/tk8.4 /usr/local/lib/tcltk/tk8.

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

2006-11-24 Thread Tyler Smith
On Fri, Nov 24, 2006 at 08:51:28AM -0600, Dirk Eddelbuettel wrote: > > Do you have 'r-base-html' installed ? The stats4 package is part of the core > R package set, but its html documentation gets stripped off into this large > (6.9 mb) extra package as I reckon that not everybody really uses it.

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

2006-11-24 Thread Tyler Smith
On Thu, Nov 23, 2006 at 01:20:08PM -0600, Sebastian P. Luque wrote: > For example navigating into -> Packages -> stats4 yields an error "The > file or folder /tmp/Rtmpquh6Pg/.R/library/stats4/html/00Index.html does > not exist". Is anyone else having this problem? > I get the same thing. I've ne

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
> | > > | >Can you help me, please? I'm not keen on Gnome, any working GUI would > | > be fine. If you are spending any significant time working in R I would highly recommend emacs with ESS. Both are apt-gettable for stable, testing and unstable. It does require a bit of time on your part, t

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

2006-10-04 Thread Tyler Smith
Dirk Eddelbuettel wrote: > -- forwards by using the R 2.4.0 from unstable -- it runs fine on testing >The most 'high-end' solution is apt-get using pinning as described >in package apt-howto-en leading to > # apt-get -t unstable install r-base-core Forward it is then! Everything's

[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 ___ R-SIG-Debian mail