similar to: Problem with vignettes

Displaying 20 results from an estimated 200 matches similar to: "Problem with vignettes"

2004 Oct 21
1
Insert image in Rd documentation files
Hello, Does anyone know if it is posssible to insert a picture (ps or jpg for example) in documentation files with Rd extension. I guess it's impossible but maybe there is a trick. Thank you! Eric Esposito ================================== Direction de la Recherche P??le Economie, Statistisques et Sociologie 361 avenue du Pr??sident Wilson - BP 33 93211 Saint-Denis La Plaine cedex
2005 Apr 07
3
package
hello, I created a package with my functions, and i wand to hide the code of some functions. Could you help me ? Gr?gory -------------------------------------------------------------- GAZ DE FRANCE Gr?gory Benmenzer DIRECTION DE LA RECHERCHE P?le Economie Statistiques et Sociologie 361 Avenue du pr?sident Wilson - BP 33 93211 La Plaine Saint Denis cedex tel : 01 49 22 55 07 fax : 01 49 22
1997 Dec 08
3
R-alpha: Bug in tapply in the Windows version of September
The function tapply is not working in the Windows version of R=20 (Version 0.50 Beta (Sept 29, 1997)) In tapply <- function (x, INDEX, FUN=3DNULL, simplify=3DTRUE, ...)=20 ... The part: if (simplify && all(unlist(lapply(ans, length)) =3D=3D 1)) { ans <- unlist(ans, recursive =3D FALSE) names(ans)<-namelist[[1]] return(ans) } should be replaced by if (simplify
2010 Aug 30
1
'mgcv' package, problem with predicting binomial (logit) data
Dear R-help list, I?m using the mgcv package to plot predictions based on the gam function. I predict the chance of being a (frequent) participant at theater plays vs. not being a participant by age. Because my outcome variable is dichotomous, I use the binomial family with logit link function. Dataset in attachment, code to read it in R: data <- read.spss("pas_r.sav") attach(data)
2003 Dec 22
3
runif and sample with reproducibility
Hello, I would like to sample a population but the result needs to be reproducible, using 'runif' or 'sample' is the good way to do it but I can't manage to make the results reproducible even with the 'set.seed' function. My aim is that th call to 'sample(1:100,10)' gives always the same result, how can I do that? Thanks! Eric Esposito
2003 Mar 12
2
How to collect the Rtools to build packages
After reading the readme.packages file, I would like to install the R tools in order to build my own packages, but the internet portal http://www.stats.ox.ac.uk/pub/Rtools/ hasn't been working since a few days. Where can I get the file tools.zip? Thank you! Eric Esposito
2016 Jun 05
1
flac conversion
On 5 June 2016 at 21:34, Frank Esposito <fpesposito at gmail.com> wrote: > Hello -- > > I have a flac file encode 92/24bit -- what tools are available to > convert these files to wave 44.1/16 bit so then I can convert to > mp3? Thanks > > -- > Frank Esposito Don't you mean 96/24? Also, which platform (*nix, Mac, Windows)? Off the top of my head: Audacity,
2005 Nov 09
1
OpenSSH 3.4p1 - end of support date ??
For AT&T, looking to find the end of support date for OpenSSH version 3.4 p1. I am not sure if this software is supported but am looking at all software used by AT&T to determine end of support dates needed for a 2006 technology upgrade project. Any information you could supply would be greatly appreciated. Mark Esposito Computer Sciences Corporation ACS Technical Infrastructure
2009 Jun 18
3
filtering number of values in a data frame
Dear list, given is the following data frame df(): Number Place Start End 1 218024740787 HHO 5 263 2008-01-02 00:21:14 2008-01-03 15:25:16 2 218024740787 HHO 5 263 2008-01-02 00:21:14 2008-01-02 00:21:14 3 318039091794 HHO 5 263 2008-01-02 00:21:14 2008-01-02 13:22:54 4 318039091794 HHO 5 263 2008-01-02 00:21:14 2008-01-02
2009 Dec 10
1
CELT codec on TI C55x
Hello, I am interested in using the CELT codec for an embedded project around the DSP C55x family from TI. Is this someone has already done? Which is necessary to do that, which compiler, is there a specific configuration ? Is it necessary to have an Operating system to run the CELT codec ? Is it possible to instantiate several times the CELT codec ? Thank you in
2012 Nov 06
1
LazyData: no / yes
Hi the list I have package foo0 with a big dataset 'myData'. In DESCRIPTION, if I use 'LazyData: no', then I get: - when I open a R session : memory used=20 908 - when I attach 'library(foo0)' : memory used=24364 - then I load the set 'data(myData)' : memory used=39 668 If I use LazyData: yes', then I get - when I open a R session : memory used=20 908
2012 Oct 13
2
Problem with a submission to jss
Hi the list, I am about to submit an article describing an R package to the Journal of Statistical Software but I encounter a strange behavior of LaTeX: the numbering of the figure is correct (1. 2. 3. ...), but when I make a reference to a figure, the section (or the subsection) number appears instead of the figure number. I check if this behavior occurs with the file example provide in the
2003 Sep 01
1
Arima with an external regressor
Hello, Does anybody know if the function arima with an external regressor (xreg) applies the auto correlation on the dependant variable or on the residuals. In comparison with SAS (proc autoreg), it seems that the auto correlation applies on the residuals but i'd like to have the confirmation. I want to estimate: Y[t] = a[1]*X[t] + a[2] + E[t] with E[t]=b[1]*E[t-1] Should I use : arima(Y,
2012 Nov 06
1
Depends/Imports/Suggest/Enhence
Hi the list In the DESCRIPTION file of my package foo0, I have: Depends: foo1 Imports: foo2 Suggest: foo3 Enhence: foo4 If I understand correctly, to install foo0 on my computer, I need to already have foo1, foo2, foo3. foo4 is not necessary. I my R sesssion, when I will write: library(foo0), then the package foo1 will be attach. foo2, foo3 and foo4 will not. Is that correct? But what is
2006 Mar 21
1
RE: Re: [Xen-users] How to share data between guestdomains
>-----Original Message----- >From: xen-devel-bounces@lists.xensource.com >[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Xin Zhao >Sent: 2006年3月21日 1:25 >To: Yura Pismerov >Cc: xen-devel@lists.xensource.com >Subject: Re: [Xen-devel] Re: [Xen-users] How to share data between >guestdomains > >The benefits of VL inlcude: >1. A VM can take advantage of the
2006 Jul 27
2
(Agile Rails 2nd ED) Depot App: Iteration B1 500 Error
Hello: I am working through the 2nd Edition of the agile book (after watching the first edition age on my shelf for 6 months), and am having a problem with the newly created ''store'' I''ve checked the files and fucntions that I''ve written, namely: model/product find_products_for_sale controller/store index views/store/index.rhtml and they all seem to have
2005 Dec 15
2
Select/Option selected value
I''m trying to get a select box to populate with the current option for editing purposes. I can populate the box, but not with the currently selected value. I''ve read in the api where it says to do this: # Example with @post.person_id => 1: # select("post", "person_id", Person.find_all.collect {|p| [ p.name, p.id ] }, { :include_blank =>
2003 Oct 09
1
plotting graphs with Rterm
Hello, I need to execute R code contained in a file xxx.R from DOS. The file is really simple, only: > plot(rnorm(100)) When I launch Rterm from Dos command and then source the file xxx.R it works, but I need to call the command from a DOS command file *.bat Using Rterm --slave < xxx.R plots the graph in a postscript file Rplots.ps, how can I do to get the graph in an R window. Using a
2005 Dec 15
3
Rails: Select and html forms
I''m close to getting this to work, but not quite there. I''m trying to implement a dropdown control, with the current choice selected. I have the following code in the view: 5 <select id="product_product_type" name="product[product_type]"> 6 <%= 7 types = ProductType.find(:all, :order => "product_type") 8
2007 Mar 29
10
Mongrel Service won''t start on windows
64bit Intel 8 CPU server Windows 2003 Server Service set to run as LocalSystem, doesn''t work as user account either The error we see is: "Service failed to start in a timely..." Which I have seen in the past email trails as working The app works from mongrel_rails start and from mongrel_service console -N servicename -p 3000 -c c:\rails_apps\appname -e production We upgraded