Displaying 3 results from an estimated 3 matches for "bufo".
Did you mean:
buf
2004 Jun 01
1
swapping with data.frame
Hi there,
I have some data which are convenient to enter as lists. For example:
t1<-list(fname="animal1",testname="hyla",dspkr="left",res1=39.7,res2=15.0)
t2<-list(fname="animal1",testname="bufo",dspkr="left",res1=14.4,res2=56.1)
t3<-list(fname="animal2",testname="hyla",dspkr="right",res1=22.6,res2=11.8)
I would like to generate a dataframe, but *not* the way this approach
works...
fdf<-data.frame(t1,t2,t3)
fdf
fname testname dspkr...
2015 Dec 30
2
URW Fonts Description in Installation and Administration Manual
Good day,
In section A.2, the manual advises "Linux users will want the urw-fonts package". However, this package only seems to be available for RedHat Linux and Fedora Linux. What about for Debian or Ubuntu ? There is no urw-fonts package for them. Are there any other packages not mentioned that are important for these two distributions ?
--------------------------------------
Dario
2015 Dec 30
2
URW Fonts Description in Installation and Administration Manual
...ibutions ?
>
> edd at max:~$ apt-cache search urw | grep texlive
> texlive-fonts-recommended - TeX Live: Recommended fonts
> texlive-fonts-extra - TeX Live: Additional fonts
> edd at max:~$
Humm... on a Debian system (mix of unstable and testing) that shows
nothing. But
ramon at Bufo:~$ apt-cache search urw | grep tex
fonts-texgyre - OpenType fonts based on URW Fonts
tex-gyre - scalable PostScript and OpenType fonts based on URW Fonts
python-urwid-satext - collection of urwid widgets
ramon at Bufo:~$
shows two possibly relevant packages.
(Maybe this is a Ubuntu/Debian diffe...