Displaying 2 results from an estimated 2 matches for "do_substitute".
2003 Jun 06
1
Problerm building R-1.7.0 on OpenBSD3.2/sparc64
...brary...)
/Ulf D
heres the log:
**** cut************
making method_meta_data.d from method_meta_data.c
making slot.d from slot.c
making class_support.d from class_support.c
making tests.d from tests.c
`Makedeps' is up to date.
gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c do_substitute
_direct.c -o do_substitute_direct.o
gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c methods_list_
dispatch.c -o methods_list_dispatch.o
gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c method_meta_d
ata.c -o method_meta_data.o
gcc -I../../../../include -I/usr/l...
1999 Mar 25
4
readline() (PR#147)
Dear R developers,
I have found the following bug with readline() in R 0.63.3:
if you execute the menu-function and then the readline() function, then
readline() prompts "Selection:"
> a <- readline()
hello
> a
[1] "hallo"
> a <- menu(c("a", "b"), title="bitte:")
bitte:
1:a
2:b
Selection: 2
> a <- readline()
Selection: