search for: installpath

Displaying 18 results from an estimated 18 matches for "installpath".

Did you mean: install_path
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 will be put under the HKEY_CURRENT_USER root." The old behaviour was to add or modify the registry entry at HKEY_LOCAL_MACHINE\Software\R-core\R\InstallPath (ie the same entry, but without the...
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 uninstaller should only remove the Current Version entry if it points to its own version. In a second attempt, the 2.7.2 uni...
2009 Feb 10
1
need help with installRExcel()
...0032801 [2416] connector: R 00000002 0.00036630 [2416] DLL: rscproxy.dll 00000003 0.00040314 [2416] environment: R_HOME 00000004 0.00043921 [2416] registry key: Software\R-core\R 00000005 0.00047554 [2416] registry value: InstallPath 00000006 0.00051146 [2416] version key: 00000007 0.00054723 [2416] version value: 00000008 0.00058359 [2416] binary dir: bin 00000009 0.00062370 [2416] connector: Rold 00000010 0.00066010 [2416] DLL: rproxy.dll 00...
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
2015 Jul 20
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
On Sun, Jul 19, 2015 at 8:32 AM, Dimitry Andric <dimitry at andric.com> wrote: > On 19 Jul 2015, at 01:44, Dimitry Andric <dimitry at andric.com> wrote: > ... >> Hm, strangely enough, this version of the script does not go further than the Phase 2 installation, and does not run any tests? This used to work fine for the release_36 branch. >> >> I think it is
2008 Apr 05
3
UT2003 and Wine
UT2003 installation ran fine. UT2003 successfully checks my cd for originality, then Nothing Happens. When the correct disk is inserted, this is all that happens: Code: badp at bPortatile:~/.wine/drive_c/UT2003/System$ wine UT2003.exe fixme:spoolsv:serv_main (0 (nil)) err:service:service_get_status service protocol error - failed to read pipe r = 0 count = 0!
2005 Jun 15
1
Setting environment variables (installation problem)
...is not what I need. Duncan Murdoch wrote (http://tolstoy.newcastle.edu.au/R/help/04/07/1272.html) that it is not recommended to edit the R.iss manually and it seems to me to hard to edit the makefiles for my problem. An other possibility seems to be to read and edit the HKLM\Software\R-core\R\InstallPath registry entry, but is there no easier way to do that? Thanks for any hints (and sorry for my english). Thomas
2008 May 13
11
Problems running the game GUN from Neversoft.
Hello! I have installed Wine 0.9.55 (pretty sure of that) on my Mandriva 2008. I tried to install the game GUN from Neversoft. (It works fine on windows Vista). On the distribution it says that it is compatible on Windows 2000 and XP. But when I try to install it it seems to work, but when I try to run it I get an error in a popup. Right now I'm at office and do not exactly remember the
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
...LLlocation[MAX_PATH]; LONG rc; HKEY hkey; DWORD keytype = REG_SZ; DWORD cbData = sizeof (DLLlocation); rc = RegOpenKeyEx (HKEY_LOCAL_MACHINE, "Software\\R-core\\R", 0, KEY_READ, &hkey); if (rc == ERROR_SUCCESS) { rc = RegQueryValueEx (hkey, "InstallPath", 0, &keytype, (LPBYTE)DLLlocation, &cbData); RegCloseKey (hkey); } if (rc == ERROR_SUCCESS) { // set R_HOME char *buf; buf = (char *) malloc ((strlen (DLLlocation) + 8) * sizeof (char)); strcpy (buf, "R_HOME=");...
2014 Sep 17
6
[LLVMdev] proposal to avoid zlib dependency.
On Tue, Sep 16, 2014 at 7:47 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: > IIUC zlib availability is tested and the library used if present. Do you > mean that LLVM does not use zlib on Windows when the library is present? Sure, but if there aren't instructions for how to do it easily, then it's effectively unsupported. There isn't really a canonical way to
2011 Jan 07
1
rprofile.site
Hi all, i just installed R 2.12.1 and Tinn-R 2.3.7.1. My OS is Windows 7 32bit. Here is my question: Do I have to execute the rprofile.site manually every time I start a R/Tinn-R session? Because it seems that way. Here is the error code I receive after sending "selection(echo=TRUE): source(.trPaths[5], echo=TRUE, max.deparse.length=150) It doesn't do that after I configure
2009 Jul 01
0
short-cut for install prefix in conf file?
...bexec/dovecot/rawlog \ $INSTALL/libexec/dovecot/imap So you need to define the path just one time in the file. Maybe use %$INSTALL instead of $INSTALL, in order to _not_ introduce another metacharacter and break backwards compatibly. Short #3 - pseudo variable (%* here) with modifier (I == installpath) acl = pgsql:%I*/etc/dovecot-dict-acl-sql.conf The background is to support multiple parallel installations, e.g. during testing, I cannot rely on symlinks, but want that all stuff in a conf file is referenced to the same install tree. Bye, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- V...
2001 Mar 31
1
Diablo II cannot find CD
...anslation) my wine config cdrom part: [Drive M] "Type" = "cdrom" "Path" = "/cdrom" "Label" = "/cdrom" "FS" = "win95" "Device" = "/dev/cdrom" system.reg "DiabloIICD"="M:" "InstallPath"="C:\\Program Files\\Diablo II" "Program"="C:\\Program Files\\Diablo II\\Diablo II.exe" "Save Path"="C:\\Program Files\\Diablo II\\save\\" "SmallInstall"=dword:00000001 so are my rights on the cdrom cd /dev ls -l cdrom sg0 scd0 lrwx...
2005 Jul 07
2
答复: 答复: fail in adding library in new version.
...ompt to find out (this will work provided you let it install the key into the registry when you installed R initially). The reg command is a command built into Windows (I used XP but I assume its the same on other versions) that will query the Windows registry: reg query hklm\software\r-core\r /v InstallPath > > I still need your and others help. Thank you very much! > > > > -----佋伃伿伡佊伿伡侢----- > 伔仮伡侢伻佀: Gabor Grothendieck [mailto:ggrothendieck at gmail.com] > 伔仮佀佂伿伇伡佷: 2005伳侁6佋伮6伻佌 10:21 > 伿佌伡侢伻佀: Ivy_Li > 伋伃佀佂: r-help at stat.math.ethz.ch > 佒侘佁佲: Re: [R] fail in a...
2005 Jun 30
5
答复: fail in adding library in new version.
Dear Gabor, Thank your for helping me so much! I have loaded R the newest version 2.1.1. Then I setup it in the path of D:\program files\R\ 1. unpack tools.zip into c:\cygwin 2. install Active perl in c:\Perl 3. install the mingw32 in c:\mingwin 4. add "c:\cygwin; c:\mingwin\bin" in "Control Panel -> System -> Advanced -> Environment Variables -> Path ->
2005 Jul 08
3
fail in adding library in new version.
...;into the registry when you installed R initially). The reg command is a command > >>>built into Windows (I used XP but I assume its the same on other versions) > >>>that will query the Windows registry: > >>> > >>>reg query hklm\software\r-core\r /v InstallPath > >>> > >>> > >>> > >>>>I still need your and others help. Thank you very much! > >>>> > >>>> > >>>> > >>>>-----佋伃伿伡佊伿伡侢----- > >>>>伔仮伡侢伻佀: Gabor Grothendieck [mailto:ggroth...
2006 Nov 27
1
R.DLL mapping by P/Invoke
...static GCHandle[] sg_lockDelegates; static RWrapper() { try { //- Get the active DLL path from the registry string dllPath = Convert.ToString( Registry.LocalMachine.OpenSubKey("Software\\R-core\\R", false).GetValue("InstallPath") ); //- Fix the process PATH Environment.SetEnvironmentVariable("PATH", dllPath + "\\bin;" + Environment.GetEnvironmentVariable("PATH"), EnvironmentVariableTarget.Process );...
2007 Oct 17
0
Using R.dll in .NET IPC
...static GCHandle[] sg_lockDelegates; static RWrapper() { try { //- Get the active DLL path from the registry string dllPath = Convert.ToString( Registry.LocalMachine.OpenSubKey("Software\\R-core\\R", false).GetValue("InstallPath") ); //- Fix the process PATH Environment.SetEnvironmentVariable("PATH", dllPath + "\\bin;" + Environment.GetEnvironmentVariable("PATH"), EnvironmentVariableTarget.Process );...