https://github.com/sckott/sxslt
https://github.com/sckott/sxslt
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sckott/sxslt
- Owner: sckott
- Created: 2015-01-08T22:15:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T22:15:32.000Z (over 11 years ago)
- Last Synced: 2025-03-23T23:36:12.674Z (over 1 year ago)
- Language: R
- Size: 242 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
Awesome Lists containing this project
README
Testing Sxslt
Find the location in which the package was installed.
Let's suppose this is /tmp/R/pkg.
Make certain that R can find this library (set the environment
variable R_LIBS, if necessary).
Then,
cd /tmp/R/pkg/Sxslt/examples
../bin/Sxsltproc node.xsl node.xml
<?xml version="1.0"?>
This is a test of passing a node reference to R. The node should
have name
In test rule!
Initializing R: true
Evaluating expression: a
Evaluating expression: -0.37616412353231
Evaluating expression: true
Evaluating expression: false
Evaluating expression: 4
Evaluating expression: asXML
Calling rnorm: -0.21641221089206.
Duncan Temple Lang
<duncan@wald.ucdavis.edu>
Last modified: Mon Aug 13 17:04:59 EDT 2001