Displaying 20 results from an estimated 1100 matches similar to: "communicate from Rterm"
2008 Jan 18
0
more help needed Re: communicate from Rterm
I think the message from Prof. Ripley refers to calling shell and
system from R. There is no "system" call in Windows cmd or VBA and I am
calling R from VBA.
Now I want to use tryCatch to output the error to a text file and exit
gracefully. My expression will be source("file.r") and that will
contain file I/O and db connect+query. to exemplify I am trying with
2005 Jul 26
2
Dial using URI(web) or using FORM(web)
Hello!
I have an Asterisk@home instalation with 7 users working OK, and I'ld like
to implement either a
-- Web dial feature, where the user would fill one form field with a phone
number and a connection would be created between his extention and the
entered number.
OR
-- Dial using an URI (callto:xxxxx link in a web page), having AstTapi
installed and configured in all workstations.
2005 Jan 03
3
spreadsheet addiction
There's a new page on the Burns Statistics website
http://www.burns-stat.com/pages/Tutor/spreadsheet_addiction.html
that looks at spreadsheets from a quality assurance perspective. It
presents R as a suitable alternative to spreadsheets. Also there are
several specific problems with Excel that are highlighted, including
the status of statistical functionality in Excel.
Patrick Burns
Burns
2009 Jun 15
2
[OT] VBA to save excel as csv
Hi all,
This is a little off-topic, but it is on the general topic of getting
data in R. I'm looking for a excel macro / vba script that will
export all spreadsheets in a directory (with one file per tab) into
csv. Does anyone have anything like this?
Thanks,
Hadley
--
http://had.co.nz/
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2006 Feb 17
5
A unique 'click to call' project - Could use some advice
Hello List,
I work for an IP communication provider in upstate NY as the engineer
assisting our technical support team.
We provide a number of different Telco systems to residential
subscribers; and in an effort to more effectively trouble shoot
termination problems I came up with the idea of creating a click to call
system that will allow our agents to effortlessly place test calls.
On a
2013 Jan 16
0
[LLVMdev] RFC: auto-linking IR proposal
Hi Daniel,
>> My understanding of the Microsoft #pragma comment(lib, ...) semantics is that
>> each specified library will be converted into a directive that starts with
>> "/DEFAULTLIB" in the COFF .drectve section. To demonstrate, the following patch
>> produces directives that work with Visual Studio 2010 using the now-deprecated
>> dependent library
2013 Jan 16
2
[LLVMdev] RFC: auto-linking IR proposal
Hi Gao,
Thanks for the extra information...
On Wed, Jan 16, 2013 at 1:14 PM, Yunzhong Gao <Yunzhong.Gao at am.sony.com>wrote:
> Hi Daniel,
>
> Nice to meet you.
>
> My understanding of the Microsoft #pragma comment(lib, ...) semantics is
> that
> each specified library will be converted into a directive that starts with
> "/DEFAULTLIB" in the COFF
2014 Dec 21
2
Home auto creation
I want to auto create home directories for users when they login for the
first time . I need kerbos authentication is possible to set it up on same
host as domain controller so ad users can take ownership of home folder
--
Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.
2025 Jan 16
1
Problems with rpcd helpers not restarting after config changes and updates
Hello lovely samba-people,
in the last year we had some problems with the rpcd helpers: they dont
restart after a config change or an upgrade. We think
https://lists.samba.org/archive/samba/2024-July/249470.html is a symptom
of it. Other errors included that samba-ad-dc did not work properly
until restarting the whole server. The upgrade to 4.21.3 took down our
whole ERP software, because
2004 Jul 07
9
Windows 2K outperform Linux/Samba very much?
Hi, all:
I want to check small files' property(such as date, path, and so on)
frequently. The files are stored in netwrok driver and their sizes
vary from 2KB to 5KB.
I found that Windows 2K outperform Linux/Samba very much after I
campared the bench results. I am very confused about it and who can
explain it?
The computers' configurations are as follows:
1. PC Client
It
2024 May 25
2
classifying samba componens and sorting into debian binary packages
25.05.2024 17:39, Michael Tokarev via samba wrote:
> ====================
> ? samba-common-bin - common binaries in /usr/bin:
> ????? net
> ????? testparm - it probably should come together with smb.conf but ok
> ????? nmblookup - should it be part of smbclient? Probably irrelevant at this time.
> ????? samba-tool - is about AD, I plan to move it to samba-ad-client pkg.
>
2005 Jul 06
1
Problem with Scripting.FileSystemObject
Hi:
I'm trying to make run a windows application with wine. It has been made with visual foxpro (I don't know if this information is useful, but just in case...).
The application uses the class Scripting.FileSystemObject included in scrrun.dll
The application starts properly, but at one point it shows a message stating that it cannot find the Scripting.FileSystemObject class, and stops
2024 May 25
1
classifying samba componens and sorting into debian binary packages
Hi!
I'm evaluating how various binaries and components are split into different
binary packages in Debian. And am having issues classifying these.
Initially there has been request to remove dependency on python3-samba
package (this is AD-related stuff) from samba-the-file-server package,
to be able to use it on smaller devices. And at the same time, there
has been another request to move
2012 May 03
2
Help with readBin
I'm trying to read a binary file created by a fortran code using readBin
and readChar. Everything reads fine (integers and strings) except for
double precision numbers, they are read as huge or very small number
(1E-250,...). I tried various endianness, swap, But nothing has worked so
far.
I also tried on R 64 bit for linux and windows (R 2.14) and R 2.11 on
windows XP 32 bit.
Any help would
2007 Mar 19
4
running VBA code/macros within Linux
Hi,
.
I know you can run Windows applications using WINE (winehq.com), but has
anyone tried, say, running Word or Excel VBA code/macros based on Windows
run time libraries?
.
the thing is that in their faq
(http://www.winehq.com/site/docs/wine-faq/index) they don't even mention
this possibility and searching on; VBA Word, doesn't give you any hits,
even though WINE does link to windows
2010 Apr 18
2
how to use Excel VBA's Shell() to call and execute R file
I have an R file R_test.R saved in C:\R_test folder. The R_test.R looks like
this:
setwd("C:/R_test")
rnorm(100)
write(rnorm(100),"data.txt")
q(save="no", runLast = F)
Next I would like use an Excel VBA/macro Shell() function to call R and
execute R_test.R file. The syntax is *Shell(pathname*[*,windowstyle*]*)*
I wrote an Excel macro RunRcode like this:
Sub
2009 Jul 27
1
creating and populating an environment
Hi, I often work with R by writing long(ish) Excel-VBA macros
interspersed with calls to R via RExcel. A typical example of this would
be:
Sub VBAMacro()
'fetch some data from an excel sheet
'do some basic stuff on said data
'transfer data from vba to R
'run some R statements
'get data back to vba
'show results on the excel sheet
'clean R by deleting all vars
2013 Jul 12
2
Conexion excel vba con R y VBasic con R
Buenos días:
¿Hay alguna forma de conectar VBA de Excel con R, de forma que desde Excel
se puedan cursar instrucciones de R?, ¿ y V.Basic con R?
Gracias anticipadas.
Saludos
[[alternative HTML version deleted]]
2012 Apr 28
2
Equivalent of Nothing (in VBA) or [] in Matlab in R
Hi, I am very new to R so please excuse me if I am asking very obvious
questions.
I am trying to call a blackbox api function implemented in as a COM object
from R. The function definition says that
1. if calling from VBA, the first parameter should be set to "Nothing"
2. if calling from matlab, the first parameter should be set to []
What should be the equivalent for above in R?.