Hi, Can anyone tell me how to get source code of a package of R? I want to integrate elastic search with R if there is any way please let me know or give me a direction to do that. Thanks. [[alternative HTML version deleted]]
On 05.09.2014 09:01, madhvi.gupta wrote:> Hi, > Can anyone tell me how to get source code of a package of R?An R package is distributed in form of source code: Say you want to see the sources of "abc", then go to http://cran.r-project.org/web/packages/abc/index.html and download the osurces or use download.package("abc", "path/to/destination", type="source") Best, Uwe Ligges> I want to integrate elastic search with R if there is any way please let > me know or give me a direction to do that. > > Thanks. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. >
Read the Writing R Extensions document that comes with R? Use that knowledge to write a package? Read the Advanced R website (http://adv-r.had.co.nz)? Use a web search engine to look for others working on a similar package? Read the Posting Guide mentioned at the bottom of this or any other post on this list and follow the instructions there, including using plain text to post on this list? --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. On September 5, 2014 12:01:22 AM PDT, "madhvi.gupta" <madhvi.gupta at orkash.com> wrote:>Hi, >Can anyone tell me how to get source code of a package of R? >I want to integrate elastic search with R if there is any way please >let >me know or give me a direction to do that. > >Thanks. > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at 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.