Displaying 20 results from an estimated 400 matches similar to: "need help with installRExcel()"
1999 Nov 18
2
md5,des etc..
Hoping that this is not OT..
Hi
I want to write a simple perl script to see if my system supports des or md5
as the password encryption scheme..what is the easiest way..
one of course is to look at the /etc/shadow file and then parsing the passwd
field, any better way..??
Thx,
Arni
2012 Dec 20
1
Windows 8 and roaming profiles hosted on Samba - NO ONE does this?
After searching Google for many days/weeks, I've discovered that apparently NO
ONE on the planet uses Windows 8 w/ roaming profiles and Samba!
Authentication server:
Windows Server 2003 R2 x64
File server:
FreeBSD 9.1
Samba 3.6.9
My configuration file is here:
http://xenomorph.net/linux/samba/configuration/sample/
Windows XP and Windows 7 work fine. Clean profile, imported profiles,
2015 Jun 24
8
[Bug 2416] New: [PATCH] Allow forwarding of stdio to streamlocal end points
https://bugzilla.mindrot.org/show_bug.cgi?id=2416
Bug ID: 2416
Summary: [PATCH] Allow forwarding of stdio to streamlocal end
points
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
2004 Dec 09
1
ROracle/DBI problem with dbExecStatement on RH Linux
Hi,
first thanks to Sunny Ho (and David James for the pointer) for resolving
the problem of the empty rows returned from ROracle.
However, I have a problem still:
> library(ROracle)
> ora <- dbDriver("Oracle")
> con <- dbConnect(ora, user = USER, password = PWD, dbname = DBNAME)
> rs <- dbExecStatement(con, "select * from USER_TABLES")
Error in
2014 Apr 26
1
Error message constantly in log
I'm using Nas4Free, and I'm getting the following message all the time in the Daemon log:
usbhid-ups[42466]: libusb_get_report: Unknown Error
I'm running Nas4Free 9.2.0.1 Shigawire
Driver usbhid-ups
Nut Version is 2.7.1
Internal verion 0.38
UPS Info from Nas4Free
Manufacturer:CP1500PFCLCD
Model:CRCA102*AF1
The model UPS I'm running is a Cyber Power CP1500PFCLCD, other
2005 Nov 24
1
Changes to Windows registry in R-2.2.0
R-Devel,
I note from the CHANGES log accompanying the Windows version of R-2.2.0 that
the behaviour with respect to the Windows registry has changed. It says:
"If the user chooses to register R during installation, a registry entry
HKEY_LOCAL_MACHINE\Software\R-core\R\{version}\InstallPath will be added.
Users require administrative privileges to create this key. For others,
the same key
2010 Mar 30
3
Microsoft.jet.OLEDB.4.0 provider is not registered on the lo
What does this error message mean? what can i do about it?
2009 Feb 20
2
OLEDB not work !
Hi everybody
I have a program , it work good under window98 / 2000 /xp .
It use oledb (client supported by mdac2.7 or later version) direct link MS SQL Server 2000 .
with wine it do not work. I set up mdac 2.8 sp1 , no change
by google , i found too many program can not work (oledb not support)
can anybody help me ?
2004 Aug 06
1
[blp@pfaff.stanford.edu: ]
Hi,
Last week, while trying to compile IceCast2 from CVS on several Debian
machines (sid, woody, sarge), I encountered a problem where autoconf
told me to file a bug report, which I did with Debian's reportbug
utility.
here's the answer from Ben Pfaff, who's in charge of Autoconf at Debian,
which you may find interesting to read.
hth.
bye,
PS: I've not tested his suggestion
2008 Oct 26
2
Possible uninstall problem on windows.
I just uninstalled R 2.7.2 on Windows XP after having installed R 2.8.0
The uninstaller removed the String values
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\Current Version
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\InstallPath
despite the fact that they pointed to R 2.8.0
The uninstaller did not remove the key
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\2.7.2
(and all the values in that key)
I think the
2011 Aug 03
0
Re: Microsoft.jet.OLEDB.4.0 provider is not registered on the lo
charlo49 wrote:
> What does this error message mean? what can i do about it?
Use winetricks to install MDAC 2.8 and Jet 4.0. One way to do so is to run these two commands:
winetricks mdac28
winetricks jet40
I know I'm reviving an old thread. I had the same problem today and so decided to reply. What software were you trying to install?
2004 Jun 10
1
X-12-ARIMA
Dear All,
I've used the X-12-ARIMA or its earlier versions from S+ and R under both Unix
and Windows platforms for many years using the klugey approach of calling an
executable using in R the system function. I've found this serviceable for the
following reasons.
1) Paul Gilbert's hunch is correct that many of the subroutines have extensive
IO calls (especially the X-11 engine)
2010 Mar 17
2
Troubles on retrieving rownames
Hi guys, I am using the blp() function from RBloomberg package which returns
a matrix of prices with the columns corresponding to the security name and
the columns to the date. When I have a look at the matrix I can see the
rownames (dates) on the left of the prices but when I call the rownames()
function it returns me a NULL value. It worked perfectly until I had to
reinstall the RBloomberg
2003 Jun 02
1
wine and OLEDB
hi,
I am trying to install a VB accounting app, that uses Oracle DB. The app is running till it reaches DB connection. I installed unixodbc and oracle drivers atfndapl.fnal.gov/~dbox/oracle/odbc and builtin odbc32.dll.
At this point I get an errror,
err:module:import_dll No implementation for ODBC32.dll.176 imported from C:\Program Files\Common Files\System\OLE DB\msdasql.dll, setting to
2011 Mar 22
1
how to convert a data.frame to a list of dist objects for individual differences MDS?
I have a 45 x 16 data frame consisting of dissimilarities among 10
colors, giving in each
column the 45 = 10*9/2 pairwise judgments for one of 16 subjects. The
rownames
identify each pair of colors, e.g, "AC" = ("A","C"), and the pairs are
ordered by columns
in the lower triangle of each distance matrix.
> helm.raw <-
2013 Feb 05
1
failure to connect to Bloomber using Rbbg from batch script on Windows
I am having a puzzling problem with bloomberg connection. When i run from R prompt some code that has
....
library(Rbbg)
conn <- blpConnect(throw.ticker.errors = FALSE)
print("connected")
...
I establish connection every time and then proceed to get data when i run this code from R prompt. However, when i run this from a batch script, i get the following error output from Rbbg:
2006 Sep 13
9
R-question
Hello Colleagues,
I programmed in SAS for 3 years and would like to switch to a not so costly
software product.
Hence I started to evaluate R, and my first test look promising.
However I have some question:
1. Is it possible to query R files by SQL internally on data frames (not on
a database) and how is the syntax (I have the RODBC package installed).
I would like to extract year, Quarter,
2006 May 30
1
executable file with R
Hi,
I made an R function, and I want make an executable applet with it. Do
you know how it is possible?
Thank for your help.
Romain
--
Lorrilli?re Romain
UMR 8079 Laboratoire Ecologie, Syst?matique et Evolution
B?t. 362
Universit? Paris-Sud
91405 Orsay cedex
France
tel : 01 69 15 56 85
fax : 01 69 15 56 96
mobile : 06 81 70 90 70
email : romain.lorrilliere at
2013 Jul 20
1
how to calculate the average values of each row in a matrix
Hello,
I have a matrix (class matrix) composed of GridCell (row and column).
The matrix value is the beta diversity index value between two grids.
Now I would like to get the average value of each GridCell.
Please kindly advise how to make the calculation.
Thank you.
Elaine
The matrix looks like (cited from Michael Friendly)
I would like to get the average value of each color.
Obs
2010 Dec 07
1
latex() hangs R console
[Env: R 2.11.1, Win Xp, Miktex 2.7]
I've just started using Hmisc::latex and friends, and find that running
latex() produces the .tex and .dvi files, but hangs,
presumably trying to run yap. An example is below. What could be wrong?
My PATH seems OK:
> strsplit(Sys.getenv("path"),';')
$path
[1] "c:\\program files\\imagemagick-6.4.4-q16"