search for: devolv

Displaying 20 results from an estimated 94 matches for "devolv".

Did you mean: devolve
2012 May 02
2
Función para devolver nombre del área de trabajo en uso
¡Hola! ¿Alguien sabe si existe una función en R que devuelve el nombre del área de trabajo (workspace) en uso si éste ha sido guardado anteriormente? Con getwd() R me devuelve la carpeta de trabajo, pero si en ésta tengo varios áreas de trabajo guardados, p.e. a.RData y b.RData, ¿cómo podría saber en cuál estoy trabajando si por un despiste no me acordara cuál he abierto anteriormente (sin tener
2015 Feb 18
5
[LLVMdev] [cfe-dev] [3.6 Release] RC3 has been tagged
...ad enough to start the next dot release right after the > end of this one. > > Does that really sound like such a bad idea? > > cheers, > --renato Renato, My concern is that, without strict enforcement of the triaging serious P1-type bugs, the major llvm.org releases will devolve into a continual exchange of one set of major regressions for another set. Strict enforcement of back porting the required fixes from later trunk for point releases seem to require as just much effort and even more due diligence than just defining certain types of bugs as release blockers and deal...
2019 Apr 02
4
Orientación para hacer un sitio web con R
...vez se entienda, espero saber darme a entender. Quiero identificar qué tengo que aprender para poder hacer un sitio web con R. Este sitio web tiene que poder: * Recibir los datos (archivos .csv mutuamente referenciados) que alguien conectado a la red (vos mismo, usted misma) suba. * Procesarlos * Devolver resultados en base a esos datos introducidos. No sé si es una empresa dificilísima que mejor si ni intento encarar o si no es más que aprender alguna cositillica más que me falta saber. O sea, no me dimensiono la tarea. Ya hice alguna web con blogdown o con bookdown algo formato libor. Pero cla...
2020 Sep 01
3
Cálculo - intervalo de confianza - modelo nls - predict
...t = list(K=300, a = 0.25)) *#Predicción para 3 días* new_juliano = c(juliano,juliano[(length(juliano))]+1,juliano[(length(juliano))]+2,juliano[(length(juliano))]+3) casos_predichos = predict(model,data.frame(t = new_juliano),interval = "conficende",level = 0.95) Teóricamente debería devolver los intervalos con esto último, sin embargo, no los obtengo. Muchas gracias de antemano. Un cordial saludo, -- María Ángeles [[alternative HTML version deleted]]
2019 Apr 03
2
Orientación para hacer un sitio web con R
...cellence.es> Sent: Wednesday, April 3, 2019 10:04:46 PM To: Juan Abasolo Cc: R-help-es Subject: Re: [R-es] Orientaci?n para hacer un sitio web con R Hola, Justo para este tipo de cosas est? Shiny. Mira la web de RStudio para conocer sus posibilidades: https://shiny.rstudio.com/ Y en cuanto a devolver los resultados, sin duda de forma gr?fica sin problema. Pero si quieres algo m?s sofisticado, tendr?as que usar "Connect" que es otro producto de RStudio. Y claro el alojamiento de todo esto tambi?n tiene su historia. Pero cuando veas si te convence ya vendr? ese otro punto. Saludos, C...
2018 Jan 10
3
Código de salida de una función R
...o $? 2 ¿En R existe algo parecido?, por ejemplo busco algo como R> rnorm(1000O) Error: unexpected symbol in "rnorm(1000O" status() 2 status = "función o alguna forma de obtener el código de error" En una función que yo realice, esto no es problema porque con return puedo devolver el código de error que desee, sin embargo en funciones del paquete base o de otras librerías ¿se puede hacer algo parecido? entiendo que se pueden hacer validaciones del tipo if(as.numeric(rnorm(1000O))) o usar try o tryCatch, simplemente me dio curiosidad saber si existe algo así para simplifi...
2020 Feb 10
2
Numerar filas según valor en una columna
...1 Informante002 frase(a) 2 Informante002 frase(i) TC 3 Este me interesa Informante002 frase(c) TC 4 Este me interesa Informante002 frase(j) 5 Informante002 frase(k) 6 Informante002 frase(l) TC 7 Este me interesa ... Que a su vez me tiene que devolver unos valores para el DataFrameOriginal Informante001 frase(a) 1 Informante001 frase(b) 2 Informante001 frase(c) TC 3 A a 12 Informante001 frase(d) TC 4 A b 1 Informante001 frase(e) TC 5 B a 11 Informante001 frase(a) 6 Informante001...
2013 Mar 05
3
Answering the Hydrogen Audio thread
There is a thread over on Hydrogen Audio forums: http://www.hydrogenaudio.org/forums/index.php?showtopic=99757 I will answer what I can here. > mudlord says : > As usual, Fidel Castro Loco ignored Windows. Wrong. As the git logs show, I have commited a bunch of windows specific fixes myself as well as commiting windows fixes by others. > zfox > My own Linux build could not
2004 Aug 06
3
Stuttering stream
Expanding on Jack's note. In a default lame install, the lame library in in /usr/local/lib which is not in the 'trusted' library directories, hence why the linker/loader can't find it. What you need to do to fix it (as root), is open up /etc/ld.so.conf and add /usr/local/lib to the file. This file just contains various paths that will be searched in addition to /usr/lib & /lib
2012 Aug 24
3
ifelse problem - bug or operator error
...an see, there are many instances where PM.EXP > 0 and PM.DIST.TOT = 1 yet PM.DIST_flag = 1 and it should be 0. It should only flag in cases such as the last line of data. WWHHHYYYYYYYY???? Why why why why why why why? Why? (Sorry, I've been trying to figure this out for hours and I've devolved to mumbling in corners and banging my head against the table) What in the world am I doing wrong? Or is ifelse not the right function? Best, Jen [[alternative HTML version deleted]]
2013 Feb 01
1
Expresiones regulares y nombres de variables
...siones regulares. en este caso me estaba preguntando si se puede suministrar el valor de una variable a la exp. regular: ls(pattern=(''res_Slag_.*16_17_18'')) donde ''Slag'' es una variable de carácter (Slag=''UP'') por lo que de arriba tendria que devolver algo asi como: "res_UP_may_aug_16_17_18" "res_UP_sep_dec_16_17_18" gracias de nuevo saludos, Luis -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Luis Ridao Cruz Faroe Marine Research Institute Nóatún 1, P.O. Box 3051 FO-110 Tórshavn Faroe Islands Tel : (+298) 353...
2019 Apr 05
3
Orientación para hacer un sitio web con R
...; *Subject:* Re: [R-es] Orientación para hacer un sitio web con R > > > > Hola, > > > > Justo para este tipo de cosas está Shiny. > > > > Mira la web de RStudio para conocer sus posibilidades: > > https://shiny.rstudio.com/ > > > > Y en cuanto a devolver los resultados, sin duda de forma gráfica sin > > problema. > > Pero si quieres algo más sofisticado, tendrías que usar "Connect" que es > > otro producto de RStudio. > > Y claro el alojamiento de todo esto también tiene su historia. Pero > cuando > > ve...
2013 Mar 05
3
Answering the Hydrogen Audio thread
...> mode) to the flac binary tool, but frankly I'm not sure that it could > be done as a single cross-platform source file. There would be a > significant amount of either Windows API function calls or > MSVC-specific extensions to the C library (like _wfopen). It would > quickly devolve into an #ifdef _MSC_VER mess. > > >> ktf said: > >> No unicode support for Windows either. > > > > Somebody that knows about windows unicode needs to work on this and > > supply a patch. I'm happy to help out with guidance and testing. > > _______...
2009 Jul 08
6
variable global
buen dia a toda la comunidad estoy empezando a usar r y en una implementacion que estoy haciendo requiero que 2 valores que se calculan en una funcion puedan ser vistos en otra pero no he podido hallar la forma he buscado la forma de hacer las variables globales pero no he podido alguien sabe como hacerlo mil gracias, saludos Enrique RAMOS ¡Obtén la mejor experiencia en la web! Descarga
2022 Dec 08
3
DDNS, DHCP and AD
Looking for general theory here - perhaps this will devolve into more "how to" later, but right now I need overall understanding. We handle DHCP outside AD. We also do DDNS there, and handle DNS lookups. Here's what the current setup looks like We have a pair of DHCP servers (ISC DHCPD) and those same boxes handle DNS for the network. They...
2004 Aug 06
9
Stuttering stream
> Done, and it's working... but not significantly better than before. > Whereas before I couldn't clear a single song without the stream devolving > into skipping, now I'm averaging between 15-20 minutes. Better, but still > not acceptable. THen I suggest you start to look elsewhere for your problem. libshout is quite well tested and every time someone has thought it was skipping, it turned out to be NTP chaning their clock or...
2010 Aug 10
1
R y la gestión de memoria
Hola, ¿qué tal? Voy a plantear una pregunta que no creo que sea enteramente relacionada con R. Incluso pudiera ser una pregunta que tuviera que ver más con Windows y su gestión de memoria. Tengo una función foo que toma un argumento numérico y devuelve otro número. Durante el proceso crea un objeto muy grande. La llamo muchas veces haciendo algo así como: resultados <- sapply( entradas, foo
2007 Mar 14
2
SOS: PROBLEMA formulario web en ruby
...talla los parámetros comentando que la operación se ha realizado correctamente etc.... Sabemos hacerlo con cgi''s y php... pero es que nos lo han pedido en ruby. Los parámetros que nos pasan son el nombre, direccion, ciudad, cp, numero, fechacaducidad, cc, pais. Y lo que tenemos q hacer es devolver por pantalla esto mismo listado y diciendo que la subscripcion se ha hecho correctamente. Hemos estado mirando tutoriales y hemos visto como hacerlo si tienes una base de datos, pero nosotros no la tenemos. Muchas gracias. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~---...
2019 Apr 05
2
Orientación para hacer un sitio web con R
...> > > Hola, > > > > > > > > Justo para este tipo de cosas está Shiny. > > > > > > > > Mira la web de RStudio para conocer sus posibilidades: > > > > https://shiny.rstudio.com/ > > > > > > > > Y en cuanto a devolver los resultados, sin duda de forma gráfica sin > > > > problema. > > > > Pero si quieres algo más sofisticado, tendrías que usar "Connect" que > > es > > > > otro producto de RStudio. > > > > Y claro el alojamiento de todo esto tambié...
2018 May 10
2
more reassociation in IR
...hat is "no", it's provable that this is not statically decidable, so the time bound doesn't matter :) You have to limit the possible folding/evaluation you apply in various ways to make this decidable, and then further limit it to make the time bound reasonable. This all quickly devolves into herbrand equivalence and it's variations. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180509/946f6ad4/attachment-0001.html>