Re: [Rd] Re-attaching a package environment drops the attributes

2007-09-18 Thread Prof Brian Ripley
Note that attach() has a return value, so you don't need to use as.environment() on the name. Do note more carefully that the attribute you added to env _has_ 'been dropped', so there is nothing special about package environments here. You seem to believe that you can (re-)attach an actual envi

Re: [Rd] (PR#9915) *.Rd file: space after topic in "\alias{topic }"

2007-09-18 Thread ripley
Spaces are indeed significant in \alias, and the treatment of leading and trailing spaces seems undocumented. (Four CRAN package authors have made assumptions here.) As far as I can see this comes up in 3 places: 1) Writing AnIndex strips leading but not trailing spaces. 2) get_multi used to c

Re: [Rd] Re-attaching a package environment drops the attributes

2007-09-18 Thread Henrik Bengtsson
On 9/18/07, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > Note that attach() has a return value, so you don't need to use > as.environment() on the name. > > Do note more carefully that the attribute you added to env _has_ 'been > dropped', so there is nothing special about package environments he

Re: [Rd] Welcome to the "R-devel" mailing list

2007-09-18 Thread 马传香
2007/9/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Welcome to the R-devel@r-project.org mailing list! > > To post to this list, send your email to: > > r-devel@r-project.org > > General information about the mailing list is at: > > https://stat.ethz.ch/mailman/listinfo/r-devel > > If you ever wa