Skip to content
Prev 59683 / 398502 Next

The hidden costs of GPL software?

On Tue, 23 Nov 2004, Philippe Grosjean wrote:

            
This mail archive works well if the questions are well posed and answered:

help.search.archive<-function(string){
   RURL="http://www.google.com/u/newcastlemaths"
   RSearchURL=paste(RURL,"?q=",string,sep='')
   browseURL(RSearchURL)
   return(invisible(0))
 }
help.search.google<-function(string){
   RURL="http://www.google.com/search"
   RSearchURL=paste(RURL,"?sitesearch=r-project.org&q=",string,sep='')
   browseURL(RSearchURL)
   return(invisible(0))
 }

help.search.archive('volatility') # may soon show Dr. Harrell's example
help.search.google('volatility') # may show enough

Is there package data that is not searchable through the google search?

Dave