Displaying 20 results from an estimated 3000 matches similar to: "cygwin and tar -- still?"
2005 May 09
1
can't build packages anymore...
R developers,
I've been happily building packages, under windows, for some time now and
upgraded to R 2.1.0 and now when I attempt to build a package, I get the
following errors...
C:\conifers>rcmd build Rconifers
* checking for file 'Rconifers/DESCRIPTION' ... OK
* preparing 'Rconifers':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* checking whether
2012 Jun 22
1
Vignettes are not being (re)built.
I'm adding a couple of vignettes to an existing package.
When I make a change to the sweave file, and run the check command,
c:\conifers\trunk>R CMD check rconifers
I get the following message(s) in the 00check.log file:
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... WARNING
Package vignette(s) without corresponding PDF:
2012 Jan 11
1
R CMD check pkg and 32/64 bit.
R gurus:
I'm trying to get another round of rconifers out and I need some advice/help crushing differences in the examples test.
I'm trying to make sure the max sdi values are being respected.
I've added a tests/rconifers-Ex.Rout.save (from windows i386-pc-mingw32) and when I ran R CMD check (both R-2.13.0), I got the following results:
* using log directory
2012 Jan 06
2
R CMD check WARNING \usage question
I'm trying to update a package and would like to crush a WARNING message for a clean build.
I've been struggling with this question and haven't gotten any traction on the web either.
I've got a document file (Rd) that contains the following \usage statement:
\name{sample.data}
\alias{sample.data}
\title{CONIFERS forest growth model sample data}
\description{ A list object of
2012 Jan 11
2
package DESCRIPTION file and CRAN Task View entries?
I'm in the middle of a long overdue package update, and after seeing the CRAN Task Views I thought there would be an entry, in the DESCRIPTIONS file, for that entry that appears on the package webpage.
For example,
http://cran.case.edu/web/packages/vegan/index.html
Since it's been some time since I've updated the package, I did a little reading (R-exts.pdf) and web searching and
2009 Oct 07
1
compiling packages without Framework and CoreFoundation options on OSX
I've been trying to get R+PostgreSQL+PL/R to work together on a OSX
machine without the Framework and CoreFoundation options and have
noticed some suspicious switches when compiling packages.
I've installed R (on OSX) with the following ./configure:
./configure \
CC="gcc -arch i386" \
CXX="g++ -arch i386" \
OBJC="gcc -arch i386" \
2004 Oct 01
3
controlling colour in Trellis histogram
Hello. I am sorry for posting a (seemingly) simple question, but I have
just spent 2 hours trying to find the answer, without success. I want
to make a histogram with conditioning on a factor, using Trellis
graphics. However, I do not want any colours (only black and white)
either in the histograms or in the strip. There must be some simple
argument but I can’t find it. Here is my code so
2003 May 11
1
lines(aline, type = 'b', col = "blue) does not work for POSIXct plot.
Hello,
x <- ISOdate(2003, 4, 1:30) # POSIXct vector
y <-c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30)
aline <- c(30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1)
plot(x, y, xaxt = 'n', main = 'Number of Stuff for the Project, April 2003', xlab = 'Report Time', ylab = 'Number of
2014 Jul 01
1
Still confused about Kerberos password expiry
I am running 4.1.6, as both a domain controller and a smb server.
Whenever Kerberos decides my password needs to be changed, I have to
change it on all the other boxes, too.
How can I:
A) Set the Kerberos password to never expire (I should be able to deal
with password changes in Samba-Tool, eh?)
B) Set the Kerberos password complexity off
C) Tell Kerberos to stop remembering old passwords
2010 Jun 25
1
Hardware RAID 10 server - reformat NTFS partition to ext3 and resize for Centos 5.5
Here's the situation. I have a dual boot machine - originally had Red
Hat and Windows 2000 Pro. The NTFS partition never did seem to 'get
along' with the Adaptec 2400A caching RAID controller. Linux always
seemed to like the I2O drivers. I went from RH Enterprise to now running
Centos 5.5. Works great! I really don't want the 200 gigs worth of NTFS.
Can't I just run
2011 Dec 01
1
there's no payoff in confusing the users
john said:
> Have you considered using a PEG instead of regexes?
for all you home-schooled and self-taught programmers
for whom "peg" is far too computer-sciencey for comfort,
consider as an alternative the simple methodology i use...
i split the text-file on blank lines and place it in an array.
that is first-cut for my light-markup format, a.k.a., "zml"
-- zen
2007 Jun 29
1
R CMD build with mingw and msys (PR#9766)
Full_Name: Steffen
Version: 2-5-0
OS: Windows
Submission from: (NULL) (192.124.243.162)
Hi,
the R CMD build script is using
if($WINDOWS) {
## workaround for paths in Cygwin tar
$filepath =~ s+^([A-Za-z]):+/cygdrive/\1+;
}
which does not work if the build environment is a MINGW.
I have added the patch below,
Yours,
Steffen
$ diff -u build build.orig
--- build
2007 Nov 28
5
[LLVMdev] LLVM on MinGW
Hello,
I'm trying to use LLVM on Windows, using the MinGW toolchain that comes
with Cygwin (gcc -mno-cygwin, not the standalone msys package). Has
anyone successfully built LLVM from sources with this toolchain?
The ./configure scripts automatically detects a Cygwin environment. I've
spent some time trying to let it know that it should compile for MinGW.
FWIW, here's what I've
2004 Mar 16
4
cygwin tar?
I've been attempting to create a new R package and recently removed the
cygwin installation from my machine since R requires the use of the MingW
tools for building an R package with C code. However, when I tried to build
a source package, I found the following results:
* removing junk files
* building 'Rconifers_0.7-1.tar.gz'
tar:
2006 Jan 27
4
find.collect problem.
Hi all.
I am trying to populate a dropdown based on two values.
def self.clientref( reference )
@bugclientrefs = self.find_all(["bug_id = ?", reference]).collect {|b|
[ b.client_id.strip << " - " << b.client_ref.strip ]}
end
This works fine. However this returns the reference to the client. I
want the full name using this function.
class Bugclient <
2012 Aug 07
5
summing and combining rows
Hello,
I have a data set that needs to be combined so that rows are summed by a
group based on a certain variable. I'm pretty sure rowsum() or rowsums()
can do this but it's difficult for me to figure out how it will work for
my data based on the examples I've read.
My data are structured like this:
Plot SizeClass Stems
12 Class3 1
12 Class4
2012 Jun 04
2
[LLVMdev] probleam about ThreadLocalImpl of llvm
Hi, everyone:
I am very sorry to trouble you, but I need your help about my problem
about ThreadLocalImpl in llvm of 2.8 version. I have compiled it in Windows
xp with mingw, and have compiled skyeye(an open source project about
simulator) as it uses llvm. But when I run a testcase ---- arm_hello, it
came out segment fault. I used gdb.exe to trace it, it gave the following
infomation:
$
2004 Oct 06
2
[LLVMdev] Compiling errors from UnixLocalInferiorProcess.cpp when compiling on MinGW
Hi
When compiling UnixLocalInferiorProcess.cpp, I get these errors:
-----------------------
C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:41:22:
sys/wait.h: No such file or directory
C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:
In
member function `void <unnamed>::IP::startChild(llvm::Module*, const
2004 Sep 25
1
[LLVMdev] Linking tblgen debug executable (without symbols) on MinGW
Hi
I've been able to semi compile (i.e. excluded code not present on the
platform) the source code of the LLVM tblgen tool on the MinGW platform.
However, when linking the object files the linker does not succeed:
--------------------------
Linking tblgen debug executable (without symbols)
C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Signals.o)(.text+0x7e3):
In function
2011 Feb 25
4
means, SD's and tapply
I'm trying to use tapply to output means and SD or SE for my data but
seem to be limited by how many times I can subset it. Here's a snippet
of my data
> stems353[1:10,]
Time DataSource Plot Elevation Aspect Slope Type Species
SizeClass Stems
1 Modern Cameron 70F221 1730 ESE 20 Conifer ABCO
Class1 3
2 Modern Cameron 70F221 1730