Displaying 20 results from an estimated 2000 matches similar to: "Creating an R package file"
2006 Jan 18
3
linear contrasts with anova
I have some doubts about the validity of my procedure to estimeate linear contrasts ina a factorial design.
For sake of semplicity, let's imagine a one way ANOVA with three levels. I am interested to test the significance of the difference between the first and third level (called here contrast C1) and between the first and the seconda level (called here contrast C2). I used the following
2002 Jul 11
3
Printing from W2K clients
Hi,
I have Slackware 8 Linux Box with Samba-2.2.5 and HP LJ 1200 printer shared by
samba (with LPRng).
The problemm is: when printing from W2K clients users cannot change
print options (like portrait/landscape page orientation, number of
copies etc). When printing from Win98 clients all is ok.
Could someone help vt with this problemm?
--
Sincerely,
Elman Efendiyev
elman@megacom.com.ua
2012 Mar 21
2
Type II and III sum of squares (R and SPSS)
To whom it may concern
I made some analysis with R using the command Anova. However, I found
some problmes with the output obtained by selecting type II o type III
sum of squares.
Briefly, I have to do a 2x3 mixed model anova, wherein the first factor
is a between factor and the second factor is a within factor. I use the
command Anova in the list below, because I want to obtain also the sum
2016 May 11
3
maximum call time
Dear all,
is asterisk capable to make a call for 24 hour without break ?
My dial string in extension.conf is :
Dial(SIP/[ext_no]@[pbx_name])
I dont use any dial parameter.
The problemm is, my customer complain that the call was cut after 4 hours.
Thanks in advance,
Ikka
Jakarta, Indonesia
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Mar 25
1
Work -Shift Scheduling - Constraint Linear Programming
Dear Community,
I've a Work -Shift Scheduling Problem I'd like to solve via constraint
linear programming.
Maybe something similar to
http://support.sas.com/documentation/cdl/en/orcpug/63349/HTML/default/viewer.htm#orcpug_clp_sect037.htm
Can anybody suggest me any package/R examples to solve this?
If it's needed more details of my little problemm I can provide.
Thanks in
2007 May 17
3
Ubuntu rails server
Hello,
I try to install on my ubuntu ruby on rails server.
I have install ruby,rails,gem and all files but doesn''t work.
When i run the server with webrick works perfect but when i use apache
i get this message:
We''re sorry, but something went wrong.
We''ve been notified about this issue and we''ll take a look at it
shortly.
Here are my installed app versions:
2002 May 18
0
Importante!
Vuoi Davvero Guadagnare con Internet?
Bene, salva su disco questa pagina per averla a portata di mano
anche se il tuo PC non ? connesso a Internet,
poi
copia quanto segue in Word o in Blocco Note e stampalo,
cos? lo potrai leggere con pi? attenzione.
Questo Sistema ? diverso da tutti gli altri, quindi non essere precipitoso nel valutarlo senza averlo compreso a fondo,
ma ti assicuro che
2013 Mar 28
3
Icecast and MySQL Stats
Hi all,
my name is Luca Cireddu, I'm from Italy and this is my first e-mail in
this list. I'm the Technical Manager at UnicaRadio, University Webradio
in Cagliari, Sardinia.
We use Icecast as main Relay Server with different audio formats, and we
are also testing video streaming using theora/vorbis format.
In this period I'm working in Icecast source code to implement a
detailed Stats
2004 Nov 29
2
Building latest version of package
Hi
I have a package which was built using R 1.9.1 and everything worked
fine. I recently upgraded to R 2.0.1 and tried to re-install my package
- and I got:
Error in library(mypackage) : 'mypackage' is not a valid package --
installed < 2.0.0?
So I tried rebuilding it using my new version of R:
R CMD BUILD --binary mypackage
hhc: not found
cp: cannot stat `mypackage.chm': No
2004 Jul 12
0
IP Soft Phone with FAX
Hi,
I need to send and receive faxes over VoIP in realtime.
I mean: user ? calls from VoIP network to fax machine on PSTN, but
starts voice conversation with user B on that fax machine. Then users
agree to send a fax (any direction), pressed "start", completed fax
transmission and then continue a voice conversation.
This is one of generic ways to use analog fax machine.
As I understand
2009 Oct 26
2
R CMD check: Error in .C
Function/file names are hypothetical. Say I have written myfunction.R,
which calls myfunction.c via .C("myfunction", ...).
I've compiled successfully myfunction.c via R CMD SHLIB myfunction.c
in the terminal. Then, in the R console:
dyn.load("myfunction.so")
source("myfunction.R")
test <- myfunction() # works fine
So everything is in order, myfunction works
2005 Feb 15
2
Making a Package
Hello.
I have what I know to be a simple question, but never having done anything like this it is
pretty tough.
I'm trying to write an R package. I have a collection of functions that I loaded into R and
then used package.skeleton(). After editing everything in the resulting folder, call it
NewPackage, I tried to follow along with some instructions I found for Windows users.
I installed
2004 Nov 11
4
Questions on package creation
I have some questions about
1. nomenclature,
2. recommended file locations and
3. overall procedure related to creating packages.
To the extent that it matters, examples here relate to Windows XP
R 2.0.1 beta.
The questions are interspersed and prefaced with ***.
My understanding is that there are actually 6 forms of a package
that one should use in package development:
1.
2011 Aug 02
2
R CMD check problem
Dear friends,
I am building an R package called *mypackage*. I followed every possible
steps (to my understanding) for the same. I got following problem while
doing *R CMD check mypackage*.
* installing *source* package 'mypackage' ...
** libs
cygwin warning:
MS-DOS style path detected: C:/PROGRA~1/R/R-213~1.0/etc/i386/Makeconf
Preferred POSIX equivalent is:
2006 Mar 29
3
socket for mysql
I have mysql running on a different machine. I''ve editted database.yml,
here''s the entry
development:
adapter: mysql
database: cookbook
username: root
password: mypassword
host: posta.rmasonfamily.info
test:
adapter: mysql
database: cookbook
username: root
password: mypassword
host: posta.rmasonfamily.info
production:
adapter: mysql
database: cookbook
2015 Oct 31
1
Example input data with example output using relative pathway in vignette of R package?
I'm putting together an R package. I would like to show example code in the
vignette, where example data files (included in the package) are used to
generate an (example) output file.
I read about using example data in Hadley Wickham's post (
http://r-pkgs.had.co.nz/data.html), and believe I should keep my example
data as raw data, as it must be parsed to generate the output.
So, I
2008 Aug 07
2
Cannot link mypackage to 2 other packages
Hi,
I need to link mypackage to 2 other packages so I can call
some C functions defined in these 2 packages from mine.
I've tried
Depends: packageA, packageB
LinkingTo: packageA, packageB
as suggested by the "5.4 Registering native routines" section
of the "Writing R Extensions" manual but then only packageA is
seen at compilation time (gcc is called with
2018 Mar 21
5
Sum of columns of a data frame equal to NA when all the elements are NA
Dear list users,
let me ask you this trivial question. I worked on that for a long time, by now.
Suppose to have a data frame with NAs and to sum some columns with rowSums:
df <- data.frame(A = runif(10), B = runif(10), C = rnorm(10))
df[1, ] <- NA
rowSums(df[ , which(names(df) %in% c("A","B"))], na.rm=T)
If all the elements of the selected columns are NA, rowSums
2004 Nov 06
2
install/build/build --binary
I have question regarding package installation.
What is the difference between check, INSTALL, build and
build --binary, which imply which and what order does one
normally perform them? I have been trying:
R CMD build /mypackage
R CMD check /mypackage
R CMD build --binary /mypackage
in that order but wanted to check that this is right.
Also, what portion of the check process can be run
2004 Sep 20
2
H.323 call problemm (no sound)
Hi all,
I'm having trouble with H.323 outbound calls, * connects but there is no
sound in both ways.
I'm using X-Lite as SIP client with GSM codec and dialing to ITSP (which
using cisco, I think) over H.323 with G.729 codec. I have 4 digium G.729
licenses installed and this is onli one call.
I tested my * with another ITSP over SIP and G.729 codec and there was
all ok
Here is my configs