Displaying 20 results from an estimated 26 matches for "astronautics".
Did you mean:
aeronautics
2015 Jul 31
2
x11() hangs in R 3.2.1
I'm on RHEL 6.6, R version 3.2.1 Patched (2015-07-30 r68761) --
"World-Famous Astronaut". Issuing the x11() command hangs R and
does not complete. A window is partially drawn then freezes.
Does anyone know of a solution?
Thanks,
Steve
--
Steven J. Backus Computer Systems Manager
University of Utah E-Mail: steven.backus at utah.edu
2015 Jul 19
3
update.packages(checkBuilt=TRUE, ask=FALSE): possible bug
Hello,
> version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status Patched
major 3
minor 2.1
year 2015
month 07
day 16
svn rev 68681
language R
version.string R version 3.2.1 Patched (2015-07-16 r68681)
nickname World-Famous Astronaut
I
2015 Jun 08
0
Bug in loadNamespace?
Looks like this could be locale related. Both of you are using non-US locales, and Sys.setlocale is not changing the last entry (LC_MESSAGES), which is as documented, but maybe somehow related.
I can reproduce with
Peters-iMac:r-release-branch pd$ LC_ALL=da_DK.UTF-8 BUILD-dist/bin/R --vanilla
R version 3.2.1 beta (2015-06-07 r68485) -- "World-Famous Astronaut"
Copyright (C) 2015 The
2015 Jun 08
3
Bug in loadNamespace?
On 07/06/2015 9:14 PM, Dirk Eddelbuettel wrote:
>
> On 7 June 2015 at 20:46, Duncan Murdoch wrote:
> | I am seeing very strange behaviour in R 3.2.0 patched (r68272) and a new
> | build of R-devel. The sessioninfo() from the former is below.
> |
> | Here's what I see: If I set the locale, and trigger a namespace load, a
> | version comparison gives NA, and I get an
2015 Nov 03
3
Problema R se cuelga neuralnet
Muchas gracias
Instale R desde CRAN y ejecutar version en R y R revolution, informa lo mismo, pero en el segundo neuralnet se cuelga, paso una captura de pantalla (Rstudio bajo r revolution también tiene problemas, no con R desde CRAN).
Javier Rubén Marcuzzi
Técnico en Industrias Lácteas
Veterinario
De: juan(uned)
Enviado: martes, 3 de noviembre de 2015 12:48
Para: r-help-es en
2013 Aug 29
2
Puma fails when it restarts itself
I''m having an issue with Puma, it fails when it tries to restart itself.
When this happens it kills all the Puma processes, resulting in nginx
delivering a 502 Bad Gateway to our users. I''m able to start, stop &
restart it with my /etc/init.d/puma script (it runs
/usr/local/bin/run-puma), it just has issues when it restarts itself. The
puma.log file doesn''t
2019 Mar 07
2
CentOS 8 Artwork needed
To all the artists and designers here, we need your help.
With RHEL 8 beta released, we need to start producing artwork for CentOS
8. It's time for the CentOS Artwork SIG, and anyone else that's
interested in contributing to this effort, to start working on
everything that will be needed for the new release.
What we know we need is anaconda artwork, and new desktop backgrounds to
replace
2019 Mar 08
2
CentOS 8 Artwork needed
On 3/8/19 5:55 AM, J Martin Rushton via CentOS wrote:
> On 07/03/2019 20:45, Rich Bowen wrote:
>> To all the artists and designers here, we need your help.
>>
>> With RHEL 8 beta released, we need to start producing artwork for CentOS
>> 8. It's time for the CentOS Artwork SIG, and anyone else that's
>> interested in contributing to this effort, to start
2015 Aug 20
2
Child thread libR.so
So I'm working on a custom front end to R, in one mode of the front
end I dynamically load libR.so into a child worker thread. I'm very
careful to make sure it is loaded by a single thread and loaded only
once, but since it is a child thread it violates assumptions made by
the stack size checking inside of R and I get innumerable errors along
the lines of
Error: C stack usage
2015 Nov 03
3
Problema R se cuelga neuralnet
Estimados
Tengo un problema, R se cuelga (cierra, aborta, etc.) al usar códigos de neuralnet. Copio un ejemplo cualquiera para preguntar si a otros les pasa lo mismo o es un problema puntual en mi computadora (uso R revolution win 10).
# install, load package
install.packages(NeuralNetTools)
library(NeuralNetTools)
# create model
library(neuralnet)
AND <- c(rep(0, 7), 1)
OR <- c(0, rep(1,
2006 Apr 03
4
Stop words in queries
I''ve run in to an issue that I''m not sure how to address. Basically, I''m
building queries with occur_default Search::BooleanClause::Occur::MUST,
and using the StandardAnalyzer which does stop filtering. The stop
filtering is working beautifully on the indexing side. The problem is
that when the query parser parses through a query with a stop word in
it, say
2019 Mar 08
0
CentOS 8 Artwork needed
On 07/03/2019 20:45, Rich Bowen wrote:
> To all the artists and designers here, we need your help.
>
> With RHEL 8 beta released, we need to start producing artwork for CentOS
> 8. It's time for the CentOS Artwork SIG, and anyone else that's
> interested in contributing to this effort, to start working on
> everything that will be needed for the new release.
>
>
2019 Mar 08
0
CentOS 8 Artwork needed
> Am 08.03.2019 um 15:56 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>
>
>
> On 3/8/19 5:55 AM, J Martin Rushton via CentOS wrote:
>> On 07/03/2019 20:45, Rich Bowen wrote:
>>> To all the artists and designers here, we need your help.
>>>
>>> With RHEL 8 beta released, we need to start producing artwork for CentOS
>>> 8.
2015 Sep 15
1
x11() hangs in R 3.2.1
On 09/15/2015 09:12 AM, Ashley Ford wrote:
> Steven Backus <backus at ...> writes:
>
>>
>> I'm on RHEL 6.6, R version 3.2.1 Patched (2015-07-30 r68761) --
>> "World-Famous Astronaut". Issuing the x11() command hangs R and
>> does not complete. A window is partially drawn then freezes.
>> Does anyone know of a solution?
>>
>>
2015 Jul 19
0
update.packages(checkBuilt=TRUE, ask=FALSE): possible bug
> On 19 Jul 2015, at 06:05 , Jose Claudio Faria <joseclaudio.faria at gmail.com> wrote:
>
> Hello,
>
>> version
> _
> platform x86_64-w64-mingw32
> arch x86_64
> os mingw32
> system x86_64, mingw32
> status Patched
> major 3
> minor 2.1
> year 2015
> month
2002 Aug 16
0
wine-users digest, Vol 1 #1217 - Message 2 - Subject: Fresh installation
...that your have defined the MOUNT location to be mnt/windows.
You could name it anything, but this works best with WINE ***
If you want the windows partition to be mounted automatically, add the following line to your
/etc/rc.local file:
mount /mnt/windows
Hope this helps!
Crispen Scott
C.Scott@Astronautics.com
2015 Jun 24
0
Organizing a Pre Astricon road trip
Hi All,
I am cross posting this to the Asterisk Users, Biz, and Dev lists at the
suggestion of David Duffet, so sorry if you see it multiple times.
As this year Astricon is in Orlando, and most of us are tech geeks in on
form or another, we are trying to organize a road trip to see NASA's
Kennedy Space Center.
I have been in touch with their group sales office and was told that there
is a
2016 Nov 16
1
Mr. Turritopsis Dohrnii Teo En Ming (Zhang Enming) is Looking for Information Technology-related Job Opportunities World Wide
...lum
vitae/resume.
Thank you very much!
Yours sincerely,
Mr. Turritopsis Dohrnii Teo En Ming (Zhang Enming) @ Time Traveller
Former old abandoned name: Mr. Teo En Ming (Zhang Enming)
SINGAPORE CITIZEN
Bachelor of Engineering (2nd Class Lower Honours) in Mechanical
Engineering with Aeronautics and Astronautics Option (Graduated from
National University of Singapore in December 2006)
Diploma in Mechatronics Engineering with Merit (Graduated from
Singapore Polytechnic in 1998)
Currently learning CISCO Switches and Routers, Computer Networking,
Network Operating Systems, Microsoft Windows Server 2012 R2, Ac...
2015 Jun 25
0
Organizing a Pre Astricon road trip (Eric Klein)
Sorry, apparently I forgot that we are looking at the Monday before Devcon
for this trip.
> ------------------------------
>
> Message: 4
> Date: Wed, 24 Jun 2015 11:59:29 +0300
> From: Eric Klein <eric.klein at greenfieldtech.net>
> To: asterisk-users at lists.digium.com
> Subject: [asterisk-users] Organizing a Pre Astricon road trip
> Message-ID:
>
2015 Aug 24
0
Child thread libR.so
I did some poking around with GDB and confirmed that the advice of
setting R_CStackLimit after init, which is echoed in the "threading
issues" section of the R-exts help document, isn't entirely useful
because init apparently loads the main package which trips over the
broken stack checking.
Stack trace:
#0 R_SignalCStackOverflow (usage=140732197147604) at errors.c:81
#1