search for: sti

Displaying 20 results from an estimated 1006 matches for "sti".

2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
Hi, This is a follow-up to the problem reported here: https://stat.ethz.ch/pipermail/r-devel/2010-September/058460.html After I updated R-2.12 to 2010-09-13 r52905 on the Bioc build system, some of the packages that have a Makefile in <pkg>/inst/doc still don't build on Windows. For example, 'R\bin\R.exe CMD build adSplit' gives: * checking for file 'adSplit/DESCRIPTION' ... OK * preparing 'adSplit': * checking DESCRIPTION meta-information ... OK * cleaning src * installing the package to re-build vignettes * creating...
2015 Feb 18
2
[LLVMdev] local variable in Pattern definition?
Hi guys, When I am trying to define pattern in a multi class, I got something like this: “ multi class P_PAT<string sty, SDNode tNode> { def : Pat<( !cast<ValueType>(“v2” # sty) (tNode !cast<ValueType>(“v2” # sty):$src1, !cast<ValueType>(“v2” # sty):$src2) ), ( add !cast<ValueType>(“v2” # sty):$src1, !cast<ValueType>(“v2” #
2018 May 29
2
CentOS 7 issues with pdf manual / tex conversion
On a CentOS 7 machine, I am at a loss with respect to an inability to run a full R CMD check as anything involving tex files ends in tears. We followed the README at CRAN and installed a large number of tex-live packages on this machine. But when a manual is created, we end up with what follows below. Here, I chopped some of the error messages, the key seems to be 'Insufficient extension
2012 Mar 14
1
issue with Rd2pdf and \Sexpr in Rd files
Hi, The following command: R CMD Rd2pdf --no-preview --output=./tmp.pdf --title=test genefu-package.Rd run against this file: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/genefu/man/genefu-package.Rd (username: readonly; password: readonly) produces a very verbose error (see below) with R version 2.15.0 alpha (2012-03-07 r58622). The .Rd file has these lines in it: Version: \tab
2009 Apr 16
2
there are fontencoding problem in Sweave
I want write article by russian language using Sweave. For cyrillic text LaTeX use T2A encoding \usepackage[T2A]{fontenc} But in Sweave.sty we find: \RequirePackage[T1]{fontenc} It is source of critical problem. For example Rnw file $ cat estimation.Rnw \documentclass[A4paper]{article} \usepackage[T2A]{fontenc} \usepackage[utf8]{inputenc} \usepackage[russian,english]{babel} \begin{document} Для начала попытаемся апроксимировать результаты нормативной зависимости. $$ \Delta T_k = 800(C_p + 0.07C_{Cu})F^{1/3} $$ \end{document} will...
2020 Jan 10
0
[PATCH 18/23] drm/sti: Convert to CRTC VBLANK callbacks
VBLANK callbacks in struct drm_driver are deprecated in favor of their equivalents in struct drm_crtc_funcs. Convert sti over. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> --- drivers/gpu/drm/sti/sti_crtc.c | 11 ++++++++--- drivers/gpu/drm/sti/sti_crtc.h | 2 -- drivers/gpu/drm/sti/sti_drv.c | 3 --- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/sti/sti_crtc.c...
2010 Mar 17
2
Sweave and kile
...em to address my particular problem. I am using R 2.11.0 and Kile v 2.0.83 on an OpenSUSE11.2 installation (KDE 4.3 environment). According to the log (see below), Kile is unable to locate the Sweave.sty file (which is actually stored in /usr/lib/R/share/texmf/). Any advise would be welcome. Sebastien ***** ***** Sweave output: ***** cd "/home/sebastien/Documents/scaRabee/scaRabee_latex" ***** sweave -ld scaRabee.Rnw ***** Run Sweave and postprocess with LaTeX directly from the command line - create PDF via pdflatex R version 2.11.0 Under development (unstable) (2010-02-1...
2016 Jun 07
0
[PATCH v2 11/20] drm: sti: Rely on the default ->best_encoder() behavior
...tween connectors and encoders and the driver is relying on the atomic helpers: we can drop the custom ->best_encoder() implementations and let the core call drm_atomic_helper_best_encoder() for us. Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com> --- drivers/gpu/drm/sti/sti_dvo.c | 10 ---------- drivers/gpu/drm/sti/sti_hda.c | 10 ---------- drivers/gpu/drm/sti/sti_hdmi.c | 10 ---------- 3 files changed, 30 deletions(-) diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c index 25f7663..d5627d1 100644 --- a/drivers/gpu/drm/sti/sti_dvo.c...
2013 Jul 12
3
While using R CMD check: LaTex error: File `inconsolata.sty' not found
Hi, While using R CMD check I get the following Latex error message which occurs when creating PDF version of manual: LaTex error: File `inconsolata.sty' not found I am using Windows 7 (64-bit) and R 3.0.1. I have MikTex 2.9. I see that the incosolata.sty is present under \doc\fonts folder. How can I eliminate this problem? Thanks, Ravi [[alternative HTML version deleted]]
2018 May 29
2
CentOS 7 issues with pdf manual / tex conversion
On 29 May 2018 at 16:37, R P Herrold wrote: | On Tue, 29 May 2018, Dirk Eddelbuettel wrote: | | > On a CentOS 7 machine, I am at a loss with respect to an inability to run a | > full R CMD check as anything involving tex files ends in tears. | | Hi, Dirk | | Have fun at the upcoming conference at UIC | | I seem to have 56 font packages installed under CentOS 7 | locally, but then I work
2013 Jan 29
1
Sweave files generating miktex errors
Dear useRs-- I have been using Sweave with miktex for years, but on a new install on Windows XP, miktex seems to be hung up on single quotes. See example below. Digging through stackexchange, I found using \usepackage[noae]{Sweave} in the tex file solved the problem. My questions are: --Why would this happen? I have the ae package installed. --If inserting [noae] is the solution, how do I have this done by Sweave? I'll start with the error messages followed by the tex file outputted by Sweave. Any help, please? Troy > This is pdfTeX, Version 3.1415926-2.4-1....
2018 May 30
0
CentOS 7 issues with pdf manual / tex conversion
...rch texlive-l3packages-svn29361.SVN_4467-38.el7.noarch texlive-latex-bin-bin-svn14050.0-38.20130427_r30134.el7.noarch texlive-latex-bin-svn26689.0-38.el7.noarch texlive-latexconfig-svn28991.0-38.el7.noarch texlive-latex-fonts-svn28888.0-38.el7.noarch texlive-latex-svn27907.0-38.el7.noarch texlive-listings-svn15878.1.4-38.el7.noarch texlive-lm-math-svn29044.1.958-38.el7.noarch texlive-lm-svn28119.2.004-38.el7.noarch texlive-ltxmisc-svn21927.0-38.el7.noarch texlive-lua-alt-getopt-svn29349.0.7.0-38.el7.noarch texlive-lualatex-math-svn29346.1.2-38.el7.noarch texlive-luaotfload-bin-svn18579.0-38.20130...
2006 Nov 21
5
acts_as_ferret with STI models
Can acts_as_ferret search only one of the inherit models in the hierarchy of STI models? Say you have Contents, with types articles and comments. I know that you do Contents.find_by_contents, but can you also create indexed for Comment and Articles? Thanks for you help Miguel -- Posted via http://www.ruby-forum.com/.
2008 Oct 24
0
Problem with "plflatex wrapper.tex"
Hi, All: I encountered problems running "pdflatex wrapper.tex", as suggested on "www.r-project.org" -> Newsletter -> (near the bottom of the page). After 220 lines of seemingly successful processing, I got an error copied below. I hit <enter> a few times, and the "pdflatex" finished, apparently successfully. Comments? Thanks,
2012 Aug 15
0
[LLVMdev] Questions on Memory Optimizations
Hi, I would like to eliminate all the load instructions and replace their uses with the stored values in the following program. The stores and loads are in the same basic block. Is there an optimization pass in LLVM 3.0 that can do this? define void @testFunc() { entry: %sVal = alloca %sTy %f1 = getelementptr %sTy* %sVal, i32 0, i32 0 store i32 789, i32* %f1 %f2 = getelementptr %sTy*
2005 May 06
1
Latex can not find Rd.sty
Hi, Lately my Latex engine used for checking packages stop working, and I can not figure out how to fix it. When creating my package (caMassClass) I get the * checking caMassClass-manual.tex ... ERROR LaTeX errors when creating DVI version. This typically indicates Rd problems. message. I look in caMassClass-manual.log file and find ! LaTeX Error: File `Rd.sty' not found.
2014 Jun 04
1
Package keyval Error: noupquote undefined
Hi, Due to a change in Rd.sty a few days ago (https://github.com/wch/r-source/commit/620eb9a#diff-3bf3d821c6faae50cd6ec931f6f63296L272), the default installation of TeXLive 2009 or 2012 no longer works when building Rd to PDF. The error log is like this: =============== Converting Rd files to LaTeX ..... Creating pdf output from LaTeX ... Error in texi2dvi(file = file, pdf = TRUE, clean = clean,
2018 May 30
2
CentOS 7 issues with pdf manual / tex conversion
...l3packages-svn29361.SVN_4467-38.el7.noarch | texlive-latex-bin-bin-svn14050.0-38.20130427_r30134.el7.noarch | texlive-latex-bin-svn26689.0-38.el7.noarch | texlive-latexconfig-svn28991.0-38.el7.noarch | texlive-latex-fonts-svn28888.0-38.el7.noarch | texlive-latex-svn27907.0-38.el7.noarch | texlive-listings-svn15878.1.4-38.el7.noarch | texlive-lm-math-svn29044.1.958-38.el7.noarch | texlive-lm-svn28119.2.004-38.el7.noarch | texlive-ltxmisc-svn21927.0-38.el7.noarch | texlive-lua-alt-getopt-svn29349.0.7.0-38.el7.noarch | texlive-lualatex-math-svn29346.1.2-38.el7.noarch | texlive-luaotfload-bin-svn1857...
2004 Oct 22
1
mounting win2003 server shares fails
...with sp2), 2000, etc... everything works no problem. When I try to mount a share on a win2003 server, the command completes successfully, but when I try to view the folder, it is not showing. I have tried several variations of commands: mount -t smbfs -o username=administrator,password=xx //apps/sti /home/chuck/smb4k/apps/sti mount -t smbfs -o username=administrator,password=xx,uid=chuck,gid=chuck //apps/sti /home/chuck/smb4k/apps/sti mount -t smbfs -o username=administrator,password=xx,uid=chuck,gid=chuck,fmask=777,dmask=777 //apps/sti /home/chuck/smb4k/apps/sti This is what I get.. as bot...
2010 Sep 14
4
Sweave and Miktex (Sweave.sty not found)
...d the Sweave.sty file into at this point multiple places on the Miktex path, including folders where I can see that it is looking for, and successfully finding, sty files (e.g. Miktex 2.8/tex/latex/base). I also went to the Miktex settings application and clicked Refresh FNDB and Update formats. Still I get this error when I try to run pdfLaTeX on the demo.tex file: !LaTeX Error: File 'Sweave.sty' not found. Can anyone help? Thanks! [[alternative HTML version deleted]]