search for: rdlists

Displaying 11 results from an estimated 11 matches for "rdlists".

Did you mean: 2dlists
2007 Sep 17
0
*.Rd file: space after topic in "\alias{topic }" should be (PR#9915)
...lp file. > > E.g., if the help file starts with > \name{test1} > \alias{test1 } > \alias{test2} > \alias{test3 } > \alias{test4} > then help(test1) and help(test4) work, but not > help(test1) or help(test3). > > A possible fix is > --- share/perl/R/Rdlists.pm (revision 42846) > +++ share/perl/R/Rdlists.pm (working copy) > @@ -329,7 +329,7 @@ > $main::title2file{$rdtitle} = $manfilebase; > } > > - while($text =~ s/\\alias\{\s*(.*)\s*\}//){ > + while($text =~ s/\\alias\{\s*([^...
2007 Sep 18
0
(PR#9915) *.Rd file: space after topic in "\alias{topic }"
...e starts with >> \name{test1} >> \alias{test1 } >> \alias{test2} >> \alias{test3 } >> \alias{test4} >> then help(test1) and help(test4) work, but not >> help(test1) or help(test3). >> >> A possible fix is >> --- share/perl/R/Rdlists.pm (revision 42846) >> +++ share/perl/R/Rdlists.pm (working copy) >> @@ -329,7 +329,7 @@ >> $main::title2file{$rdtitle} = $manfilebase; >> } >> >> - while($text =~ s/\\alias\{\s*(.*)\s*\}//){ >> + whil...
2001 Apr 26
2
Installing R-packages via install.package
Hi there, I've successfully installed und updated some contributed R packages (R version 1.2.2 on Debian Linux, logged in as a normal user), but I'm wondering about this: [...] Could not open /usr/lib/R/doc/html/packages.html at /usr/lib/R/share/perl/R/Rdlists.pm line 238. /usr/lib/R/bin/INSTALL: /usr/lib/R/doc/html/search/index.txt: Permission denied /usr/lib/R/bin/INSTALL: LibIndex: Permission denied DONE (MASS) [...] Permissions: $ ls -l /usr/lib/R/library/LibIndex -rw-r--r-- 1 root root 410 Feb 27 23:42 /usr/lib/R/library/LibIndex $...
2007 Oct 01
3
How To Transfer Asterisk Installation to a Different Machine
I am having some hardware problems with the Linux machine where I have Asterisk installed and want to use a different machine. Assuming I install Asterisk on machine number 2, is it possible to just move files over from the old machine to the new machine and the new machine will behave like the old? Anyone have a list of the files that would need to be moved? (Obviously the *.conf files in the
2007 Feb 05
4
Having Trouble With Wait Command in Callback Context
I am trying to get called back with a DISA dial tone when I call a trigger number. I got it to work almost the way I want, this is the callback context: [callback] exten=> 501,1,Congestion() exten=> 501,2,Hangup() exten =>h,1,System(cp /etc/asterisk/callback.info /var/spool/asterisk/outgoing) exten =>h,2,Hangup() With the above, the call comes into the trigger number, then the call
2006 Apr 18
2
Wishlist for promptPackage / index
Hi R-devels, would it be possible to enhance either promptPackage() or the default indexing mechanism for packages so that -- if it exists -- (the contents of) file <pkgname>-package.Rd is sorted first in * the .dvi / .pdf documentation file * the .chm documentation file * the package 00index.html documentation file ? So far I found the following "hand-made" solution
2007 Feb 08
1
Any Way to Get # Functionality in DISA
When using a SIP phone with Asterisk, hitting the # key (pound or hash depending on where in the world you happen to be) tells Asterisk that there are no more digits coming, and to put the call through immediately based on the digits already entered. This is the same functionality as the PSTN (at least in North America). However, DISA just sees the # as another digit, and therefore pressing #
2009 Jul 06
0
success(?) with cross-compiling R package with R 2.9.1
...ittle manual fiddle, but the 2nd one is a pain. Then I worked that that copying just this list over from 2.8.1 is sufficient to restore R package cross-compiling ability: (half of these files are removed in 2.9.1, half are different) ------------------ share/perl/build-help-windows.pl share/perl/R/Rdlists.pm src/gnuwin32/ src/gnuwin32/makeDllRes.pl src/gnuwin32/Makefile src/gnuwin32/pwd.pl src/gnuwin32/MkRules src/gnuwin32/MakeDll src/gnuwin32/help/ src/gnuwin32/help/Makefile src/gnuwin32/MakePkg ------------------ Then I thought there must be a simplier way - most of R 2.9.1 isn't platform-sen...
2007 Feb 01
3
How to Clone Asterisk
I want to essentially transplant my existing Asterisk server to a new machine, and take the old sever out of service. Assuming I install Asterisk on the new machine, does anyone know what files I would have to copy over? What comes to mind are the *.conf files in /etc/asterisk, as well as the voicemail audio files. Anything else? -------------- next part -------------- An HTML attachment was
2009 Dec 16
2
What is the fastest way to see what are in an RData file?
Currently, I load the RData file then ls() and str(). But loading the file takes too long if the file is big. Most of the time, I only interested what the variables are in the the file and the attributes of the variables (like if it is a data.frame, matrix, what are the colnames/rownames, etc.) I'm wondering if there is any facility in R to help me avoid loading the whole file.
2007 Apr 01
2
Trigger and Email in Dial Plan
I have a friend traveling overseas. I want to allow him to call a number which will give him a busy signal (so no charge), but will then send me an email that he has called. I know how to use a call file to trigger a call (I created a callback system for myself when I traveled overseas a few months ago), but I don't know how to trigger an email. All I want is a simple message like