The R Project SVN R

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
52864 5807 d 20 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
/branches/R-exp-R5
52730 5826 d 16 h hornik /trunk/ Add full support for checkers supporting the Ispell pipe interface
(Aspell, Hunspell and Ispell), adding a 'program' argument to control
which program to use for spell checking.
Add utility for inspecting the context of possible mis-spelled words.
 
/trunk/configure
/trunk/src/include/config.h.in
/trunk/src/library/base/R/datetime.R
/trunk/src/library/grid/inst/doc/frame.Snw
/trunk/src/library/grid/inst/doc/grid.Snw
/trunk/src/library/splines/man/xyVector.Rd
/trunk/src/library/tools/R/Rdtools.R
/trunk/src/library/tools/R/Sweavetools.R
/trunk/src/library/tools/man/RdTextFilter.Rd
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/aspell.R
/trunk/src/library/utils/man/aspell-utils.Rd
/trunk/src/library/utils/man/aspell.Rd
52694 5831 d 15 h maechler /trunk/ packageVersion() utility  
/trunk/doc/NEWS.Rd
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/indices.R
/trunk/src/library/utils/man/packageDescription.Rd
52680 5835 d 19 h hornik /trunk/src/library/utils/ Export and document aspell package utilities.  
/trunk/src/library/utils/man/aspell-utils.Rd
/trunk/src/library/utils/NAMESPACE
52474 5864 d 17 h hornik /trunk/src/library/utils/ Cleanups.  
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/man/citEntry.Rd
/trunk/src/library/utils/man/citation.Rd
/trunk/src/library/utils/man/person.Rd
52288 5887 d 3 h murdoch /trunk/ Move bibstyle and toRd.bibentry to tools.  
/trunk/src/library/tools/R/bibstyle.R
/trunk/src/library/tools/man/bibstyle.Rd
/trunk/src/library/utils/R/bibstyle.R
/trunk/src/library/utils/man/bibstyle.Rd
/trunk/NEWS
/trunk/src/library/tools/NAMESPACE
/trunk/src/library/utils/NAMESPACE
/trunk/tests/Examples/tools-Ex.Rout.save
52282 5887 d 5 h murdoch /trunk/ Add bibstyle code for rendering bibentries  
/trunk/src/library/utils/R/bibstyle.R
/trunk/src/library/utils/man/bibstyle.Rd
/trunk/NEWS
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/citation.R
/trunk/src/library/utils/man/bibentry.Rd
52241 5892 d 22 h hornik /trunk/ Enhance person class: vectorized (eliminating the need for separate
person and personList objects), additional specifiction of roles.
Use a given/family scheme in preference to first/middle/last.
New bibentry class for bibliographic information: vectorized (hence
eliminating the need for separate citation and citationList objects)
Rewrite citation() and friends to use bibentry.
 
/trunk/src/library/utils/R/MARC.R
/trunk/src/library/utils/man/bibentry.Rd
/trunk/NEWS
/trunk/src/library/base/inst/CITATION
/trunk/src/library/tools/R/citation.R
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/citation.R
/trunk/src/library/utils/man/citEntry.Rd
/trunk/src/library/utils/man/citation.Rd
/trunk/src/library/utils/man/person.Rd
/trunk/tests/reg-tests-1.R
51954 5924 d 1 h ripley /trunk/ use print() method for packageStatus  
/trunk/NEWS
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/packageStatus.R
/trunk/src/library/utils/man/packageStatus.Rd
51225 5986 d 17 h murdoch /trunk/ maintainer() convenience function  
/trunk/src/library/utils/man/maintainer.Rd
/trunk/NEWS
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/indices.R
50640 6081 d 1 h ripley /trunk/ add chooseBioCmirror()  
/trunk/src/library/utils/man/chooseBioCmirror.Rd
/trunk/NEWS
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/packages.R
/trunk/src/library/utils/man/chooseCRANmirror.Rd
50066 6131 d 15 h ripley /trunk/ take index.search internal  
/trunk/src/library/utils/man/index.search.Rd
/trunk/NEWS
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/indices.R
/trunk/src/main/names.c
/trunk/src/main/platform.c
49983 6137 d 1 h deepayan /trunk/ completion after $ now delegated to new generic function .DollarNames()  
/trunk/NEWS
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/completion.R
/trunk/src/library/utils/man/rcompgen.Rd
49774 6154 d 3 h ripley /trunk/ add internal tar() function  
/trunk/src/library/utils/R/tar.R
/trunk/src/library/utils/man/tar.Rd
/trunk/NEWS
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/zip.R
/trunk/src/library/utils/man/untar.Rd
49736 6157 d 19 h hornik /trunk/src/library/utils/ Add support for aspell package defaults.
Add summary method for aspell objects.
 
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/aspell.R
49674 6162 d 3 h ripley /trunk/ add untar() (not yet complete for Windows)  
/trunk/NEWS
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/zip.R
/trunk/src/library/utils/man/unzip.Rd
49644 6165 d 9 h murdoch /trunk/ Add #line directive to R parser, and in a few places to code processing (more needed)
Add findLineNum and setBreakpoint
Make srcref code more tolerant of missing information
 
/trunk/src/library/utils/R/findLineNum.R
/trunk/src/library/utils/man/findLineNum.Rd
/trunk/NEWS
/trunk/doc/manual/R-lang.texi
/trunk/src/library/base/R/srcfile.R
/trunk/src/library/tools/R/admin.R
/trunk/src/library/utils/NAMESPACE
/trunk/src/main/gram.c
/trunk/src/main/gram.y
/trunk/src/main/platform.c
/trunk/src/main/source.c
/trunk/tests/reg-IO.R
/trunk/tests/reg-IO.Rout.save
/trunk/tests/reg-IO2.R
/trunk/tests/reg-IO2.Rout.save
49491 6175 d 2 h ripley /trunk/src/ Windows-specific updates  
/trunk/src/gnuwin32/rw-FAQ.texi
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/windows/help.start.R
49479 6177 d 18 h murdoch /trunk/src/ Allow tiling/cascading etc from R functions and SDI GUI menu.  
/trunk/src/library/utils/man/windows/arrangeWindows.Rd
/trunk/src/library/utils/man/windows/getWindowsHandles.Rd
/trunk/src/extra/graphapp/gmenus.c
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/extra.c
/trunk/src/gnuwin32/rui.c
/trunk/src/gnuwin32/rui.h
/trunk/src/include/Internal.h
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/windows/sysutils.R
/trunk/src/library/utils/man/windows/getWindowsHandle.Rd
/trunk/src/main/names.c
49064 6201 d 16 h hornik /trunk/src/library/ Document and export news().
Add improved print method for news dbs.
 
/trunk/src/library/utils/man/news.Rd
/trunk/src/library/tools/R/news.R
/trunk/src/library/tools/R/readNEWS.R
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/news.R

Show All