Displaying 20 results from an estimated 20000 matches similar to: "attaching something.RData in pos=1"
2001 Jan 02
1
pos.to.env and sys.xxx documentation (PR#801)
Full_Name: peter perkins
Version: 1.2.0
OS: linuxppc
Submission from: (NULL) (24.4.89.36)
i'm assuming that these are shortfalls in the documentation, and not bugs
in the function themselves.
1) the help page for pos.to.env gives two examples:
Examples:
pos.to.env(1)
pos.to.env(length(search()))
the second of these returns NULL which (to me) does not seem to fit
the
2004 Sep 22
1
attaching to position 1
If an attempt is made to attach to position 1, it appears to work
(not even a warning) but in fact it doesn't work as many would
expect. "search" thinks that it gets placed in position 2, but nothing
is actually there (according to "ls").
This is guaranteed to be confusing (and annoying) to people who
are used to attaching to position 1 in S-PLUS.
I'm not clear on
2006 May 15
3
FXTextField - posSelected?(pos)
Hi,
I wonder if am facing a bug or something else
On a FXtextField, I want to detect the low and high pos of the selected string
example: the text is: 0123456789
The selected string is : 234567
first = last = -1
atext.text.length.times do |pos|
first = pos if atext.posSelected?(pos) and first < 0
last = pos if atext.posSelected?(pos)
2004 Apr 15
1
Granule pos bug ?
After trying to find out what to do when no packets complete on a page... i reread the ogg spec and found this...
"A special value of -1 (in two's complement) indicates that no packets finish on this page."
So i searched through a few files and it appears that the muxer doesn't do this... has this been depracated ? In all cases i can find that this happens the page has the same
2004 Jan 27
1
ltext( pos=NULL )
ltext( 0, 0, pos=NULL, label="xxxx")
gives an error message.
The help page of ``ltext'' references to the help page of ``text''
where the default value of pos is set to NULL.
To solve the problem ``ltext'' could be changed:
OLD:
if (!missing(pos))
NEW:
if (!missing(pos) && ! is.null(pos) )
Wolfram
2006 Nov 16
2
POS Terminals
Hello List -
I've got a question regarding POS terminal transactions (credit card
machines, ATM, etc...).
Currently we setup customers in the following manner:
Customer Location --> Data T1 --> DataCenter -> PSTN Termination
We are currently using Mediatrix gear for fax transmissions from the
customer location, but they don't seem to handle POS modem sales very well.
Does
2013 Jan 30
1
R CMD check: Error in get("ptime", pos = "CheckExEnv") ...
Hi,
Does anyboody have insight into what this error terminating "R CMD check" on
an in-house package may imply?
> ###
> cat("Time elapsed: ", proc.time() - get("ptime", pos = 'CheckExEnv'),"\n")
Error in get("ptime", pos = "CheckExEnv") :
unused argument(s) (pos = "CheckExEnv")
Calls: cat -> cat.default
2010 Jun 17
1
library(...,pos=) is not consistent
I want to be able to load a library in a specified position using the
pos= argument and have any subsequent library required by the one I'm
loading go into a specified library as well. For example, in loading
caret, it requires and loads lattice as well. When I specify that caret
goes into position 9, lattice goes into position 2 by default. Is there
a way to specify that by loading a
2002 Apr 13
1
Follow-up: pos= in library and require
Unfortunately I found that adding pos= in the attach( ) inside library( ) results in a corruption of the search list. Packages will be attached in the desired position but the system then can't find any objects in that position. I would really appreciate R correctly implementing pos= in library( ) and require( ).
Frank
--
Frank E Harrell Jr Prof. of Biostatistics &
1997 Aug 12
0
R-alpha: attach( <data.frame> , pos = 1) -- does not work. detach(., save=..)
[R-0.50-a3]
It seems intuitive that
attach( .., pos = 1)
is harder
than other attach()es.
But still...
If it ever will work, it is even more important to have
detach( .... , save = "VAR.name")
~~~~~~~ --------
to be working.
The documentation says that detach(.) returns invisibly.
Therefore, we don't NEED the above 'save = ' argument to detach,
since we can
2007 Mar 06
2
bug: sticky symbol refs? (PR#9555)
Hello. What happens in the following is that I create two simple functions, f and g, on the workspace. Then I
replace g. When I then call f, it uses the old version of g. Now clearly, the circumstances for this to happen
must be quite special and rare. But I'd say they're not pathological. It seems to require two things: 1) masked versions
of f and g on a search position lower down the
2009 Apr 28
3
POS modems
Hi,
If anyone is interested in the low speed modems needed for POS
applications (V.22, V.22bis, V.22bisFC and V.29FC) please contact me. I
had some spare time while travelling, and finally got the V.22bis code I
started a long time ago into a start where its basically functional. I'm
now looking for input about exactly what application software expects
from these modems, so I can plan
2000 Feb 11
1
Something strange in "?assign"? (PR#433)
According to the assign helpfile (0.90.1) the "assign" function is
function (x, value, pos = -1, envir = sys.frame(sys.parent()),
inherits = FALSE, immediate = TRUE)
which is not quite the implementation, which is
function (x, value, pos = -1, envir = pos.to.env(pos), inherits = FALSE,
immediate = TRUE)
This seems to have the following interesting effect.
"short.fun"
2007 Oct 21
3
Assertion failed: (pos < input->size)
Oct 21 10:04:05 alchemy dovecot: imap-login: Login:
user=<paulproteus>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
Oct 21 10:05:44 alchemy dovecot: IMAP(paulproteus): file
message-decoder.c: line 289 (message_decode_body): assertion failed: (pos
< input->size)
Oct 21 10:05:44 alchemy dovecot: IMAP(paulproteus): Raw backtrace: imap
[0x80c8e10] -> imap [0x80c8d1c] ->
2010 Aug 05
1
Error in as.environment(pos): using 'as.environment(NULL)' is defunct
Hello,
I?m using R 2.11.1 with Tinn-R 1.17.2.4.
I hope the given informations are enough (it?s my first entry here)
The as.environment(pos) error appears in using the following code which
should open a function in an other R-file.
Here some extractions of the code:
....
HZ<-tclVar(seq(length=a,from=1,by=0)) #(a is defined by a
tkentry-element)
VZ<-tclVar(seq(length=a,from=1,by=0))
2007 Mar 28
3
[LLVMdev] "deserialize primitive type 16 (vers=0, pos=15)" with Visual Studio
I followed the steps in "Getting Started with the LLVM System using Microsoft Visual Studio" in the document in LLVM page.
I made hello.c file exactly same shown in the page.
I made hello.bc on UNIX and transferred it to my Windows computer.
And I typed "llc -march=c hello.bc"
(Of course, I downloaded the latest version of LLVM and compiled with VS before this.)
But my command
2011 Jun 30
1
Re: dot matrix POS parallel printer problems
I'm thinking for replacing my current printer that I use with my POS systems (http://possolutions.multiply.com/). What do you think is the best brand out there? Thanks.
2008 Apr 08
2
Error: expected the collection operator c error pos 98 (error on line 1)
Greetings,
I implemented BRugs to run the EWOC model with a cohort size N=1. I output the simulation data using bugsdata(data), where data is the following list.
> data
$Dose
[1] 140
$Y
[1] 0
bugsdata(data) puts out the file data.txt as follows.
list(Dose=1.40000E+02, Y=0.00000E+00)
after I type the following line
modelData("data.txt")
2007 Mar 28
0
[LLVMdev] "deserialize primitive type 16 (vers=0, pos=15)" with Visual Studio
Seung Jae Lee wrote:
> I followed the steps in "Getting Started with the LLVM System using Microsoft Visual Studio" in the document in LLVM page.
>
> I made hello.c file exactly same shown in the page.
> I made hello.bc on UNIX and transferred it to my Windows computer.
> And I typed "llc -march=c hello.bc"
> (Of course, I downloaded the latest version of LLVM
2017 Aug 18
0
"How to convert .rdata file into .csv or something else?" [SOLVED:Corrected version2]
Dear mailing list members,
Sorry for the repeated posting, but I have to add two more things.
1) I changed the .Rdata into .rdata in the subject to avoid
misunderstanding of readers.
2) To save data in csv file;
> write.csv(WV6_Data_R, "input/ch2/WV6_Data_R_v_2016_01_01.csv")
Best regards,
Yohei Tanaka
===========the following is the copy of my last message===========
A member