Displaying 20 results from an estimated 119 matches for "inno".
Did you mean:
info
2019 Apr 28
2
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
I am working on compiling R-3.6.0 for Windows 10 64bit using rtools40
(beta 11). I had also installed the most recent update of Inno setup,
which is now 6.0.2.With that version, `make risntaller` fails at the
call to ""C:/R/Inno/iscc" R.iss > R-3.6.0.log 2>&1" and just exits,
pointing to line 175 of the makefile which is:
$(RPREFIX)-win.exe: R.iss
"$(ISDIR)/iscc" R.iss > $(RPREFIX)...
2010 Jun 09
1
equivalent of stata command in R
...:20 +0000
OK! sorry thats my fault,
here the translations of the stata commands
1st step is to get the mean values of the variables, well that doesnt need explanation i guess,
2nd step is to estimate the model on panel data estimation method
which is:
mdl<-plm(lnLP~lnC+lnL+lnM+lnE+Eco+Inno+Eco*Inno+Eco*lnM+Eco*lnE+year,data=newdata,model="within")
and basically i need to get the marginal effect of variable "Eco" at the sample mean (step 3) but i am not that good in R so any additional help is wlcome!
Thanks
From: saint-filth@hotmail.com
To: r-help@r-project.org
Su...
2008 Jun 13
1
Inno
Hi all,
I thought I would point out this article:
http://rubyonwindows.blogspot.com/2007/09/installing-your-ruby-app-with-inno.html
Anyone on the list tried it?
Regards,
Dan
2019 May 01
0
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
Multiple people have now reported that the R installer does not build
with InnoSetup 6 (released last week). The inno log shows this error:
Error on line 12 in src\gnuwin32\installer\R.iss: Minimum NT version
specified by MinVersion must be at least 6.0. (Windows 2000/XP/Server
2003 are no longer supported.)
Compile aborted.
Hence to fix this, the "MinVersion"...
2010 Jun 09
1
equivalent of stata command in R
Dear all,
I need to use R for one estimation, and i have readily available stata command, but i need also the R version of the same command.
the estimation in stata is as following:
1. Compute mean values of relevant variables
. sum inno lnE lnM
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
inno | 146574 .0880374 .2833503 0 1
lnE | 146353 .9256239 1.732912 -4.473922 10.51298...
2005 Sep 02
1
setup.exe installation ( inno setup ) fails wine-20050830
When i tested a setup program made with inno setup, the program
complaints about the target directory.
It worked with the previou version.
Is there a new configuration to be made ?
2004 Jul 23
1
inno setup'iss files for R & RDCOM
Hi.
I'd like to build installer for integrate my GUI program for R, R for win
and RDCOM.
Can the distribution like this be got permission?
If so, installation of these softwares will be done in just one time.
And where can I get each inno setup'iss file for R & RDCOM.
Because these sources seem no to include their own iss file.
Regards.
2010 May 03
2
question about the degrees of freedom
...codes that i want to use for conducting by-industry analysis but i think there is a problem with the degrees of freedom!
for example, when i do my analysis without any 2-digit industry code, i got the following summary (i have 146574 observations in total):
> abc<-lm(lnQ~lnC+lnM+lnL+lnE+eco+inno, data=ds)
> summary(abc)
Call:
lm(formula = lnQ ~ lnC + lnM + lnL + lnE + eco + inno, data = ds)
Residuals:
Min 1Q Median 3Q Max
-11.01340 -0.17637 -0.02217 0.14974 7.79005
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept)...
2008 Oct 30
2
Inno setup script request
Dear all,
I am a public resaerch engineer in marseille (France) and I am currently developping a free software for high throughput experiments in biology using mainly R (bioconductor). This project is almost at a finalisation stage and I would like to build an installshield using innosetup for the windows version of my software. The ideal case would be to also include the required 2.6 version of R directly in the installshield, but I am more familiar with linux than with windows, and the easyest way for me do do that would probably be to modify the innosetup script for R...
2012 Oct 06
0
Problem with GFX 5500 Inno 3D - 2
I forgot: maybe useful will be additional information, that I'm unable
to get any "framebuffer" mode functional with this card and nouveau
module loaded - for example, when I set as "boot parameter" something
like "VGA=0x314", then screen gets dark and blank, when entering
framebuffer mode; fortunately, I can shutdown machine in such case
with power button
2012 Oct 06
0
Problem with GFX 5500 Inno 3D - 3
I'm sorry: the "supplemental info" can be a little misleading: just
checked, that got no framebuffer WITH OR WITHOUT nouveau module
loaded, then it must be kernel-related problem. But still there is a
difference: with nouveau module loaded the machine doesn't want to
make "poweroff" when pressed power button (not being able to see
anything on the screen, I'm not
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...unintentional uncommitted uncommitted changes is not
Windows-specific.
Note that the rcico.rc problem arises as the first step of compiling R
on Windows from clean source tree, so you cannot even test a proposed
change. I ran into it because I had to change src/gnuwin32/MkRules to
say that I put Inno Setup in its standard place, "C:/Program Files/Inno
Setup 5", and not in "C:/packages/inno".
I guess I don't need to have USE_SVNVERSION=yes, but doing that means
that version$"svn rev" shows me I have a non-standard version: that
will show the svn version as som...
2010 Jun 09
1
equivalent of stata command in R
...e the translations of the stata commands
> > 1st step is to get the mean values of the variables, well that doesnt need explanation i guess,
> >
> > 2nd step is to estimate the model on panel data estimation method
> > which is:
> > mdl<-plm(lnLP~lnC+lnL+lnM+lnE+Eco+Inno+Eco*Inno+Eco*lnM+Eco*lnE+year,data=newdata,model="within")
>
> and basically i need to get the marginal effect of variable "Eco"
at the sample mean (step 3) but i am not that good in R so any
additional help is wlcome!
> > Thanks
> > From: saint-filth@hotmail.c...
2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...OS: Windows XP
Submission from: (NULL) (70.98.76.47)
I tried for the first time to build R from source on Windows, where I
got the source code via svn. Per the Installation and Administration
manual, I altered src\gnuwin32\MkRules so it had the the locally
correct paths to HTML Help Workshop and Inno Setup 5. I also set
USE_SVNVERSION=yes, as suggested in MkRules itself. Then, while in
the directory src/gnuwin32 I ran 'make all recommended' and got an
error from windres very early in the build:
E:\R\R-svn\r-devel\src\gnuwin32>make all recommended
make --no-print-directory -C f...
2013 Nov 08
2
Salicru SPS One in Debian
...usb 4-4: new low-speed USB device number 2 using ohci_hcd
[ 3194.857239] usb 4-4: New USB device found, idVendor=0665, idProduct=5161
[ 3194.857250] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3194.857258] usb 4-4: Product: USB to Serial
[ 3194.857264] usb 4-4: Manufacturer: INNO TECH
[ 3194.997545] generic-usb 0003:0665:5161.0001: hiddev0,hidraw0: USB
HID v1.00 Device [INNO TECH USB to Serial] on
usb-0000:00:12.0-4/input0
[ 3194.997596] usbcore: registered new interface driver usbhid
[ 3194.997601] usbhid: USB HID core driver
OS name and version: Debian Whezzy (3.2.0-4-am...
2012 Apr 10
1
Building customized R for Windows installer using 'make myR'
I am attempting to build a customized R installer on Windows, using the Inno
Setup installer.
I am following the instructions in Section 3.1.8 of the R Installation and
Administration Manual ("Building the Inno Setup installer"), which includes
the following passage:
An alternative way to customize the installer starting with a binary
distribution is to fi...
2019 Jun 03
0
Offer zip builds
...ion on running from external media:
https://cran.r-project.org/bin/windows/base/rw-FAQ.html#Can-I-run-R-from-a-CD-or-USB-drive_003f
and uninstalling:
https://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-UNinstall-R_003f
In addition, the R-Admin manual provides information on the Inno Setup installer:
https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Building-the-Inno-Setup-installer
https://cran.r-project.org/doc/manuals/r-release/R-admin.html#The-Inno-Setup-installer
which leads you to:
http://jrsoftware.org/isinfo.php
and shows that Inno Setup is, like R...
2010 Jul 14
1
Cannot Build R From Source - Windows XP
Hi,
I can't seem to install R from source. I've downloaded the latest
Rtools211.exe from http://www.murdoch-sutherland.com/Rtools/ & done a
full installation of that and Inno Setup.
I have set R_HOME as C:\R (and also tried using C:\R\R-2.11.1)
After successfully running 'tar xf R-2.11.1.tar.gz' the modifications I
have made and saved as MkRules.local are:
BUILD_HTML = YES & ISDIR=C:/Program Files/Inno Setup 5
I've then run 'make all recommended&...
2013 Nov 09
0
Salicru SPS One in Debian
...ed USB device number 2 using ohci_hcd
> [ 3194.857239] usb 4-4: New USB device found, idVendor=0665, idProduct=5161
> [ 3194.857250] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [ 3194.857258] usb 4-4: Product: USB to Serial
> [ 3194.857264] usb 4-4: Manufacturer: INNO TECH
> [ 3194.997545] generic-usb 0003:0665:5161.0001: hiddev0,hidraw0: USB
> HID v1.00 Device [INNO TECH USB to Serial] on
> usb-0000:00:12.0-4/input0
> [ 3194.997596] usbcore: registered new interface driver usbhid
> [ 3194.997601] usbhid: USB HID core driver
>
> OS name and...
2010 May 03
1
question about the degrees of freedom
...dent variables on the 11th industry i defined a dummy variable such as:
ind=(ind_2d==11)# this supposed to mean, ind is equal to 11th industry in other words just take into account the firms which has the code 11, am i mistaken here?
and then run the regression,
abc<-lm(lnQ~lnC+lnM+lnL+lnE+eco+inno+ind, data=ds)
>> summary(abc)
>
> Call:
> lm(formula = lnQ ~ lnC + lnM + lnL + lnE + eco + inno + ind,
> data = ds)
>
> Residuals:
> Min 1Q Median 3Q Max
> -11.03392 -0.17647 -0.02301 0.14901 7.74957
>
> Coefficients:
>...