Displaying 6 results from an estimated 6 matches for "closecommander".
2004 Aug 26
2
OpenSSH PATCH: OpenCommand and CloseCommand
Hi,
the attached patch adds support for the keywords "OpenCommand" and
"CloseCommand" to ssh_config. They are commands which are executed before
the connection is established (or ProxyCommand started) and after the
connection has been closed (or ProxyCommand ended).
this is usefull for stuff like portknocking or (that's what I wrote the
patch for) talking with trapdoor2
2010 Feb 15
1
R-Commander plug-in difficulties
...quot;RcmdrPlugin.MAc"
.First.lib <- function(libname, pkgname){
if (!interactive()) return()
Rcmdr <- options()$Rcmdr
plugins <- Rcmdr$plugins
if ((!pkgname %in% plugins) && !getRcmdr("autoRestart")) {
Rcmdr$plugins <- c(plugins, pkgname)
options(Rcmdr=Rcmdr)
closeCommander(ask=FALSE, ask.save=TRUE)
Commander()
}
}
I am not exactly sure how to proceed--I appreciate any suggestions.
AC
2012 Jun 23
1
globalVariables()
...ugh '.commander.done' is in the call to globalVariables():
------------- snip ------------
* checking R code for possible problems ... NOTE
Commander: no visible binding for '<<-' assignment to '.commander.done'
(C:/Users/John Fox/workspace/Rcmdr/R/commander.R:653)
closeCommander: no visible binding for '<<-' assignment to
'.commander.done' (C:/Users/John
Fox/workspace/Rcmdr/R/file-menu.R:142)
------------- snip ------------
Is there a way to get rid of these notes (without, of course, removing the <<- assignments)?
Finally, here's a r...
2006 Dec 11
2
Small Rcmdr issue
Just installed Rcmdr on a Linux box.
When I exit from both Rcmdr and R together from the regular Rcmdr exit menu,
it leaves my xterm with "stty -echo", so that nothing that is typed appears.
If I exit only Rcmdr, and then exit R normally, everything is okay (stty echo).
Other than that minor irritant, everything seems to work just fine.
Linux 2.6.16-gentoo-r3
Athlon 64 X2 3800+
R
2010 Feb 02
3
Update problem? Rcmdr disappears, won't re-open
...package: MASS
Loading required package: nnet
Loading required package: leaps
Loading required package: survival
Loading required package: splines
Rcmdr Version 1.5-4
Attaching package: 'Rcmdr'
The following object(s) are masked from package:tcltk :
tclvalue
Error in closeCommander(ask = FALSE) : object 'response' not found
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
> library(Rcmdr)
> quit(Rcmdr)
Error in quit(Rcmdr) : object 'Rcmdr' not found
> library(Rcmdr)
> q(Rc...
2011 Dec 27
1
R Commander options
I realize this is basic, but I can't figure out the syntax for setting
options for R Commander. I'm running Linux Mint and want to increase the R
Commander font sizes. I see that there are (apparently command line)
options to do so. I have a desktop launcher with the following command
line:
sh -c 'R_DEFAULT_PACKAGES="$R_DEFAULT_PACKAGES Rcmdr" R "$@"'
Can