similar to: source(.trPaths[5], echo=TRUE, max.deparse.length=150)

Displaying 20 results from an estimated 3000 matches similar to: "source(.trPaths[5], echo=TRUE, max.deparse.length=150)"

2006 Feb 02
1
Conflict between julian from base and from chron
I used to run the julian function from chron but this new version of R has also a julian function in the base package that doesn't do exactly what I need. Is there a way of telling R to run the function from chron and not from base? Thanks, Fernando __________________________ Fernando Colchero Doctoral Fellow Duke University Department of Ecology
2009 Feb 28
5
object ".trPaths" not found
I am running an R script with Tinn-R (2.2.0.1) and I get the error message Error in source(.trPaths[4], echo = TRUE, max.deparse.length = 150) : object ".trPaths" not found Any solutions? Thank you. Kevin
2006 Mar 30
1
Predict function for 'newdata' of different dimension in svm
I am using the "predict" function on a support vector machine (svm) object, and I don't understand why I can't predict on a dataset with more observations than the training dataset. I think this problem is a generic "predict" problem, but I'm not sure. The original svm was fit on 50 observations.
2019 Dec 11
2
Replication not working for remote Domain Controller
Hi, I have three Samba Domain Controllers, two in the LAN local network (dc1 and dc2) and one in a remote network which is accessible from the LAN through a VPN connection (dc4). Every domain controller can reach every other domain controllers, and every type of traffic is permitted by firewalls, they can ping and access to every TCP and UDP ports. Checking the Samba replication I see that the
2012 Jul 24
0
LSRC 6 - Only 16 Days Left!
Hi All It''s been just over two weeks since LSRC 6 tickets went on sale, and it is already over half full. And now, it''s just 16 days to go for LSRC 6. That''s right, two weeks and two days from now you can see Laurent Sansonetti of RubyMotion fame, Uncle Bob Martin, and, best of all, Matz! The Lone Star Ruby Conference is being held Aug 9-11 in Austin, TX, at Norris
2004 Feb 01
1
coxph in R
Where are the estimates of the baseline hazard in the output of coxph? Thanks, Jim James S. Clark H.L. Blomquist Professor Department of Biology and Nicholas School of the Environment Duke University Durham, NC 27708 Biology: http://www.biology.duke.edu/research_by_area/eeob/clark.html Center on Global Change: http://www.env.duke.edu/cgc/ Ecology Program: http://www.ecology.duke.edu/
2009 May 01
0
Lone Star Ruby Conference 2009 Talk Submission Deadline
Hello This is friendly reminder about the speaker submission deadline. The deadline is Sunday, May 3 at midnight. We have extended it one day to give you the weekend to submit your proposal. If you plan on submitting a proposal, please use the link below. We look forward to seeing you at the conference in August. Please feel free to email us with your suggestions on how we can make this your
2007 Oct 25
1
PR#10371
Oops -- I should have tested it without libraries loaded :-) The conflict must be with the HH package. I tested the example again using all the packages required by HH and do get the correct results, but once the HH package is loaded, the TukeyHSD function returns "height" and the plot command gives the error described previously. Should I report this bug directly to the authors of
2002 Dec 05
1
is.loaded("gamma") is FALSE in Windows
Hi! I am working on dynamically loading some C code into R and have my programs working on a DEC alpha. I have tried porting it to windows and found that the gamma function is not loaded in the symbol table there, but is under unix. While I can add in the gamma function, I would prefer to use the same one as in R and have the same code under unix and wondows. Is there a way to access the
2016 Oct 27
1
PIC and mcmodel=large on x86 doesn't use any relocations
We're at the point in our port of OpenVMS to x86 using LLVM to make choices on mcmodel. Given OpenVMS's history, our linker will allocate static data (ie, .data, .bss, .plt, GOT, etc.) in the bottom 32-bits of address space (ie, 00000000.xxxxxxxx). However, we support code anywhere in the 64-bit address space as PIC code (we do this on Itanium today using our own code-generator and
2009 Jan 23
2
forward slash vs double backslash R and Tinn-R
I installed the newest version of R and once again ran into problem with Tinn-R failing when trying to use the R explorer. I had this problem once before and solved it when I added the following .trPaths = c( 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/', 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/search.txt', 'C:/Documents and
2007 May 10
0
gw, lsrc in julian''s patches
In http://www.ssi.bg/~ja/dgd.txt I read: -- - key "gw" for ip_route_output used to select the right route for the gateway - key "lsrc" for ip_route_input used to find the best unicast route between this IP and the destination address (similar to output routing call but still makes the checks needed for input packet). -- Could someone please provide a couple
2012 Jul 20
0
LSRC 6 and Capital Factory Hackathon Survey
Hey All Capital Factory is organizing a Hackathon in conjuction with LSRC 6. If you want to attend, please cast your votes on the survey link below. http://www.surveymonkey.com/s/BFYFJBJ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2009 Aug 09
0
Lone Star Ruby Conference 2009 - 18 More Days till Showdown
Greetings from Austin - Home of the Lone Star Ruby Conference. This year we are catering to your every desire. In addition to the customary luxuries you have come to expect at LSRC, like the awesome food or the power strips at every table for your hungry laptops, this year you will also be greeted with: * the new conference center sound system. * bagels, yogurt, fruit and donuts for every
2012 Jun 21
1
install package mixdist
Hi all, I'm trying to install the mixdist package with: install.packages("mixdist") But I'm getting the following errors: * installing *source* package ‘mixdist’ ... ** R ** data ** preparing package for lazy loading ** help *** installing help indices ** building package indices ... Warning in utils::data(list = f, package = package, lib.loc = lib.loc, envir = dataEnv) :
2009 Feb 02
2
Upgrading to TINN - R 2.1.1.6
I know this has been addressed before, but I'm still confused by the solution. When running TINN - R (ver 2.1.1.6) with R (2.8.0) I have lost the functionality of TINN-R It returns an error source(.trPaths[5], echo=TRUE, max.deparse.length=150) I modified the RProfile.site file as follows: options(pager="interal") .trPaths=c( 'C:/Documents and
2010 Jun 10
1
Help with Tinn-R
I have just installed the latest versions of R and Tinn-R (running Windows XP prof.) R 2.11.0 Tinn-R version 2.3.5.2 Everything seems fine, except for the following: I usually do this: Open Tinn-R and click on the R icon to open R - this splits the screen into two parts horiozontally, with Tinn-R on top and R in the bottom window. My problem is simply this: By highlighting one line, and click the
2002 Dec 09
0
Re: R-help digest, Vol 1 #10 - 6 msgs
°_§É§¿§¿ ----- Original Message ----- From: <r-help-request at stat.math.ethz.ch> To: <r-help at stat.math.ethz.ch> Sent: Sunday, December 08, 2002 7:00 PM Subject: R-help digest, Vol 1 #10 - 6 msgs > Send R-help mailing list submissions to > r-help at stat.math.ethz.ch > > To subscribe or unsubscribe via the World Wide Web, visit >
2009 Sep 21
0
max.deparse.length in tinn-R
Dear R helpers, I want to know about the implications of changing the max..deparse.length parameter in tinn-R. I use tinn-R as my text editor. I had a problem recently in reading in a?statement that ran for many lines.. I was trying to recode some factors with long names into short ones. I got the following error message : >
2011 Nov 18
0
R and Tinn-R communication problems
I have a couple of Tinn-R problems that I hope someone may be able to make some suggestions about or point me to a Tinn-R source. So far I have not found anything particularly relevant by googling on Tinn-R. NOTE: Just to be on the safe side I uninstalled both R and Tinn-R , ran some cleanup and registry cleaner software and still am having the problems. Problem One Tinn-R 2.3.7.1 R 2.13.0