Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152720 - dev-lang/R has a dependency on NoWeb
Summary: dev-lang/R has a dependency on NoWeb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Science Related Packages
URL: http://www.peterrudloff.org/docs/swea...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-24 17:05 UTC by M. Edward Borasky
Modified: 2007-09-17 12:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description M. Edward Borasky 2006-10-24 17:05:14 UTC
R has a built-in package called "SWeave" for literate programming that uses "noweb". As a result, an R user that uses SWeave will need to have "noweb" installed.
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2006-10-24 19:02:52 UTC
Hi, 

Thanks for your bug report! Could you please give a simple example
that shows how R fails! I've tried the following which works fine
despite noweb not being present on my system

testfile <- system.file("Sweave", "Sweave-test-1.Rnw", package = "utils") options(par.ask.default=FALSE)
Sweave(testfile)

Thanks,
Markus
Comment 2 Markus Dittrich (RETIRED) gentoo-dev 2007-09-16 10:05:00 UTC
Any update on this one or a test that shows how R fails without
noweb so I can test it out?

Thanks,
Markus
Comment 3 M. Edward Borasky 2007-09-16 15:17:51 UTC
It looks like it's working now. Go ahead and close it.
Comment 4 Markus Dittrich (RETIRED) gentoo-dev 2007-09-17 12:44:42 UTC
Thanks! Please re-open should this crop up again.

cheers,
Markus