similar to: Functions in a package not visible to a user

Displaying 20 results from an estimated 10000 matches similar to: "Functions in a package not visible to a user"

2004 Sep 19
1
Nnet: Returning the response
Hello list. Maybe this is a simple question but I can't find the answer anywhere. With lm I use the parameter y=TRUE to have the response returned in $y. Of course, namely because of NA's in the data frame, this might not include all the values in the original column. For example: > data(airquality) > length(airquality$Day) [1] 153 > my.lm <- lm(Day~.,data=airquality,y=TRUE)
2003 Jul 09
2
CFP: CART Data Mining Conference 2004
Apologies for cross posting.... --------------------------------------------------------------------- CART Data Mining'04: First International CART(R) Conferences Focusing on the Data Mining technology of Leo Breiman, Jerome Friedman, Richard Olshen, Charles Stone (CART, MARS(R), TreeNet(tm), PRIM(tm)...) First Call For submissions
2004 May 28
1
useR! 2004 keynote lecture slides
Dear useRs, there has been some interest on this list into material about the presentations at useR! 2004. The slides from the keynote lectures are now available from the conference web page at http://www.ci.tuwien.ac.at/Conferences/useR-2004/ thanks to the R-core team members who were willing to give the talks and provide their pdf-slides. For the user-contributed presentations, there are
2005 Jul 19
2
R_AllocatePtr
Had been looking into Luke Tierney's R_AllocatePtr() and was left with a question about exactly when does R reclaim heap memory. Implication of 'simpleref.nw' is that one can allocate C data on the R heap, and as long as pointer object is alive, the data and pointer will remain valid. But it calls allocString() which is implemented using R_alloc(). 'Writing R Extensions" says
2004 Nov 29
4
"non-visible" functions in return to methods()
Please point me to the documentation explaining why some of the functions returned by calling methods() are marked as "non-visible" and whether there is indeed no way of viewing the R code of such functions thanks Steve _________________________________________________________________
2006 Jul 16
1
RailsConf slides anywhere?
I''m watching the keynotes on scribestudio. I''ve found the slides for DHH''s keynote, but can''t find anything for Dave Thomas oor Martin Fowler. Are they available at all? Pat
2012 Sep 10
1
Advice on Namespaces
Hi Folks: I'm writing a little package that may not ever hit CRAN or even be distributed beyond a relatively narrow audience at my company. Nevertheless, I have tried to adhere to practices that would work if it were. With that in mind, I have read the Writing R Extensions Manual (and my humble kudos to its writers, as it has successfully guided even an ignoramus like myself ) and Luke
2006 Aug 08
6
[Very OT] Steve Jobs, is he sick?
For us "Railers" on Mac systems we all probably watched Steve Job''s keynote at the WWDC yesterday. Was it just me, or did Steve look "sick"? I mean he has lost a lot of weight and his skin was very drawn. -- Posted via http://www.ruby-forum.com/.
2006 Aug 10
6
Login Restfully
In DHH''s keynote, he alluded to doing logins with REST. Has anyone implemented this, and if so, would you mind elaborating on how you did it please? Thanks in advance. -- Posted via http://www.ruby-forum.com/.
2005 Jul 22
0
useR! 2006
We are happy to announce that the second R user conference useR! 2006 is scheduled for June 15-17 2006 and will take place at the Vienna University of Economics and Business Administration. This second world-meeting of the R user community will focus on - R as the `lingua franca' of data analysis and statistical computing, - providing a platform for R users to
2005 Jul 22
0
useR! 2006
We are happy to announce that the second R user conference useR! 2006 is scheduled for June 15-17 2006 and will take place at the Vienna University of Economics and Business Administration. This second world-meeting of the R user community will focus on - R as the `lingua franca' of data analysis and statistical computing, - providing a platform for R users to
2016 Oct 18
2
LLVM Performance Workshop at CGO 2017
An LLVM Performance Workshop will be held at CGO 2017. The workshop is co-located with CC, HPCA, and PPoPP. If you are interested in attending the workshop, please register at the CGO website: http://cgo.org/cgo2017/workshops.html Call for Speakers We invite speakers from academia and industry to present their work on the following list of topics (including and not limited to:) - improving
2015 May 06
0
Call for Participation and Posters: ACM HPDC'15 in Portland, Oregon, June 15-19, 2015
*HPDC?15 - Call for Participation and Posters** **http://www.hpdc.org/2015/** * /*NEWS:*//* *//*- Poster/Abstract submission deadline: May 8th, 2015*//* *//*- Early Registration deadline: May 18th, 2015*//* *//*- Conference dates: June 15th-19th, 2015*//* *//* - Keynote: Allen D. Malony*//* *//* - HPDC Achievement Award winner: Ewa Deelman*/ HPDC?15, the 24th International ACM Symposium on
2015 May 06
0
Call for Participation and Posters: ACM HPDC'15 in Portland, Oregon, June 15-19, 2015
*HPDC?15 - Call for Participation and Posters** **http://www.hpdc.org/2015/** * /*NEWS:*//* *//*- Poster/Abstract submission deadline: May 8th, 2015*//* *//*- Early Registration deadline: May 18th, 2015*//* *//*- Conference dates: June 15th-19th, 2015*//* *//* - Keynote: Allen D. Malony*//* *//* - HPDC Achievement Award winner: Ewa Deelman*/ HPDC?15, the 24th International ACM Symposium on
2012 Jan 04
0
[LLVMdev] LLVM Dev Meeting Slides & Video Update
Tanya, Was there any video taken of Chris's keynote? Joe Joe Abbey Director of S/W Development Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 jabbey at arxan.com www.arxan.com On Jan 3, 2012, at 2:24 PM, Tanya Lattner wrote: > As some of you may have noticed, all the slides and videos have been uploaded to the website: >
2012 Jan 04
2
[LLVMdev] LLVM Dev Meeting Slides & Video Update
No. -Tanya On Jan 3, 2012, at 5:29 PM, Joe Abbey <jabbey at arxan.com> wrote: > Tanya, > > Was there any video taken of Chris's keynote? > > Joe > > Joe Abbey > Director of S/W Development > Arxan Technologies, Inc. > 1305 Cumberland Ave, Ste 215 > West Lafayette, IN 47906 > jabbey at arxan.com > www.arxan.com > > On Jan 3, 2012, at
2012 Nov 10
5
[LLVMdev] RFC: Owning Bitcode
Hello, Chris's "keynote" at the LLVM Developers' Conference included a call for code owners, and my company has a heavy dependency on Bitcode, I propose taking ownership of: lib/Bitcode/* include/Bitcode/* This means that I'll be committed to documenting (yay) the implementation and responsible for reviewing patches and commits, as well as overall code quality and
2011 Feb 28
3
[LLVMdev] LLVM teaching materials
Hi everyone I am teaching a lecture on hardware/software codesign which, though not a dedicated compiler course, covers quite a bit of compiler related contents (general introduction, intermediate code, code generation). I'm currently considering replacing and/or extending this compiler related lecture parts with an introduction to LLVM as an example for a modern compiler framework, which we
2010 Nov 05
1
Asterisk in the third world - Astricon 2010 keynote follow-up
Friends, After listening to Mark Summer's keynote at Astricon (hopefully soon on the Astricon web site) I think we should come back to the discussion he started. Mark talked about using Open Source in general and Asterisk in particular in third world projects as well as in emergencies in other countries. He and Inveneo help groups of people to get a better understanding of how to build
2000 Dec 14
8
new MS codecs
I thought this might be interesting to you, it's an extract from the latest streaming media newsletter, I was intrested to note that MS are claiming cd quality audio at 48kbps whichi is obviously very low, I didn't think much of it at first because nobody uses MS codecs for audio anyway! However (a bit I missed off this quote by the look of it) I then read mention of portable audio players