Displaying 20 results from an estimated 200 matches similar to: "Hidden files in source packages"
2012 Oct 26
4
R 2.15.2 is released
The build system has rolled up R-2.15.2.tar.gz (codename "Trick or Treat") at 9:00 this morning. This is a maintenance release; see the list below for details.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.15.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team
Peter
2012 Oct 26
4
R 2.15.2 is released
The build system has rolled up R-2.15.2.tar.gz (codename "Trick or Treat") at 9:00 this morning. This is a maintenance release; see the list below for details.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.15.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team
Peter
2012 Oct 26
4
R 2.15.2 is released
The build system has rolled up R-2.15.2.tar.gz (codename "Trick or Treat") at 9:00 this morning. This is a maintenance release; see the list below for details.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.15.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team
Peter
2020 Jan 16
3
Git autocrlf for Windows - why does the Getting Started guide say to use false?
Hi all,
TL;DR - should we recommend core.autocrlf=input instead of
core.autocrlf=false on Windows?
I recently switched from doing pre-commit builds and tests from my Ubuntu
VM, to my Windows machine where I do all my development. I was aware that
line endings is an issue, so made sure to set core.autocrlf=false as
directed in the Getting Started guide (see
2020 Jan 16
3
Git autocrlf for Windows - why does the Getting Started guide say to use false?
Right, my understanding is that files that specifically need CRLF should say so via .gitattributes somewhere.
autocrlf=false ought to work if your Windows editor doesn’t (or can be persuaded not to) introduce CRLFs. I’ve observed that the Visual Studio editor will detect the line-ending style of the file you’re editing, and imitate it. This works great until you create a new file. 😝 So I’ve
2006 Aug 31
3
debian unstable & ext3
I'm running
Linux travis 2.6.15-1-686 #2 Mon Mar 6 15:27:08 UTC 2006 i686 GNU/Linux
on a laptop with ext3 on /
Some time ago things started getting weird in the following way: I do a
fairly normal hack, ^Z, make, test loop when developing and it seems
that vim is calling fsync or sync and that is then flushing everything
to disk. My tests create maybe 10 dozen files in ~30MB and for some
2005 Jul 01
2
Domain Users and smbldap-useradd
I noticed that when I create users with smbldap-useradd, the default
group is "Domain Users".
Is this the best user/group default setup for Samba/LDAP?
I'm more familar with the unix user/group setup like max/students or
max/faculty.
Does the user group have to be "Domain Users" when using Samba?
Thanks,
Yasee
smbldap-useradd -m -a username
(where the username is
2013 Sep 04
2
opus code optimization
The opus code default compiles on -o2 optimization level. I would like to
change it to -o3. I have tried doing the changes in makefile.unix . The
change is not getting reflected. I am building the code in Code composer
studio for TI processor C6000. Could anybody help me with this
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 May 17
0
SSH and .exrc of vi
I am trying to use "~/.exrc" file to customize vi sessions.
The file is properly configured: I can telnet or establish a serial
terminal session to the server and I can use my customizations when I
invoke vi.
Still when I use vi with ssh sessions, the mappings in the .exrc file are
not working.
What part am I missing here?
Any help will be greatly appreciated.
Thanks.
Mesut Pak
2012 Feb 22
5
[PATCH] Add gtags target for xen/Makefile. Also update .hgignore.
# HG changeset patch
# User Wei Liu <wei.liu2@citrix.com>
# Date 1329922671 0
# Node ID bb2986677df84b9709a60aea7e70ffd9f9e23f76
# Parent d433a9cb0089683b8f75458807c5437341f2cdcc
Add gtags target for xen/Makefile. Also update .hgignore.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -23,6 +23,7 @@
^\.config$
^\.pc
2006 Apr 15
0
Setting Abbreviatons In .exrc Problems
Hi All,
I'm trying to get vi to display an ab like so,
ab htm <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
\<html>
\<head>
\<meta content="text/html; charset=UTF-8" http-equiv="content-type">
\<title>NewUser</title>
\</head>
\<body>
\</body>
\</html>
but, when I input the text htm
2011 Dec 12
0
[PATCH] flask: add tools/flask/utils/flask-label-pci to .hgignore
I have just committed the patch below.
Ian.
# HG changeset patch
# User Ian Jackson <Ian.Jackson@eu.citrix.com>
# Date 1323712783 0
# Node ID 7ca56cca09ade16645fb4806be2c5b2b0bc3332b
# Parent 7e90178b8bbfd2f78e8f4c6d593a2fb233350f41
flask: add tools/flask/utils/flask-label-pci to .hgignore
This was apparently forgotten in 24353:448c48326d6b
Signed-off-by: Ian Jackson
2002 Jun 15
2
Late Make Problem with Readline (PR#1673)
Full_Name: Jeremy Fox
Version: 1.5.0
OS: Solaris 8, 64 bit
Submission from: (NULL) (171.64.232.63)
I am compiling R under Solaris and the compilation stops at this point. The
problem only happens when I link in readline. The R binary is actually compiled
and readlne works.
The main problem with the compiled binary (other than that all the supporting
files were not
correctly installed) is that
2006 Jun 23
3
Interpreting as.factor
When I run a linear regression and include a variable in the
regression with as.factor i.e.
lm(y ~x +as.factor(x1)
and i read the output as
as.factor(x1)1....
as.factor(x1)2...
etc.
how do i interpret the estimate for each level? Is this simply to be
regarded as a shift in the equation predicted by the intercept and
independent variable x?
jdr
--
Justin Rapp
409 S. 22nd St.
Apt. 1
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all,
this is the tenth version of the patch series to introduce upstream qemu
and seabios in the xen-unstable build system.
Changes to v9:
- rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to
use it with a branch name by default;
- set QEMU_UPSTREAM_REVISION to "master" by default;
- set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by
default;
- add
2004 Dec 03
2
Pb with the version reference
Hello,
I install wine 20041201 with a rpm from sourceforge.
I always have a wrong version number :
[didier@Lucius didier]$ ls -l /usr/bin/wine
-rwxr-xr-x 1 root root 7036 d?c 1 21:42 /usr/bin/wine*
[didier@Lucius didier]$ /usr/bin/wine
Wine 20040914
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine
2007 Oct 16
3
Sweave/ESS-like tools for HTML
My university provides me with a powerful course management system for
the courses that I teach. Among other things I can create a wiki for
the course, which is very convenient for cross-linking different bits
of the course.
Naturally I use R extensively in my teaching and I want to incorporate
R code, output and graphics in such a wiki. If I were producing LaTeX
sources instead of HTML sources
2018 Dec 06
1
Dealing with .git folder when using R CMD INSTALL
On 6 December 2018 at 15:59, Ralf Stubner wrote:
| On 06.12.18 15:19, Joris Meys wrote:
| > I know this R CMD build ignores these files and folders by default, but R
| > CMD INSTALL doesn't apparently.
|
| to me this is not apparent. I just tried "R CMD INSTALL ." in a package
| directory with a .git directory. This went without any problems. What do
| you observe?
Seconded.
2003 Oct 20
2
Samba 3 Production
Is anyone using Samba 3 in a production environment? If so what
version and how stable is it?
--
Bert Rapp
North Trail RV Center
239.693.8200
__
There are 10 types of people in this world, those who understand binary
and those who don't.
2002 Nov 04
3
Trouble with groups
I'm having trouble getting myself in to the administrators group. I'm
using samba as a domain controller. I have a samba account called
administrator. I have these settings in my smb.conf::
domain group map = /etc/samba/groups.mapping
domain user map = /etc/samba/domainuser.mapping
local group map = /etc/samba/localgroup.mapping
This is in my domainuser.mapping to alias the