similar to: Smal problem with porting code to S-PLUS (PR#871)

Displaying 20 results from an estimated 1100 matches similar to: "Smal problem with porting code to S-PLUS (PR#871)"

2001 Mar 08
1
as.numeric - Possible error (PR#870)
Full_Name: Harald Fekjær Version: 1.22 OS: Windows Submission from: (NULL) (158.36.132.220) Dear R developers Is this done with purpose...: In R I get: --- > as.numeric(" ") [1] 0 > as.integer(" ") [1] 0 --- While in the same in S-PLUS returns: --- > as.numeric(" ") [1] NA > as.integer(" ") [1] NA --- For my applications, the later
2004 Apr 15
2
T1 Line install.. (UK Muppet)
Hi all, Muppet from the UK asking for help We are just about to have a T1 line installed in our office in Dallas and "Advantex" the supplier has sent a questionnaire asking a number of questions. I have put the question area at the bottom of the email, we will be using Digium's hardware. could anybody help :-) In the UK when I asked for a E1, number of trunks required and the
2006 Dec 08
0
Re : A smal fitting problem...
May be you are also not familiar with statistic. the solution of min \sum_{i=1}^{n} (y_{i}-b)^{2} is the mean. So the solution is b<-mean(y) Justin BEM Elève Ingénieur Statisticien Economiste BP 294 Yaoundé. Tél (00237)9597295. ----- Message d'origine ---- De : Kåre Edvardsen <ked@nilu.no> À : R-help <r-help@stat.math.ethz.ch> Envoyé le : Vendredi, 8 Décembre 2006,
2006 Dec 08
2
A smal fitting problem...
Dear R-helpers, I'm for sure not familiar with R, but it seem like a nice sofware tool, so I've decided to try using it. Here is my problem I just can't figure out: I'd like to do least square fit of a straight horizontal (a = 0) line y = ax + b through some data points x = (3,4,5,6,7,8) y = (0.62, 0.99, 0.83, 0.69, 0.76, 0.82) How would i find b????? All the best, Ked
2024 Jun 26
1
Error when raising Samba 4.19 Functional Level
Hi Felipe, Le 25/06/2024 ? 17:14, Felipe Ribeiro de Oliveira via samba a ?crit?: > Hi, I raised the functional level of my Samba 4.19 server with the commands > below, the Schema update took a long time but ended successfully, however > when raising the functional level with the second command the error below > occurred and I was unable to complete the complete process. Can anyone
2004 Nov 14
2
Rcmd check for Windows fails (PR#7369)
Full_Name: Harald Weedon-Fekj?r Version: 2.0 OS: Windows Submission from: (NULL) (80.202.87.143) Dear R core Thanks again for a superb program. This is really one of the rare instances I find a bug. The bug is easy to bypass, but can be quite confusing; "Rcmd check" seems to fail without any good error report if the package contains a certain amount of R code and is run from a
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed: Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC) Remote gcc version: gcc (GCC) 3.2.2 Remote g++ version: g++ (GCC) 3.2.2 Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib make[5]: Entering directory `/local/build/R-1.7.0/src/library' >>> Building/Updating
2016 Sep 01
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
On Thu, Sep 1, 2016 at 1:30 PM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Thu, Sep 1, 2016 at 1:23 PM, Nico Weber via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > As mentioned upthread, we're still on update 2 for various reasons. > > Do you mind elaborating on those reasons? Off the top of my head, clang-cl couldn't handle the code
2015 Apr 17
0
Wine release 1.7.41
The Wine development release 1.7.41 is now available. What's new in this release (see below for details): - More Known Folders supported in the shell. - Some more support for kernel job objects. - More MSI patches improvements. - Some theming fixes. - Various bug fixes. The source is available from the following locations:
2016 Sep 01
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
I frequently see mention of how upgrading is problematic, is there anyone here for whom upgrading msvc versions is problematic? It seems like we keep talking in hypotheticals, but I'd like to hear from someone for whom it is *actually* a problem, and why. Vs community is permissive enough now that licensing isn't an issue. And every time this comes up it seems like we're saying
2016 Sep 01
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
I don't see how the policy of supporting 2 versions is related to that difficulty though. Whether we support 1 versions or 2 versions, 1 version is still going to be deprecated every time a new version is released. So this burden on upgrading buildbots doesn't seem to be much different. As long as chromium compiler version is not tied to llvm compiler version (and if it did, that would be
2012 Jan 22
4
Solving Equations
People, I'm researching some Bayesian statistic topics and in the midle of my study i found a very simple problem and i'm trying to find a simple package to solve this type of equations: Lets say that i need to compute beta values for the beta distribution and i now for example: E(teta)=a/(a+b) = 0,5 Var(teta)=ab/((a+b)^2(a+b+1))=0.05 So if i want to solve this to non-linear system to
2016 Sep 01
3
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
I guess what I'm getting at, is why do we even need to support 2 toolchains with LLVM *at all*? Why can't we just always upgrade to the newest one unless there are serious issues with it? There used to be two reasons that I'm aware of: 1) Licensing. Community used to be Express, and Express used to be limited in functionality. But this is no longer the case. Community is fine for
2001 Aug 14
2
Wine call graph; wineserver; the "big picture".
Hi, I've been lurking for a while now with a view to starting work on wine - specifically COM and DCOM. I know some people have started some work and there might be some patent issues with COM at least - so maybe DCOM is a better bet (I had the possibly niave idea of implementing COM via DCOM - it would be almost transparent, slower but less "dangerous"). I've read most of the
2019 Nov 20
2
llvm-mc & Microsoft's MASM
Agreed, I won't plan to change syntax for anything that hasn't opted in. However... Am I mistaken in thinking clang-cl (for example) is just clang with a different name, which triggers some variant behaviors including parsing cl.exe-style command lines and taking certain flags as implicit? I was hoping to build llvm-ml similarly, by building the features into llvm-mc behind target
2008 Mar 27
5
[Bug 871] New: ''zpool key -l'' core dumped with keysource=hex, prompt and unmatched entered in
http://defect.opensolaris.org/bz/show_bug.cgi?id=871 Summary: ''zpool key -l'' core dumped with keysource=hex,prompt and unmatched entered in Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: minor
2004 May 22
1
[Bug 871] request for idn (intl domain names) support
http://bugzilla.mindrot.org/show_bug.cgi?id=871 Summary: request for idn (intl domain names) support Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org
2013 Nov 08
4
[Bug 871] New: Running two instances of ulog causes abort in libnfnetlink
https://bugzilla.netfilter.org/show_bug.cgi?id=871 Summary: Running two instances of ulog causes abort in libnfnetlink Product: ulogd Version: SVN (please provide timestamp) Platform: All OS/Version: All Status: NEW Severity: critical Priority: P5 Component: ulogd AssignedTo:
2004 Jun 25
0
[Bug 871] request for idn (intl domain names) support
http://bugzilla.mindrot.org/show_bug.cgi?id=871 ------- Additional Comments From djm at mindrot.org 2004-06-26 09:16 ------- We won't support setlocale() until OpenBSD gets support for it, hopefully this will be in the coming { days -> months } ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2013 Nov 10
0
[Bug 871] request for idn (intl domain names) support
https://bugzilla.mindrot.org/show_bug.cgi?id=871 Michael Stapelberg <michael+mindrot at stapelberg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael+mindrot at stapelberg. | |de --- Comment #3