search for: castray

Displaying 20 results from an estimated 82 matches for "castray".

Did you mean: astray
2008 Nov 10
3
how to stop without error message?
...'options( show.error.messages=TRUE)' because I want normal behaviour to resume after this particular stop. (Please reply personally as well as to the list, as I'm not subscribed to R-help) Thanks Mark -- Mark Bravington CSIRO Mathematical & Information Sciences Marine Laboratory Castray Esplanade Hobart 7001 TAS ph (+61) 3 6232 5118 fax (+61) 3 6232 5012 mob (+61) 438 315 623
2003 Mar 26
2
predict (PR#2685)
...'variables'), deparse), sapply( attr( termobj, 'variables'), deparse)) # MVB attr( tt, 'predvars') <- attr( termobj, 'predvars')[ reorder] # MVB } <<...>> cheers Mark ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au
2005 Aug 23
5
TCITex and R
...on't know enough to fix. In case it's not obvious already, I should add that I am blissfully ignorant about how latex works-- that's one of my reasons for using Scientific Word. Thanks for any advice Mark Mark Bravington CSIRO Mathematical & Information Sciences Marine Laboratory Castray Esplanade Hobart 7001 TAS ph (+61) 3 6232 5118 fax (+61) 3 6232 5012 mob (+61) 438 315 623
2006 Jan 09
2
Problem installing from source: no CONTENTS files
...LLATE=C R_OSTYPE=windows $(REXE) > /dev/null # need not have HTML installed when building packages @$(MKDIR) -p $(RHOME)/doc/html/search @$(CAT) $(RHOME)/library/*/CONTENTS > $(RHOME)/doc/html/search/index.txt Mark Bravington CSIRO Mathematical & Information Sciences Marine Laboratory Castray Esplanade Hobart 7001 TAS ph (+61) 3 6232 5118 fax (+61) 3 6232 5012 mob (+61) 438 315 623
2011 Sep 16
1
grep problem in R-devel 2.14 r57004
...(i) I have a dim recollection that's what we're supposed to do for bugs in R-devel, and (ii) Bugzilla doesn't include an R-devel version and (iii) couldn't find any guidance on these matters. Mark -- Mark Bravington CSIRO Mathematical & Information Sciences Marine Laboratory Castray Esplanade Hobart 7001 TAS ph (+61) 3 6232 5118 fax (+61) 3 6232 5012 mob (+61) 438 315 623
2003 Sep 24
1
getAnywhere (PR#4275)
...ooks like the two lines in 'getAnywhere' starting "gen <-" & "cl <- " might want to become: gen <- paste(parts[1:(i - 1)], collapse = ".") cl <- paste(parts[ i:length(parts)], collapse = ".") Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = alpha major = 1 minor = 8.0 year = 2003 month = 09 d...
2002 Dec 27
1
Wish list: add an "until" or "EOF.marker" parameter to scan & rea dLines
...(or the "n" parameter is satisfied). This would be useful in all sorts of contexts; one example is in processing a single data file that's made up of multiple segments each of different formats. cheers Mark ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington at csiro.au
2004 Sep 08
3
having trouble building r-devel
...".install_package_description" was not found Execution halted make[4]: *** [frontmatter] Error 1 make[3]: *** [all] Error 2 make[2]: *** [pkg-base] Error 2 make[1]: *** [rpackage] Error 2 make: *** [all] Error 2 ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au
2002 Dec 01
7
Samples of external code with various compilers?
R can run external code in C, C++, Fortran, Delphi, etc., but the R extensions manual only gives limited documentation for anything but C and C++. It would be useful to have a collection of sample code showing how to dyn.load functions written in other languages, if necessary for a variety of different compilers, in case that makes a difference. Does such a collection already exist? If not,
2005 Sep 15
4
Rd and guillemots
...ve << and >> alone-- i.e. not to guillemotize them? They cause unrecognized characters on my (Windows XP, newly-installed Miktex, R-alpha of 10/9/2005) system when I run the dvi files through dvips. Thanks Mark Bravington CSIRO Mathematical & Information Sciences Marine Laboratory Castray Esplanade Hobart 7001 TAS ph (+61) 3 6232 5118 fax (+61) 3 6232 5012 mob (+61) 438 315 623
2003 Jan 30
2
print.default and attributes
...ike to be able to give the "doc" attribute a class so I can control how it's displayed by a default print, without having to derive a new class & print method for the object-being-documented. ] cheers Mark ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au
2004 Nov 23
3
str() resets class for environments
I noticed the following today --- str() seems to remove any extra class information added to an environment. > e <- new.env() > class(e) [1] "environment" > class(e) <- c("foo", class(e)) > class(e) [1] "foo" "environment" > str(e) Classes 'foo', 'environment' length 0 <environment> > class(e) [1]
2002 Oct 21
1
savehistory directories and quitting R (PR#2038)
...te the version of savehistory within package:base, rather than simply masking it with a copy in .GlobalEnv. But, since savehistory wasn't actually called at quit time, even that didn't fool the system... cheers Mark ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au #-----Original Message----- #From: ripley@stats.ox.ac.uk [mailto:ripley@stats.ox.ac.uk] #Sent: Tuesday, 15 October 2002 12:31 AM #To: Mark.Bravington@csiro.au #Cc: r-devel@stat.math.ethz.ch; R-bugs@bio...
2002 Nov 20
2
restart
...my debugger. I can hack my way round this with a call to .Internal( restart( on)), but it's not pretty and I worry about what will happen if error-trapping mechanisms are changed in future. Thanks for any advice Mark ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au
2003 Mar 26
5
predict (PR#2686)
...- is.na(match(nxl, xl)))) stop(paste("factor", nm, "has new level(s)", nxl[m])) } } } else if (drop.unused.levels) { <<...>> cheers Mark ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 6.2 year = 2003 month = 01 day =...
2007 Oct 10
2
slow load() in R2.6.0
...ectors-- I noticed it with entire workspaces and have whittled it down to char vecs only. The example below is from a brand-new session with only the basic packages loaded; delays in my real sessions are much longer. Mark Bravington CSIRO Mathematical & Information Sciences Marine Laboratory Castray Esplanade Hobart 7001 TAS ph (+61) 3 6232 5118 fax (+61) 3 6232 5012 mob (+61) 438 315 623 Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > system.time( load( 'd:/r2....
2002 Sep 19
3
savehistory directories and quitting R (PR#2038)
...uot; prompt means that .Rhistory isn't saved at all, which is reasonable.) I admit that this is a very minor bug, because I can set .Last to call savehistory directly. But I just thought you should know... cheers Mark ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 5.0 year = 2002 month = 04 day =...
2004 Mar 09
3
update forgets about offset() (PR#6656)
...t2u <- update( fit2, ~.) test> fit2u$call glm(formula = y ~ offset(log(x)) + z, data = df) Curiously, the 'term.labels' attribute of 'terms(object)' now includes the second offset, but not the first. ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 8.1 year = 2003 month = 11 day =...
2005 Mar 22
4
trouble building r-devel
...c:889: `atanh' undeclared (first use in this function) make[4]: *** [arithmetic.o] Error 1 make[3]: *** [rlibs] Error 2 make[2]: *** [../../bin/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make: *** [all] Error 2 Mark Bravington CSIRO Mathematical & Information Sciences Marine Laboratory Castray Esplanade Hobart 7001 TAS ph (+61) 3 6232 5118 fax (+61) 3 6232 5012 mob (+61) 438 315 623
2004 Mar 15
0
New versions: mvbutils and debug packages
...on on 'debug', see the article "Debugging without (too many) tears" in R-news 3/3. The new versions fix a few minor bugs in the 1.0.0 releases, as documented in the CHANGES.TXT files in each package. Mark ******************************* Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 Email name: Mark.Bravington Email location: csiro.au _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages