[R] Best way to search r- functions and mailing list?

2012-04-05 Thread Jonathan Greenberg
R-helpers:

It looks like http://finzi.psych.upenn.edu/search.html has stopped
spidering the mailing lists -- this used to be my go-to site for
searching for R solutions.  Are there any good replacements for this?
I want to be able to search both functions and mailing lists at the
same time.  Cheers!

--j

-- 
Jonathan A. Greenberg, PhD
Assistant Professor
Department of Geography
University of Illinois at Urbana-Champaign
607 South Mathews Avenue, MC 150
Urbana, IL 61801
Phone: 415-763-5476
AIM: jgrn307, MSN: jgrn...@hotmail.com, Gchat: jgrn307, Skype: jgrn3007
http://www.geog.illinois.edu/people/JonathanGreenberg.html

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Best way to search r- functions and mailing list?

2012-04-05 Thread R. Michael Weylandt
http://www.rseek.org/ perhaps. [Take a look at the tabs on the RHS
after you do a search]

Michael

On Thu, Apr 5, 2012 at 11:36 AM, Jonathan Greenberg j...@illinois.edu wrote:
 R-helpers:

 It looks like http://finzi.psych.upenn.edu/search.html has stopped
 spidering the mailing lists -- this used to be my go-to site for
 searching for R solutions.  Are there any good replacements for this?
 I want to be able to search both functions and mailing lists at the
 same time.  Cheers!

 --j

 --
 Jonathan A. Greenberg, PhD
 Assistant Professor
 Department of Geography
 University of Illinois at Urbana-Champaign
 607 South Mathews Avenue, MC 150
 Urbana, IL 61801
 Phone: 415-763-5476
 AIM: jgrn307, MSN: jgrn...@hotmail.com, Gchat: jgrn307, Skype: jgrn3007
 http://www.geog.illinois.edu/people/JonathanGreenberg.html

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Best way to search r- functions and mailing list?

2012-04-05 Thread Kevin Wright
Use rseek.org


On Thu, Apr 5, 2012 at 10:36 AM, Jonathan Greenberg j...@illinois.eduwrote:

 R-helpers:

 It looks like http://finzi.psych.upenn.edu/search.html has stopped
 spidering the mailing lists -- this used to be my go-to site for
 searching for R solutions.  Are there any good replacements for this?
 I want to be able to search both functions and mailing lists at the
 same time.  Cheers!

 --j

 --
 Jonathan A. Greenberg, PhD
 Assistant Professor
 Department of Geography
 University of Illinois at Urbana-Champaign
 607 South Mathews Avenue, MC 150
 Urbana, IL 61801
 Phone: 415-763-5476
 AIM: jgrn307, MSN: jgrn...@hotmail.com, Gchat: jgrn307, Skype: jgrn3007
 http://www.geog.illinois.edu/people/JonathanGreenberg.html

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.




-- 
Kevin Wright

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Best way to search r- functions and mailing list?

2012-04-05 Thread Sarah Goslee
I usually use http://www.rseek.org

On Thu, Apr 5, 2012 at 11:36 AM, Jonathan Greenberg j...@illinois.edu wrote:
 R-helpers:

 It looks like http://finzi.psych.upenn.edu/search.html has stopped
 spidering the mailing lists -- this used to be my go-to site for
 searching for R solutions.  Are there any good replacements for this?
 I want to be able to search both functions and mailing lists at the
 same time.  Cheers!

 --j

 --


-- 
Sarah Goslee
http://www.functionaldiversity.org

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Best way to search r- functions and mailing list?

2012-04-05 Thread Spencer Graves
The sos package is designed to search help pages only and sort the 
results by package.  It includes a vignette describing how to get the 
results as an Excel file giving an efficient summary of which packages 
contain help pages of interest including the latest date updated, etc. 
I designed the package to be the quickest lit search for anything 
statistical, and I don't know of anything better.  I may want to look 
elsewhere later, but I always start a lit search there.  I suspect that 
others have not found it that useful or someone else would have 
mentioned it earlier on this thread ;-)  Spencer



On 4/5/2012 9:40 AM, Sarah Goslee wrote:

I usually use http://www.rseek.org

On Thu, Apr 5, 2012 at 11:36 AM, Jonathan Greenbergj...@illinois.edu  wrote:

R-helpers:

It looks like http://finzi.psych.upenn.edu/search.html has stopped
spidering the mailing lists -- this used to be my go-to site for
searching for R solutions.  Are there any good replacements for this?
I want to be able to search both functions and mailing lists at the
same time.  Cheers!

--j

--



--
Spencer Graves, PE, PhD
President and Chief Technology Officer
Structure Inspection and Monitoring, Inc.
751 Emerson Ct.
San José, CA 95126
ph:  408-655-4567
web:  www.structuremonitoring.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Best way to search r- functions and mailing list?

2012-04-05 Thread Sarah Goslee
sos is a great way to search help pages, agreed. But the question is
about functions AND mailing list archives, which requires an online
solution. (See subject line.)

Sarah

On Thu, Apr 5, 2012 at 12:56 PM, Spencer Graves
spencer.gra...@prodsyse.com wrote:
 The sos package is designed to search help pages only and sort the results
 by package.  It includes a vignette describing how to get the results as an
 Excel file giving an efficient summary of which packages contain help pages
 of interest including the latest date updated, etc.  I designed the package
 to be the quickest lit search for anything statistical, and I don't know of
 anything better.  I may want to look elsewhere later, but I always start a
 lit search there.  I suspect that others have not found it that useful or
 someone else would have mentioned it earlier on this thread ;-)  Spencer


 On 4/5/2012 9:40 AM, Sarah Goslee wrote:

 I usually use http://www.rseek.org

 On Thu, Apr 5, 2012 at 11:36 AM, Jonathan Greenbergj...@illinois.edu
  wrote:

 R-helpers:

 It looks like http://finzi.psych.upenn.edu/search.html has stopped
 spidering the mailing lists -- this used to be my go-to site for
 searching for R solutions.  Are there any good replacements for this?
 I want to be able to search both functions and mailing lists at the
 same time.  Cheers!

 --j





-- 
Sarah Goslee
http://www.functionaldiversity.org

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Best way to search r- functions and mailing list?

2012-04-05 Thread Spencer Graves
Hi, Sarah:  You were correct:  I failed to read the question with 
sufficient care.  Thanks for your original reply and for the 
correction.  Spencer



On 4/5/2012 10:11 AM, Sarah Goslee wrote:

sos is a great way to search help pages, agreed. But the question is
about functions AND mailing list archives, which requires an online
solution. (See subject line.)

Sarah

On Thu, Apr 5, 2012 at 12:56 PM, Spencer Graves
spencer.gra...@prodsyse.com  wrote:

The sos package is designed to search help pages only and sort the results
by package.  It includes a vignette describing how to get the results as an
Excel file giving an efficient summary of which packages contain help pages
of interest including the latest date updated, etc.  I designed the package
to be the quickest lit search for anything statistical, and I don't know of
anything better.  I may want to look elsewhere later, but I always start a
lit search there.  I suspect that others have not found it that useful or
someone else would have mentioned it earlier on this thread ;-)  Spencer


On 4/5/2012 9:40 AM, Sarah Goslee wrote:

I usually use http://www.rseek.org

On Thu, Apr 5, 2012 at 11:36 AM, Jonathan Greenbergj...@illinois.edu
  wrote:


R-helpers:

It looks like http://finzi.psych.upenn.edu/search.html has stopped
spidering the mailing lists -- this used to be my go-to site for
searching for R solutions.  Are there any good replacements for this?
I want to be able to search both functions and mailing lists at the
same time.  Cheers!

--j



__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.