Re: [R] question about tool collisions

2009-02-13 Thread Marc Schwartz
on 02/13/2009 06:05 PM Carl Witthoft wrote: > Recently I got introduced to two packages: {seewave} and {audio} . > Turns out they both have a tool to call a system audio tool, and in both > cases the name of the tool is play(). Naturally these two tools do > slightly different things with diffe

Re: [R] question about tool collisions

2009-02-13 Thread Bert Gunter
5 PM To: r-help@r-project.org Subject: [R] question about tool collisions Recently I got introduced to two packages: {seewave} and {audio} . Turns out they both have a tool to call a system audio tool, and in both cases the name of the tool is play(). Naturally these two tools do slightly

[R] question about tool collisions

2009-02-13 Thread Carl Witthoft
Recently I got introduced to two packages: {seewave} and {audio} . Turns out they both have a tool to call a system audio tool, and in both cases the name of the tool is play(). Naturally these two tools do slightly different things with different arguments. So, what should a user do, and