search for: strawberry

Displaying 20 results from an estimated 51 matches for "strawberry".

2004 Nov 01
3
Reading word by word in a dataset
Hello All, I'd like to read first words in lines into a new file. If I have a data file the following, how can I get the first words: apple, banana, strawberry? i1-apple 10$ New_York i2-banana 5$ London i3-strawberry 7$ Japan Is there any similar question already posted to the list? I am a bit new to R, having a few months of experience now. Cheers, John
2009 Mar 14
2
gsub and regex to tidy comma-limited values
...cleaning up comma-limited values, so that only one comma separates each value. Using the example below, as much as I try with regex, I can't remove the last comma. I hope to have a one-liner solution, if possible. gsub("^,*|,*$|(,)*", "\\1", ",,,apple,,orange,,,,,lemon,strawberry,,,,") [1] "apple,orange,lemon,strawberry,"
2010 Nov 28
3
Where is gdata?
Hi folks, Win 7 64 bit R 32 bit > install.packages("gregmisc") Installing package(s) into ‘C:\Users\satimiswin764\Documents/R/win-library/2.12’ (as ‘lib’ is unspecified) --- Please select a CRAN mirror for use in this session --- also installing the dependency ‘gmodels’ trying URL 'http://cran.ms.unimelb.edu.au/bin/windows/contrib/2.12/gmodels_2.15.0.zip' Content type
2010 Sep 02
3
[LLVMdev] Compile dll on Mingw
Hello, NAKAMURA Takumi As you said, I check out the head from svn trunk. I build the source code as the following steps: $./configure --enable-shared $ make After 1 hour, the building procedure is stopped and appear the following error message: c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.4.3/../../../../i686-w64-mingw 32/bin/ld.exe: F:/msys/1.0/home/MK/llvm-2.8/llvm/tools/llvm-shlib/Debug+Asserts/ LLVM-2.8svn.a.o: too many sections (63677) c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.4.3/../../../../i686-w64-mingw 32/bin/ld.exe: final link f...
2017 Apr 24
1
TEXINFO error when building R-3.4.0
Hello. I am trying to build 64 bit R-3.4.0 (specifically R-patched_2017-04-23) on Windows 64 and have run into an issue with building the html files. I am using Rtools34 version 1962, the texinfo zip from <http://www.stats.ox.ac.uk/pub/Rtools/> unzipped into C:\R\texinfo, and Strawberry perl 5.24.1.1-64bit. In my MkRules.local I have the following, which worked for building R in 3.3.x: # set this to YES to build static HTML help BUILD_HTML = YES # unset this if you are *not* using MiKTeX MIKTEX = TRUE # Recent MiKTEX does not provide texi2dvi and needs something like TEXI2DVI =...
2010 Sep 02
0
[LLVMdev] Compile dll on Mingw
..., NAKAMURA Takumi > > As you said, I check out the head from svn trunk. > I build the source code as the following steps: > $./configure --enable-shared > $ make > > After 1 hour, the building procedure is stopped and appear the following > error message: > > c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.4.3/../../../../i686-w64-mingw > 32/bin/ld.exe: > F:/msys/1.0/home/MK/llvm-2.8/llvm/tools/llvm-shlib/Debug+Asserts/ > LLVM-2.8svn.a.o: too many sections (63677) > c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.4.3/../../../../i686-w64-mingw > 32...
2004 Oct 18
3
答复: R plot problems
...ou will understand my meaning clearly. x <- data.frame(main.name="AAA", x.name=rep(c("Apply","Watermelon","Lemon","Banana", "Grape","Pineapply","Cherry","Peach","Orange","Mango","Strawberry"),each=5), y.name=(1:55)) plot(x$x.name, x$y.name) I can't find you said package ,whick library should I include in R ? Best Regards! Ivy Li YMS in Production & Testing Semiconductor Manufactory International(ShangHai) Corporation #18 ZhangJiang Road, PuDong New Area, Shanghai, Ch...
2012 Dec 17
1
Problems with building R from sources
...\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft Windows Performance Toolkit\;C:\Program Files\MATLAB\MATLAB Compiler Runtime\v714\runtime\win64;C:\Program Files\MATLAB\MATLAB Compiler Runtime\v715\runtime\win64;C:\Program Files\TortoiseSVN\bin;C:\Windows\System32\jom;C:\strawberry\perl\bin;C:\strawberry\perl\lib;C:\strawberry\c\bin\;E:\dev\Qt-4.8.1\bin;E:\Qt_x86\qt-everywhere-opensource-src-4.8.1\bin;E:\qwt-6.0.1\lib;C:\Program Files (x86)\QuickTime\QTSystem\; R_HOME E:\dev\R-2.15.2 TMPDIR E:/dev/tmp -------------------------------------- I get the following error: E:\...
2008 Sep 24
1
FW: My Contact Details in B'lore
...:Srinivas_Manda at sta.nsw.gov.au] Sent: Wednesday, 24 September 2008 11:44 AM To: Harry Sukumar Subject: My Contact Details in B'lore Home: +90-80-26681118 Mob: +91-9986032562 Regards, Srinivas Manda Graduate Engineer Fleet Systems State Transit Authority Lvl 1, 219-241 Cleveland St Strawberry Hills, NSW 2010 Ph - (02) 9245 5435 Fax - (02) 9245 5431 "Harry Sukumar" <hsukumar at bond.edu.au> 24/09/2008 11:02 AM To <Srinivas_Manda at sta.nsw.gov.au> cc Subject RE: Details for April Thanks Mate :-) ________________________________...
2020 Apr 11
2
using the bat script build_llvm_package.bat on windows
where should the file build_llvm_package.bat be placed and how should the build_llvm_package.bat be called? or is there a another way to do a two stage build of the llvm project on windows starting with using visual studio 2017 community. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Oct 18
2
答复: 答复: R plot problems
...g--- Hi Ivy, How about x <- data.frame(main.name="AAA", x.name=rep(c("Apply","Watermelon","Lemon","Banana", "Grape","Pineapply","Cherry","Peach","Orange","Mango","Strawberry"),each=5), y.name=(1:55)) par(las=2); plot(x$x.name, x$y.name) Bobby On Mon, 18 Oct 2004 09:36:12 +0800, Ivy_Li <ivy_li at smics.com> wrote: > Thank you for your help! > I gave you an example, you could run it in R . Maybe you will understand my meaning clearly. > > x <...
2009 Jan 16
2
Missing file to run Rcmd batch on Windows
...ying to run an R script using Rcmd Batch from the command line on a Windows Vista machine. I am using R version 2.8.1. I installed the batch files 4-3 found at http://cran.r-project.org/contrib/extra/batchfiles/ and added them to my path. I also had to install the latest version of perl (it's Strawberry perl if that makes a difference) and have added this to my path. Now when I run the command: Rcmd batch TestBatch.R TestOutput.txt from the command line, I get the error: Can't open perl script "C:\Progra~1\R\R-28~1.0\bin\batch": No such file or directory Just for reference, TestBa...
2012 Jan 10
3
unir en .dbf luego de aplicar read.xls a varios archivos
Estimados: Tengo un directorio con varios archivos Excel quiero importarlos todos y grabarlos en un único archivo .dbf. Haciendolo uno por uno lo logro de la siguiente manera (solo tomo 2 archivos): archivos <- list.files(pattern = 'xls') a1 <- read.xls(archivos[1], perl="C:\\strawberry\\perl\\bin\\perl.exe",skip=12,dec=",",header=F,as.is=T) a2 <- read.xls(archivos[2], perl="C:\\strawberry\\perl\\bin\\perl.exe",skip=12,dec=",",header=F,as.is=T) a11 <- cbind(a1[1,1:2],a1[4:which(a1=="Art. 14")-1,1:7]) a21 <- cbind(a2[1,1:2],a1[...
2009 Aug 19
2
[LLVMdev] Build issues on Solaris
...owadays. > I'd adjust it to be able to run in the first place (attaching patch). It's intended to run exactly when nm fails to find dependencies, so die'ing out is pointless before it runs. If allowed to run, this supports Perls whose native C system command shell is cmd.exe: Strawberry Perl, ActivePerl, and any Perl built for Windows *other* than the MingW32 pre-built binaries. (cmd.exe chokes on the pipe into sed, causing the whole construct to fail.) If the first nm finds any dependencies at all, the by-hand version won't run. It's currently optimized for MingW32...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...ajit As somebody above already mentioned, the full build script as well as MkRules.local that we use for the CRAN releases of R for windows are available from https://github.com/rwinlib/base As is explained in the repository readme, if you have the required dependencies (rtools, miktex innosetup, strawberry perl) all you need to do is run the build-r-devel.bat script from the root of the repository. Once you got this to work, you can adapt it to your needs.
2009 Aug 06
1
[LLVMdev] Problems building on Msys/MingW
I had Strawberry Perl, which was the problem. I installed the Perl from the MSYS distribution and it now works. I've enclosed a patch for the Getting Started page. Thanks for pointing me in the right direction. -John >On Wed, Aug 5, 2009 at 5:36 PM, Kenneth Boyd <zaimoni at zaimoni.com> wrote: &g...
2009 Dec 08
2
[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
...>1</a>,<a href="#pf_8">8</a>, + <a href="#pf_11">11</a></sup></td> <td>GCC 3.4.X, binutils 2.15</td> </tr> <tr> @@ -331,6 +332,9 @@ up</a></li> before any Windows-based versions such as Strawberry Perl and ActivePerl, as these have Windows-specifics that will cause the build to fail.</a></li> +<li><a name="pf_11">At the moment, LLVM modules requiring dynamic linking can + not be built on Cygwin. However, you can build LLVM tools using + <i...
2020 Oct 06
0
Installing Perl For Use in R
...e you now need to create an account with them prior to downloading the installation files. They seem to give you the option of creating an account with them, or using Github. I would opt for the former, even though I have a Github account. If you are on Windows, an alternative Perl distribution is Strawberry Perl: http://strawberryperl.com Regards, Marc Schwartz > On Oct 6, 2020, at 11:21 AM, Philip <herd_dog at cox.net> wrote: > > I?m getting nowhere with this. From the website below I clicked on the ActivePerl 5.26 button which seems to lead me into creating projects on the Cl...
2020 Oct 06
2
Installing Perl For Use in R
I?m getting nowhere with this. From the website below I clicked on the ActivePerl 5.26 button which seems to lead me into creating projects on the Cloud rather than downloading the software to my hard drive. https://www.activestate.com/products/perl/downloads/ Can someone give me some advise? What the website is trying to do seems rather shady. Thanks, Philip [[alternative HTML version
2010 Sep 02
1
[LLVMdev] Compile dll on Mingw
...ou said, I check out the head from svn trunk. >> I build the source code as the following steps: >>    $./configure --enable-shared >>   $ make >> >> After  1 hour,  the building procedure is stopped and appear the following >> error message: >> >> c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.4.3/../../../../i686-w64-mingw >> 32/bin/ld.exe: >> F:/msys/1.0/home/MK/llvm-2.8/llvm/tools/llvm-shlib/Debug+Asserts/ >> LLVM-2.8svn.a.o: too many sections (63677) >> c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.4.3/../../../../i686-w...