Displaying 3 results from an estimated 3 matches for "sumurca".
Did you mean:
sumaria
2006 Nov 03
1
Formal methods are not loaded from NAMESPACE in reloadedworkspace image
...;:
>
>If one starts R and executes for instance:
>
>> library(urca)
>> example(ur.df)
>## output as expected, but omitted here
>> class(lc.df)
>[1] "ur.df"
>attr(,"package")
>[1] "urca"
>> class(summary(lc.df))
>[1] "sumurca"
>attr(,"package")
>[1] "urca"
>>
>
>everything works fine. Now, save the workspace image and quit R. After
>starting R again with the previously restored workspace image one has:
>
>> ls()
>[1] "lc.df" "Raotbl3"
>&...
2006 Nov 03
2
WG: Formal methods are not loaded from NAMESPACE inreloadedworkspace image
...for instance:
>>
>>> library(urca)
>>> example(ur.df)
>>## output as expected, but omitted here
>>> class(lc.df)
>>[1] "ur.df"
>>attr(,"package")
>>[1] "urca"
>>> class(summary(lc.df))
>>[1] "sumurca"
>>attr(,"package")
>>[1] "urca"
>>>
>>
>>everything works fine. Now, save the workspace image and quit R. After
>>starting R again with the previously restored workspace image one has:
>>
>>> ls()
>>[1] "lc....
2006 Nov 02
0
Formal methods are not loaded from NAMESPACE in reloaded workspace image
...the following problem with package 'urca':
If one starts R and executes for instance:
> library(urca)
> example(ur.df)
## output as expected, but omitted here
> class(lc.df)
[1] "ur.df"
attr(,"package")
[1] "urca"
> class(summary(lc.df))
[1] "sumurca"
attr(,"package")
[1] "urca"
>
everything works fine. Now, save the workspace image and quit R. After
starting R again with the previously restored workspace image one has:
> ls()
[1] "lc.df" "Raotbl3"
> class(lc.df)
[1] "ur.df"
a...