search for: morgan

Displaying 20 results from an estimated 1160 matches for "morgan".

2019 Oct 11
4
New matrix function
How do you prove usefulness of a feature? Do you have an example of a feature that has been added after proving to be useful in the package space first? Thank you, Morgan On Fri, 11 Oct 2019 13:53 Michael Lawrence, <lawrence.michael at gene.com> wrote: > Thanks for this interesting suggestion, Morgan. While there is no strict > criteria for base R inclusion, one criterion relevant in this case is that > the usefulness of a feature be proven in the p...
2019 Oct 11
2
New matrix function
I think you are confusing package and function here. Plus some of the R Core packages, that you mention, contain functions that should probably be replaced by functions with better implementation from packages on CRAN. Best regards Morgan On Fri, 11 Oct 2019 15:22 Joris Meys, <jorismeys at gmail.com> wrote: > > > On Fri, Oct 11, 2019 at 3:55 PM Morgan Morgan <morgan.emailbox at gmail.com> > wrote: > >> How do you prove usefulness of a feature? >> Do you have an example of a feature that has b...
2002 Jun 13
3
How to automatically mount shares.
Hi list, I've installed samba 2.2.3a on my Linux box. I have to join into an NT4 domain and all works fine. I've got only a question: Now I'm able to mount the NT share with the command: mount -t smbfs -o username=morgan,password=morgan //SERVERNT/DISC /mnt and it works only if I am root. Is there any possibility of mounting it automatically on boot? I've tough about /etc/fstab but I don't if there is a correct syntax to include username and password. Any ideas? Thanks in advance.
2019 Oct 11
3
New matrix function
On Fri, 11 Oct 2019 10:45 Duncan Murdoch, <murdoch.duncan at gmail.com> wrote: > On 11/10/2019 6:44 a.m., Morgan Morgan wrote: > > Hi All, > > > > I was looking for a function to find a small matrix inside a larger > matrix > > in R similar to the one described in the following link: > > > > > https://www.mathworks.com/matlabcentral/answers/194708-index-a-small-matrix...
2007 Nov 15
2
rsync error?
Hi Folks Can anyone help me with the following error - is it serious; is the file transferred; are the other files transferred? [morgan@morgansmachine ~]$ rsync -a -X -A -z -v /home/morgan/Documents 192.168.1.30:/home/morgan/Documents morgan@192.168.1.30's password: building file list ... done rsync: rsync_xal_set: lsetxattr("Documents/Projects/CBT/SH20/HearingSubmission/ManukauBridgeSubCBT_PostPatrick_3_2.doc",&quot...
2010 Jul 15
2
taking daily means from hourly data
I have a data frame (morgan) of hourly river flow, river levels and wind direction and speed thus: Time hour lev.morgan lev.lock2 lev.lock1 flow direction velocity 1 2009-07-06 15:00:00 15 3.266 3.274 3.240 1710.6 180.282 4.352 2 2009-07-06 16:00:00 16 3.268 3.272 3.2...
2020 Jun 30
3
Build a R call at C level
..., R_NilValue)); > SETCDR(CDR(e), r_true); > SET_TAG(CDDR(e), install(\"na.rm\")); > Rf_PrintValue(e); > SEXP ans = PROTECT(eval(e, R_GlobalEnv)); > UNPROTECT(3); > return ans; > > ") > > call_to_sum(c(1L,NA,3L)) > > On Tue, Jun 30, 2020 at 10:08 AM Morgan Morgan > <morgan.emailbox at gmail.com> wrote: >> Hi All, >> >> I was reading the R extension manual section 5.11 ( Evaluating R expression >> from C) and I tried to build a simple call to the sum function. Please see >> below. >> >> call_to_sum &l...
2019 Oct 11
7
New matrix function
...escribed in the following post: https://coolbutuseless.github.io/2018/04/03/finding-a-length-n-needle-in-a-haystack/ Would be possible to add such a function to base R? I am happy to work with someone from the R core team (if you wish) and suggest an implementation in C. Thank you Best regards, Morgan [[alternative HTML version deleted]]
2015 Mar 26
2
FYI: SSH1 now disabled at compile-time by default
...I just think 15 years or so is more than enough time to have addressed the issue. On Thu, Mar 26, 2015 at 14:05:08 -0700, Dan Kaminsky wrote: > So, this isn't your problem and you don't respect the people's whose > problem it is. > > On Thu, Mar 26, 2015 at 12:43 PM, Iain Morgan <imorgan at nas.nasa.gov> wrote: > > > On Thu, Mar 26, 2015 at 11:55:18 -0700, Dan Kaminsky wrote: > > > You're right. My argument the is the next build of OpenSSH should be > > > OpenSSH 7, and the one after that 8, then 9, then 10. No minor releases? > &...
2009 Nov 27
1
ISDN30 Timing Sources (Jon Morgan)
Quoth Jon Morgan <jon.morgan at motors.co.uk> > >We have a 2 port Digium TE220P card, one span is configured to connect to our ISDN30 provider (British Telecom), the other span connects to our internal PBX. Here's the zaptel.conf snip: > >span=1,1,0,ccs,hdb3,crc4 >bchan=1-15 >dchan=16 &...
2019 Feb 28
3
Package inclusion in R core implementation
...o include a package in the core implementation of R? For example, why not include the Rcpp package, which became for a lot of user the main tool to extend R? What is our view on the (not so well known) dotCall64 package which is an interesting alternative for extending R? Thank you Best regards, Morgan [[alternative HTML version deleted]]
2020 May 20
2
Precision of function mean,bug?
...ion[1] to reduce floating point precision error. Best, Brodie. [1] https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/summary.c#L482 > > a2=(z[idx]+x[idx]+y[idx])/3 > > a2==a > [1] FALSE > > a2==b > [1] TRUE > > -pd > > > On 20 May 2020, at 12:40 , Morgan Morgan <morgan.emailbox at gmail.com> wrote: > > > > Hello R-dev, > > > > Yesterday, while I was testing the newly implemented function pmean in > > package kit, I noticed a mismatch in the output of the below R expressions. > > > > set.seed(123) >...
2019 Oct 11
0
New matrix function
...help for ?cor?. See [1] for the 2012 discussion. My point is it?s really really difficult to get something in Base R. Develop it well, put it in a package, and you have basically the same result. Avi [1] https://stat.ethz.ch/pipermail/r-devel/2012-June/064351.html On Fri, Oct 11, 2019 at 9:55 AM Morgan Morgan <morgan.emailbox at gmail.com> wrote: > How do you prove usefulness of a feature? > Do you have an example of a feature that has been added after proving to be > useful in the package space first? > > Thank you, > Morgan > > On Fri, 11 Oct 2019 13:53 Michael La...
2020 Jun 17
2
subset data.frame at C level
...or .subset2(mtcars, "carb"). If I have the index of the column then the answer would be VECTOR_ELT(df, asInteger(idx)) but I was wondering if there is a way to do it directly from the name of the column without having to loop over columns names to find the index? Thank you Best regards Morgan [[alternative HTML version deleted]]
2019 Sep 27
2
Evaluate part of an expression at C level
...ing if the below is possible? Let's assume I have the following expression: 1:10 < 5 Is there a way at the R C API level to only evaluate the 5th element (i.e 5 < 5) instead of evaluating the whole expression and then select the 5th element in the logical vector? Thank you Best regards Morgan [[alternative HTML version deleted]]
2010 Jan 26
7
updated rails now missing rails gem
So i updated rails and this is now what i''m getting. i tried reinstalling rails and it didn''t help. it''s installed. this is driving me nuts. i''m at rails 2.3.5 and ruby 1.8.7 Missing the Rails gem. Please `gem install -v= rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out
2019 Jul 11
2
Convert STRSXP or INTSXP to factor
...function setAttrib the levels of a SXP however when returned to R the object is of type character not factor. Ideally what i would like to return from the C function is the same output as above when the input is of type character. Please let me if you need more informations. Thank you Best regards Morgan [[alternative HTML version deleted]]
2019 Jun 14
2
R C API resize matrix
...re a way to resize a matrix defined as follows: SEXP a = PROTECT(allocMatrix(INTSXP, 10, 2)); int *pa = INTEGER(a) To row = 5 and col = 1 or do I have to allocate a second matrix "b" with pointer *pb and do a "for" loop to transfer the value of a to b? Thank you Best regards Morgan [[alternative HTML version deleted]]
2013 Jun 29
3
VMware distributed port groups..Supported?
...en downloaded the latest source, compiled, and it looks to be the same...unless its under a command I'm not recognizing? Does anybody have the great tip that is going to set me free? I hope? Everything we use is on the vSwitches, as we run 60-80 VLAN's to each cluster member. -- Thanks, Morgan
2019 Mar 04
2
Package inclusion in R core implementation
...gt; historical accident rather than any technical need to be in the core > distribution. Having them as a core (or recommended) package makes them > harder update independently to R and makes testing, development and > contribution more cumbersome. > > On Fri, Mar 1, 2019 at 4:35 AM Morgan Morgan <morgan.emailbox at gmail.com> > wrote: > >> Hi, >> >> It sometimes happens that some packages get included to R like for example >> the parallel package. >> >> I was wondering if there is a process to decide whether or not to include a >&g...