search for: northeastern

Displaying 20 results from an estimated 40 matches for "northeastern".

2020 Feb 25
3
RIOT 2020
...in St. Louis on July 8th. RIOT is an excellent venue for deep technical discussions about R implementations, tools, optimizations and R extension, and will be very interesting for anyone interested in what?s under the hood of R. Regards, Stepan Sindelar, Lukas Stadler (Oracle Labs), Jan Vitek (Northeastern), Alexander Bertram (BeDataDriven) [1] http://riotworkshop.github.io/
2019 Jul 23
3
Any plans for ALTREP lists (VECSXP)?
...wrote: > Hi Kylie, > > As an alternative in the short term, you could consider deriving from > S4Vector's List class, implementing the getListElement() method to > lazily create the objects. > > Michael > > On Tue, Jul 23, 2019 at 9:09 AM Bemis, Kylie <k.bemis at northeastern.edu> > wrote: > > > > Hello, > > > > I was wondering if there were any plans for ALTREP lists (VECSXP)? > > > > It seems to me that they could be supported in a similar way to how > ALTSTRING works, with Elt() and Set_elt() methods, or would there be som...
2019 Jul 23
3
Any plans for ALTREP lists (VECSXP)?
...tical ALTREP list that serves SEXP elements on-demand, similar to how ALTSTRING seems to be implemented. I don?t know how many other people would get a use out of ALTREP lists, but I certainly would. Are there any plans for this? Thanks! ~~~ Kylie Ariel Bemis Khoury College of Computer Sciences Northeastern University kuwisdelu.github.io<https://kuwisdelu.github.io> [[alternative HTML version deleted]]
2004 Mar 08
2
WinXP Profiles
Does anyone know how to edit smb.conf so that a users profile won't be saved upon log out? Or how to get it done any other way? ---------------------------------------------------------------------------- Derrick Seymour Administrative Services Northeastern Regional Information Center Capital Region BOCES ----------------------------------------------------------------------------
2019 Jul 19
2
ALTREP wrappers and factors
...nd assigns the value to the global environment using <<- for later inspection; now you have an invalidly low NAMED value, ie you have a segfault coming. I know of no way for you to prevent this or even know it has happened. > On Thu, Jul 18, 2019 at 3:28 AM Bemis, Kylie <k.bemis at northeastern.edu> > wrote: > > > Hello, > > > > I?m experimenting with ALTREP and was wondering if there is a preferred > > way to create an ALTREP wrapper vector without using > > .Internal(wrap_meta(?)), which R CMD check doesn?t like since it uses an > > .Internal...
2019 Jul 17
2
ALTREP wrappers and factors
...CHARSXP g1c1 [MARK,gp=0x61] [ASCII] [cached] "a" @7fb0c90ba728 09 CHARSXP g1c1 [MARK,gp=0x61] [ASCII] [cached] "b" Is there a way to do this that doesn?t rely on .Internal() and won?t produce R CMD check warnings? ~~~ Kylie Ariel Bemis Khoury College of Computer Sciences Northeastern University kuwisdelu.github.io<https://kuwisdelu.github.io> [[alternative HTML version deleted]]
2019 Jul 24
1
[External] Re: Any plans for ALTREP lists (VECSXP)?
...the short term, you could consider deriving from > >> S4Vector's List class, implementing the getListElement() method to > >> lazily create the objects. > >> > >> Michael > >> > >> On Tue, Jul 23, 2019 at 9:09 AM Bemis, Kylie <k.bemis at northeastern.edu> > >> wrote: > >>> > >>> Hello, > >>> > >>> I was wondering if there were any plans for ALTREP lists (VECSXP)? > >>> > >>> It seems to me that they could be supported in a similar way to how > >> ALTSTR...
2020 Feb 27
1
RIOT 2020
...llent venue for deep technical discussions about R >> implementations, tools, optimizations and R extension, and will be very >> interesting for anyone interested in what?s under the hood of R. >> >> Regards, >> Stepan Sindelar, Lukas Stadler (Oracle Labs), Jan Vitek (Northeastern), >> Alexander Bertram (BeDataDriven) >> >> [1] https://nam05.safelinks.protection.outlook.com/?url=http%3A%2F%2Friotworkshop.github.io%2F&amp;data=02%7C01%7Cj.vitek%40northeastern.edu%7C649169c229e1438e351808d7bb05473a%7Ca8eec281aaa34daeac9b9a398b9215e7%7C0%7C0%7C63718350367...
2019 Jul 23
0
Any plans for ALTREP lists (VECSXP)?
Hi Kylie, As an alternative in the short term, you could consider deriving from S4Vector's List class, implementing the getListElement() method to lazily create the objects. Michael On Tue, Jul 23, 2019 at 9:09 AM Bemis, Kylie <k.bemis at northeastern.edu> wrote: > > Hello, > > I was wondering if there were any plans for ALTREP lists (VECSXP)? > > It seems to me that they could be supported in a similar way to how ALTSTRING works, with Elt() and Set_elt() methods, or would there be some problems with that I?m not seeing due...
2005 Apr 26
3
Jabberd and Centos 3.4
...ing its advice I rand ./configure --with-extra-library-path=/usr/lib/libidn.so.11. However it still fails. Anyone have any ideas? I don't know anything about libidn, is 0.4.6 incompatible with versions needing 0.3.0? Thanks, -- Aaron Havens Network Technician Computing and Telecommunications Northeastern State University 610 N. Grand Suite 318 Tahlequah, OK 74464 http://netnotes.nsuok.edu/~havensa/ 918-456-5511 Ext. 5813
2011 Sep 16
3
Help writing basic loop
Hello, I would like to write a loop to 1) run 100 linear regressions, and 2) compile the slopes of all regression into one vector. Sample input data are: y1<-rnorm(100, mean=0.01, sd=0.001) y2<-rnorm(100, mean=0.1, sd=0.01) x<-(c(10,400)) #I have gotten this far with the loop for (i in 1:100) { #create the linear model for each data set model1<-lm(c(y1[i],y2[i])~x)
2019 Jul 24
0
[External] Re: Any plans for ALTREP lists (VECSXP)?
...>> As an alternative in the short term, you could consider deriving from >> S4Vector's List class, implementing the getListElement() method to >> lazily create the objects. >> >> Michael >> >> On Tue, Jul 23, 2019 at 9:09 AM Bemis, Kylie <k.bemis at northeastern.edu> >> wrote: >>> >>> Hello, >>> >>> I was wondering if there were any plans for ALTREP lists (VECSXP)? >>> >>> It seems to me that they could be supported in a similar way to how >> ALTSTRING works, with Elt() and Set_elt() meth...
2019 Jul 18
0
ALTREP wrappers and factors
...[,2] [,3] [1,] 0.9430458 0.548670 0.4148741 [2,] 0.9550899 0.251857 0.6077540 ``` I will be happy to talk more about it if you are interested in the package, it is available at https://github.com/Jiefei-Wang/AltWrapper Best, Jiefei On Thu, Jul 18, 2019 at 3:28 AM Bemis, Kylie <k.bemis at northeastern.edu> wrote: > Hello, > > I?m experimenting with ALTREP and was wondering if there is a preferred > way to create an ALTREP wrapper vector without using > .Internal(wrap_meta(?)), which R CMD check doesn?t like since it uses an > .Internal() function. > > I was trying to...
2018 Mar 07
2
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
...Hasso Plattner Institute, Germany Tony Hosking, Purdue University, USA Doug Lea, SUNY Oswego, USA Eliot Moss, University of Massachusetts, USA Nate Nystrom, University of Lugano, Switzerland Tiark Rompf, Purdue University, USA Jennifer B. Sartor, Vrije Universiteit Brussel, Belgium JeremyJan Vitek, Northeastern University, USA Christian Wimmer, Oracle Labs, USA Jianjun Zhao, Kyushu University, Japan ======== Location ======== Linz, the capital of Upper Austria, is both a city of culture and of industry. Located at the Danube it features a historic downtown and a modern university campus just north of th...
2018 Jan 03
3
Coping with non-standard evaluation in R program analysis
Hello R experts, I plan to develop a tool for dynamic analysis of R programs. I would like to trace function calls at runtime, capturing argument and return values. Following a suggestion made some time ago on this list, my high-level implementation strategy is to rewrite the AST, augmenting call expressions with pre-call and post-call shims to capture the arguments and return value,
2018 Mar 12
0
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
...gt; Tony Hosking, Purdue University, USA > Doug Lea, SUNY Oswego, USA > Eliot Moss, University of Massachusetts, USA > Nate Nystrom, University of Lugano, Switzerland > Tiark Rompf, Purdue University, USA > Jennifer B. Sartor, Vrije Universiteit Brussel, Belgium > JeremyJan Vitek, Northeastern University, USA > Christian Wimmer, Oracle Labs, USA > Jianjun Zhao, Kyushu University, Japan > > ======== > Location > ======== > > Linz, the capital of Upper Austria, is both a city of culture and of > industry. Located at the Danube it features a historic downtown and...
2019 Mar 05
1
Should CRAN accept packages with non-R code that transcompiles into R code?
On Tue, Mar 5, 2019 at 12:49 PM jan Vitek <vitekj at icloud.com> wrote: > Everything is possible. One can compile C++ into JavaScript. > > But why? > > I would like to support Java style syntax for class definitions. (Then it could transcompile into either S3 or S4). And possibly change some other things while I'm at it. Maybe, integers (rather than numerics) as
2020 Feb 26
0
RIOT 2020
...RIOT > is an excellent venue for deep technical discussions about R > implementations, tools, optimizations and R extension, and will be very > interesting for anyone interested in what?s under the hood of R. > > Regards, > Stepan Sindelar, Lukas Stadler (Oracle Labs), Jan Vitek (Northeastern), > Alexander Bertram (BeDataDriven) > > [1] http://riotworkshop.github.io/ > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
2005 May 31
1
CentOS 4 in Virtual PC for Mac 7.0.1
Hey all. Has anyone been able to successfully install CentOS 4 in Virtual PC on the Mac? I have tried numerous times in both gui and text install mode w/ and w/o package customization and minimum and everything install. The install dies just when packages are beginning to be installed or very shortly thereafter. I don't get a full screen of errors to share as they pass by the screen too
2010 May 10
0
Plotting residuals from a sem object
...y on the other predictor variable. Is there a way to produce similar plots for a path model (or generate the appropriate residuals to just do the plot myself)? thanks, Jesse _________________________________________ Jesse W. Young, Ph.D. Assistant Professor Department of Anatomy and Neurobiology Northeastern Ohio Universities College of Medicine (NEOUCOM) Office phone: (330) 325-6304 Lab phone: (330) 325-6307 Fax: (330) 325-5916 Email: jwyoung at neoucom.edu Web page: www.jessewyoung.com