https://github.com/cran/XML
Revision 7bffe7c9d018ea3347b1c23b79860749bd7fa09d authored by Duncan Temple Lang on 28 March 2013, 00:00:00 UTC, committed by Gabor Csardi on 28 March 2013, 00:00:00 UTC
1 parent e8a7fea
Raw File
Tip revision: 7bffe7c9d018ea3347b1c23b79860749bd7fa09d authored by Duncan Temple Lang on 28 March 2013, 00:00:00 UTC
version 3.96-1.1
Tip revision: 7bffe7c
DESCRIPTION.in
Package: XML
Version: 3.95-2
Author:  Duncan Temple Lang (duncan@r-project.org)
Maintainer: Duncan Temple Lang <duncan@r-project.org>
Title: Tools for parsing and generating XML within R and S-Plus.
Depends: R (>= 1.2.0), methods, utils
Imports: methods
Suggests: bitops, RCurl
SystemRequirements: libxml2 (>= 2.6.3)
xxxLazyLoad: yes
Description: This package provides many approaches for both reading and creating XML (and HTML)
      documents (including DTDs), both local and accessible via HTTP or FTP.  It also offers
      access to an XPath "interpreter".
Note: In version 2.4.0 of this package, a new approach to garbage collection has been implemented
      and it is experimental. You can disable it via the configuration option --enable-nodegc=no.
      However, you are encouraged to use this and report problems as the results are beneficial 
      and being able to produce any errors should they occur will be very helpful.
      The versions numbers 1.0 and 2.0 do not have any special significance, but are merely
      the result of incrementing the minor count by 1 for each release.  
      Specifically, there is no change in the interface.
URL:  http://www.omegahat.org/RSXML
License: BSD
Collate: AAA.R
	DTD.R
	DTDClasses.R
	DTDRef.R
	SAXMethods.S
	XMLClasses.R
	applyDOM.R
	assignChild.R
	catalog.R
	createNode.R
	dynSupports.R
	error.R
	flatTree.R
	nodeAccessors.R
	parseDTD.R
	schema.S
	summary.R
	tangle.R
	toString.S
	tree.R
	version.R
	xmlErrorEnums.R
	xmlEventHandler.R
	xmlEventParse.R
	xmlHandler.R
	xmlInternalSource.R
	xmlOutputDOM.R
	xmlNodes.R
	xmlOutputBuffer.R
	xmlTree.R
	xmlTreeParse.R
	htmlParse.R
	hashTree.R
	zzz.R
        supports.R
        parser.R
        libxmlFeatures.R
        xmlString.R 
        saveXML.R 
        namespaces.R
        readHTMLTable.R
        reflection.R
        xmlToDataFrame.R
        bitList.R
        compare.R
        encoding.R
        fixNS.R
        xmlRoot.R
        serialize.R
        xmlMemoryMgmt.R
        keyValueDB.R solrDocs.R
        XMLRErrorInfo.R
        xincludes.R
        namespaceHandlers.R
        tangle1.R
        htmlLinks.R
        getDependencies.R
	htmlLists.R
        getRelativeURL.R
back to top