search for: setcachedir

Displaying 4 results from an estimated 4 matches for "setcachedir".

Did you mean: set_cachedir
2010 Nov 07
1
Sweave: option keep.source=TRUE and package cacheSweave
...s included in the TeX file to be compiled. For example, with the following Sweave file \documentclass[12pt]{article} \usepackage[nogin]{Sweave} % Sweave options \SweaveOpts{keep.source=TRUE, strip.white=TRUE, eps=FALSE, pdf=TRUE} \begin{document} Blabla. <<optionsR, results=hide>>= setCacheDir("./cache") library(MASS) ## just an example @ \end{document} I get the following TeX file: \documentclass[12pt]{article} \usepackage[nogin]{Sweave} % Sweave options \begin{document} Blabla. \begin{Schunk} \begin{Sinput} > \documentclass[12pt]{article} > \usepackage[...
2010 Sep 11
0
Sweave issue; keep.source=TRUE and cacheSweave incompatible?
...Bad Schunk: \begin{Schunk} \begin{Sinput} > \documentclass{article} > > \usepackage[noae]{Sweave} > > \begin{document} > \SweaveOpts{prefix.string=foo,png=FALSE,echo=TRUE,eps=FALSE} > @ > <<setCache,echo=FALSE,results=hide>>= > library(cacheSweave) > setCacheDir("./cache") > @ %def > > This is a test. > > @ > <<rnorm,cache=TRUE>>= > summary(rnorm(n=100)) > @ %def > > This is another test. > > @ > <<runif,cache=TRUE,keep.source=TRUE>>= > z <- runif(n=100) \end{Sinput} \end...
2013 Jun 11
3
Re: [PATCH] Mask some package names if appliance is build for SUSE
On Tue, Jun 11, Richard W.M. Jones wrote: > But supermin is supposed to ignore packages that don't exist in the > distro. This is a bug in supermin or the zypp plugin for supermin. It looks like zypper has no "ignore unknown packages/provides" flag. zypper .. install $pkg is called with an unknown package then zypper will just abort because it expects valid input. Maybe
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...: - print \"supermin_yum_rpm: running python code to query yum and resolve deps\" - -yb = yum.YumBase () -yb.preconf.debuglevel = verbose -yb.preconf.errorlevel = verbose -try: - yb.prerepoconf.multi_progressbar = None -except: - pass -if %s: - yb.preconf.fn = %S -try: - yb.setCacheDir () -except AttributeError: - pass - -if verbose: - print \"supermin_yum_rpm: looking up the base packages from the command line\" -deps = dict () -pkgs = yb.pkgSack.returnPackages (patterns=sys.argv[1:]) -for pkg in pkgs: - deps[pkg] = False - -if verbose: - print \"super...