Displaying 20 results from an estimated 5000 matches similar to: "Memory usage decreases drastically after save workspace, quit, restart, load workspace"
2002 Nov 24
2
Include "print" output into plots
Hello,
I would like to set up some automatic reporting using R. For this purpose, I
need to include the output of "print" commands into the graphics produced by
some "plot" commands.
1. Is there an easy way to do this?
2. Is it possible to redirect "print" into a string?
(except redirecting into a file and than scanning back?)
3. What is the best way to get
2006 Sep 24
1
(PR#9248) Incomplete loading of files into Windows script
Please, we do need complete reproduction instructions (and not
speculation) as the FAQ asks.
1) How exactly did you read the file in?
2) 'longer' than what?
3) What line ending is this?
I've just tried loading a 1000-line 50kb file using the 'Open Script' menu
item, and it worked with CRLF, LF or CR line endings.
Some guesses are that there are control characters in the
2006 Jul 11
2
Ferret 0.9.4 C extensions and Macbook Pro
Hello,
I am developing on a MacBook Pro.
I had installed make and the gcc compiler in order to
take advantage of the C extensions, and I installed the ferret 0.9.4
gem.
When I installed the gem, it compiled the C extensions as part of the
installation
process for the gem, and I received this output:
Attempting remote installation of ''ferret''
Building native extensions. This
2003 Sep 17
5
Quit asking me if I want to save the workspace!
How do you stop R from putting up a dialog box when you quit Rgui?
(I use Windows and I never save workspaces that way)
Murray
--
Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html
Department of Statistics, University of Waikato, Hamilton, New Zealand
Email: maj at waikato.ac.nz Fax 7 838 4155
Phone +64 7 838 4773 wk +64 7 849 6486 home
2004 Sep 05
1
Question to NLME, ML vs. REML
Dear all,
I am planning to use nlme library for analysis of experiments in semiconductor
industry. Currently I am using "lm" but plan to move to "lme" to handle
within wafer / wafer-to-wafer and lot-to-lot variation correctly.
So far everything is working well, but I have a fundamentel question:
NLME offers "maximum likelihood" and "restricted maximum
2004 Apr 30
2
rbind with missing columns
Hello,
I have several data sets, which I want to combine column-by-column using
"rbind" (the data sets have ~100 columns). The problem is, that in some
data sets some of the columns are missing.
Simply using rbind gives me:
"Error in match.names(clabs, names(xi)) : names don't match previous
names"
Is there a simple way to make R do the rbind despite the missing columns
2005 Sep 26
0
system() app changed drastically! How do I use itnow?
Try the following:
exten => s,1,Answer
exten => s,2,Wait(1)
exten => s,3,Read(PIN,87)
exten => s,4,System(/usr/local/bin/pin -c ${PIN}) ; check it
exten => s,5,System(/usr/local/bin/pin -d ${PIN}) ; delete it
Exten => s,6,GotoIf($[${SYSTEMSTATUS} = FAILURE]?105:7)
exten => s,7,SetAccount(${PIN})
exten => s,8,Newt,pinout-config ; connect them
exten =>
2005 Sep 26
0
system() app changed drastically! How do I useit now?
It would be prudent the test for success and continue rather than
failure and drop.
For example:
exten => s,5,GotoIf($["${SYSTEMSTATUS}" != "SUCCESS"]?105:6)
That way only the result that you know is good, Will continue a call..
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On
2005 Sep 26
1
system() app changed drastically! How do I use it now?
We upgraded to the latest version of asterisk (because we needed some
newer features), only to find all our PIN applications accepting any
number the caller makes up!
I traced this to the System application completely changing the way it
deals with success or failure of the program it calls.
Previously, if the PIN was completely bogus, we exited with -1, which
caused asterisk to jump to priority
2006 Apr 15
3
Further problems with rubyt2 on MacOS X (intel)
List,
I''m trying to build wxRuby on MacOS X 10.4.6 (intel). I''ve come across
some of the problems mentioned on the list, i.e. the RubyConstant issue
and the "id" keyword conflict issue. however somethings''s happening
that as far as I can see has not been mentioned on the list. here''s the
first few lines of the build fail report:
2020 Mar 17
1
":::" operator doesn't work with data object Ecdat:::Crime
????? The ":::" operator doesn't work for me with "Ecdat:::Crime" on
either macOS 10.15.3 or Windows 10.
????? A different but related issue is that "plm::Crime" says "Error:
'Crime' is not an exported object from 'namespace:plm'", even though
"library(plm); data(Crime); Crime" works.? I would naively think a user
should
2010 Aug 03
7
[Bug 29386] New: 2D performance drops drastically when enabling a 2nd monitor
https://bugs.freedesktop.org/show_bug.cgi?id=29386
Summary: 2D performance drops drastically when enabling a 2nd
monitor
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo:
2009 Jun 05
2
Show location of workspace image on quit?
When I quit R, it says:
> q()
Save workspace image? [y/n/c]:
and since I've probably got 3 R sessions running in however many
different directories and I might have jumped around with setwd() , I
forget exactly where R wants to save its workspace image. So could q()
be changed to say what file it is going to save to before it does?
Currently I have to hit 'c', then do
2017 Jul 03
1
The ByteCompile & LazyLoading fields
Hi,
In the DESCRIPTION file the ByteCompile and LazyLoading arguments appear to
accept any value.
>From the manual the field should be a "logical field". However, authors
interpret this in a variety of ways:
unique(tools::CRAN_package_db()$ByteCompile)
# [1] NA "TRUE" "yes" "true" "Yes" "no"
#
2011 Sep 24
4
Heroku Slugsize shot up drastically
Hi,
Locally my application is 7MB without tests and logs, etc. The .git
folder is 29 MB. I also have no gems / plugins in vendor folder. 95%
of images sit on S3. However on committing to Heroku it shows ----->
Compiled slug size is 62.7MB
What is wrong? It happened?
To add more context my .gitignore file is .bundle, db/.sqlite3, config/
database.yml, log/.log, tmp/, .idea, .redcar,
2005 Feb 08
1
Pre-building lazyload DB
Hi all,
Bioconductor has several metaData packages that contain quite large
data sets. In the past, these data were simply held in the /data
directory of the package as .rda files and load()ed as needed.
Converting to using lazy data loading may have memory and performance
advantages, but for the larger metaData packages the installation is
painfully slow (it has taken > 30 min to install a
2003 Jan 14
1
residuals() with missing data, alignment to original data set
Hello,
I have a data frame and want to do the following.
Do a regression of one variable versus another:
fit <- lm(a ~ b)
Then I would like to plot the residuals of this fit versus a third variable:
bwplot(residuals(fit) ~ group)
This fails, if a or b contain NAs, because the data in the residuals() -
vector are not aligned anymore to the data in the original data frame.
Is there a
2006 Jul 26
0
LoadError: no such file to load
Suddenly I noticed that I can''t require installed gems from irb or
./script/console. Any ideas?
irb(main):001:0> require ''RMagick''
LoadError: no such file to load -- RMagick
from (irb):1:in `require''
from (irb):1
irb(main):002:0> require ''mysql''
LoadError: no such file to load -- mysql
from (irb):2:in
2004 Dec 18
1
More on Lazy loading errors building its package in a chroot
From: Dirk Eddelbuettel <edd@debian.org>
> I now have the package built in a chroot -- but at the price of setting
> 'LazyLoad: no' in DESCRIPTION.
>
> I do not quite understand why that is needed. Can someone else help? I can
> provide the following pointers for its-1.0.4
>
I have had problems on Windows in which I had to pay the
same price and it turned out
2009 Nov 11
1
Question about -xlaxyload option to dtrace -G
Hello,
I am trying to get documentation how how this lazyloading happens when you are dealing with dtrace probes being added to user applications. In particular if it somehow avoids the overhead of registering dtrace probes when they aren''t needed, how does it know if they are needed, etc...
thanks,
Robert