Displaying 4 results from an estimated 4 matches for "bugdemo".
Did you mean:
bigdemo
2018 Apr 03
2
names lost in functions from packages installed by R-devel r74500
Dear list members,
If I install with R-devel r74500 on Windows (sessionInfo below) the
attached 'bugdemo' package with the single function
foo <- function() {
? named <- c("bar"=TRUE)
? print(named)
? return(named)
}
then run
> bugdemo::foo()
[1] TRUE
[1] TRUE
The "bar" name is lost. It is not lost when I define foo in the R
session instead of using its packag...
2007 Aug 31
2
Bugreport on integration of Sweave and latex beamer
I think I have isolated a problem with integration between Sweave and beamer.
Could you please see the file:
http://www.mayin.org/ajayshah/tmp/bugdemo.Rnw
Unfortunately, it uses some of my internal libraries, so you can't run
it. When I put it through Sweave, I get:
http://www.mayin.org/ajayshah/tmp/bugdemo.tex
which is, of course, a generic latex file which you can read and run.
When I try to use pdflatex, I get the error:
...
......
2018 Apr 03
1
names lost in functions from packages installed by R-devel r74500
...writes:
>>>>> Francois Rousset <francois.rousset at umontpellier.fr>
>>>>> on Tue, 3 Apr 2018 16:38:42 +0200 writes:
>> Dear list members,
>> If I install with R-devel r74500 on Windows (sessionInfo below) the
>> attached 'bugdemo' package with the single function
>> foo <- function() {
>> ? named <- c("bar"=TRUE)
>> ? print(named)
>> ? return(named)
>> }
>> then run
>>> bugdemo::foo()
>> [1] TRUE
>> [1] TRUE...
2018 Apr 03
0
names lost in functions from packages installed by R-devel r74500
>>>>> Francois Rousset <francois.rousset at umontpellier.fr>
>>>>> on Tue, 3 Apr 2018 16:38:42 +0200 writes:
> Dear list members,
> If I install with R-devel r74500 on Windows (sessionInfo below) the
> attached 'bugdemo' package with the single function
> foo <- function() {
> ? named <- c("bar"=TRUE)
> ? print(named)
> ? return(named)
> }
> then run
>> bugdemo::foo()
> [1] TRUE
> [1] TRUE
> The "bar" name is...