search for: dart

Displaying 20 results from an estimated 86 matches for "dart".

Did you mean: dark
2014 Nov 12
4
Problem with build and check
...and check, for an Rd file that has a long argument list. Guess diagnosis: a quoted string beyond a certain point in the argument list is fatal. Example: Use the function below, create an Rd file for it with prompt(). Move the .Rd file to the man directory (no need to edit it) and try building dart.control <- function(server=c("production", "integration", "development", "http"), out.poll.duration = 5, out.poll.increase = 1.1, out.poll.max...
2015 May 15
2
Installation error with R-devel
I have a local library with functions that interrogates an institution-specific web API, so is not of interest to anyone outside of Mayo. For some reason the R CMD INSTALL command fails. See below: Build the library, then install it. tmt-local2127% R CMD build dart * checking for file ?dart/DESCRIPTION? ... OK * preparing ?dart?: * checking DESCRIPTION meta-information ... OK * installing the package to build vignettes * creating vignettes ... OK * checking for LF line-endings in source and make files * checking for empty or unneeded directories * looking to...
2015 Jul 27
2
R package with Fortran module on Windows? undefined reference to `__stack_chk_fail'
...il' collect2: ld returned 1 exit status no DLL was created ERROR: compilation failed for package 'MyPi'* removing 'C:/Users/IMartinez/Documents/R/R-3.2.1/library/MyPi' Exited with status 1. This is the Fortran code: Module Fortranpi IMPLICIT NONE contains subroutine dboard(darts, dartsscore) integer, intent(in) :: darts double precision, intent(out) :: dartsscore double precision :: x_coord, y_coord integer :: score, n score = 0 do n = 1, darts call random_number(x_coord) call ra...
2015 Jul 09
4
R CMD build failure
I have a local library 'dart' that imports "httr". It has routines that access central patient data such as birth date, so it is heavily used locally but of no interest to anyone else. The httr library (and 300 others) are in a shared directory, referenced by everyone in the biostatistics group via adding th...
2015 May 15
0
Installation error with R-devel
...: > I have a local library with functions that interrogates an > institution-specific web API, so is not of interest to anyone outside of > Mayo. For some reason the R CMD INSTALL command fails. See below: > > Build the library, then install it. > > tmt-local2127% R CMD build dart > * checking for file ?dart/DESCRIPTION? ... OK > * preparing ?dart?: > * checking DESCRIPTION meta-information ... OK > * installing the package to build vignettes > * creating vignettes ... OK > * checking for LF line-endings in source and make files > * checking for empty or...
2015 Jul 27
0
R package with Fortran module on Windows? undefined reference to `__stack_chk_fail'
...ed > ERROR: compilation failed for package 'MyPi'* removing > 'C:/Users/IMartinez/Documents/R/R-3.2.1/library/MyPi' > > Exited with status 1. > > > This is the Fortran code: > > > Module Fortranpi > IMPLICIT NONE > contains > subroutine dboard(darts, dartsscore) > integer, intent(in) :: darts > double precision, intent(out) :: dartsscore > double precision :: x_coord, y_coord > integer :: score, n > > score = 0 > do n = 1, darts >...
2009 Sep 27
2
Count number of zeros in a collumn
I have a matrix 700x2000 which is sampled in each cycle from another matrix 788x2000 with the numbers 0,1 and 9 There is one specific collumn of this matrix, dart[,1977], that usually, after the samplimg procedure has only 1 and 9 (because the zero frequency in this collumn is low). However, when this happens, I want to include an IF conditional in my code. so basically what i wanted to do was to count the number of zeros in this collumn to use this informat...
2012 May 07
7
How to build Samba4 using static linked libraries
Hi All: I am building the torture/smbtorture for samba-4.0.0alpha17. After build, I am running the test in another environment. I not only need to copy the binary smbtorture, I also need to copy the shared libraries. This is HUGE inconvenient for us. Could somebody tell me how to build the binary using static linked libraries? Thanks very much Peixing libpthread.so.0 =>
2015 Jul 09
0
R CMD build failure
What field is httr in the DESCRIPTION? Hadley On Thu, Jul 9, 2015 at 10:26 AM, Therneau, Terry M., Ph.D. <therneau at mayo.edu> wrote: > I have a local library 'dart' that imports "httr". It has routines that > access central patient data such as birth date, so it is heavily used > locally but of no interest to anyone else. > > The httr library (and 300 others) are in a shared directory, referenced by > everyone in the biostatistic...
2019 Sep 30
2
Proposal for llvm.experimental.gc intrinsics for inttoptr and ptrtoint
Hi All, I'm working on a project converting Dart to llvm. Dart uses a relocating GC but additionally uses pointer tagging. The first bit of a pointer is a tag. For integers a '0' bit is used and for pointers to objects a '1' bit is used. V8 apparently uses a similar technique. Generated code may need to check which bit is used whe...
2001 Feb 27
2
rsa_public_encrypt() exponent too small or not odd
I am attempting to deploy OpenSSH. The trouble is I keep getting the rsa_public_encrypt() exponent too small or not odd with the SSH 1 or 1.5 protocols. I can't get OpenSSH to communicate with itself with any protocal other than SSH 2. Platform notes: HP-UX 11.00 Dart 51 64bit OpenSSL 0.9.6 Zlib 1.1.3 Cflags: -Ae I have tried with and without optimizations. I noticed that this problem has cropped up in the past on other platforms. But that was on much older releases. Anyone got any ideas? Matthew Carlson
2005 Nov 16
4
Promoting Samba BDC to PDC
Hi All, Has any one got an idea of how to make clients automatically find the BDC when the PDC is stopped. Both PDC and BDC are running by Samba authenticating again a LDAPSAM backend replicated on both the PDC with master LDAP database and BDC with replicated LDAP database. But when I stop PDC the clients are not detecting the BDC broadcast. I can see that the replication is of
2001 Mar 01
0
FW: rsa_public_encrypt() exponent too small or not odd
I have the following bug report to submit. OpenSSH 2.5.1p1 and 2.5.1p2 HP-UX 11.00 Dart 51 64bit (32bit compile) OpenSSL 0.9.6 Zlib 1.1.3 Cflags: -Ae I keep getting "rsa_public_encrypt() exponent too small or not odd" with the SSH 1 or 1.5 protocols. I can't get OpenSSH to communicate with itself with any protocal other than SSH 2. I have searched everywhere. Google,...
2009 Feb 04
5
Target Plot?
...show how far each variable is from the target variable, so I'm thinking this would be a target plot where the value of the target would be configurable.  (I guess normalization would have similar result, but I would like to show the actual values.) I guess the result would look kind of like a dart board or something similar. Thank you for any insights that can be provided, especially if something like this already exist.  [[alternative HTML version deleted]]
2019 Oct 01
2
Proposal for llvm.experimental.gc intrinsics for inttoptr and ptrtoint
...M Sanjoy Das via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Adding some folks from Azul. > > On Mon, Sep 30, 2019 at 4:00 PM Jake Ehrlich via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi All, >> >> I'm working on a project converting Dart to llvm. Dart uses a relocating >> GC but additionally uses pointer tagging. The first bit of a pointer is a >> tag. For integers a '0' bit is used and for pointers to objects a '1' bit >> is used. V8 apparently uses a similar technique. Generated code may need to...
2012 Oct 05
3
Automatizacion de código
Hola a todos   Tengo una consulta, necesito automatizar un código estoy utilizando funciones pero el proceso sigue demorandose, me pueden ayudar con links o libros donde pueda consultar sobre este tema, soy nueva en R y tengo dificultades para poder optimizar y automatizar el código.   Gracias por su ayuda [[alternative HTML version deleted]]
2014 Nov 07
4
[Bug 2308] New: Forwarded Unix domain sockets not removed on logout
...en I disconnect the ssh session, the path /run/user/1000/keyring-wpPOO8/gpg-fwd is not deleted. lsof doesn't show any processes with the file open. When I re-execute the same ssh command above, the domain socket forwarding fails, with the following showing up in sshd's log: Nov 6 23:25:12 dart sshd[19120]: error: bind: Address already in use Nov 6 23:25:12 dart sshd[19120]: error: unix_listener: cannot bind to path: /run/user/1000/keyring-wpPOO8/gpg-fwd If I rm the domain socket manually on the server, then forwarding with that remote name works again, once, until I delete it again, et...
2019 Jun 04
2
Offer zip builds
...ml So bugs and feature requests cant even be posted to bugzilla. Then regarding the mailing list, even if subscribed you cant post, as all posts are moderated. Compare to other languages, where you just log in an post an issue: - https://github.com/crystal-lang/crystal/issues - https://github.com/dart-lang/sdk/issues - https://github.com/dotnet/coreclr/issues - https://github.com/JuliaLang/julia/issues - https://github.com/ponylang/ponyc/issues - https://github.com/ziglang/zig/issues If R team is happy with current status quo, then do nothing. If they are interested in growing the userbase this...
2014 Feb 17
5
Leer el tipo de dato desde fichero
Hola a todos, Tengo un fichero CSV que se genera desde una aplicación, y que me gustaría importar en R. El problema es que el fichero es "genérico", por lo que en un principio no se muy bien el tipo de datos que me voy a encontrar. Desde R se los mostraré al usuario para que decida sobre qué campos quiere hacer qué análisis. Por tanto, en el propio CSV debería contener (en la cabecera,
2015 Jun 16
2
Regresión logística
Gracias! El 15 de junio de 2015, 16:54, Freddy Omar López Quintero < freddy.vate01 en gmail.com> escribió: > ?Holap.? > > ran out of iterations and failed to converge > > > ?Prueba aumentando el número de iteraciones, con el argumento maxit: > > ?GLM <- bigglm(In.hospital_death ~ GCS + BUN, data = DatosGLM, family = >> binomial(logit), maxit=1000)? >