Displaying 8 results from an estimated 8 matches for "r_svn_revision".
2012 Oct 31
0
R_SVN_REVISION breakage on current R trunk.
Hi,
src/unix/Rscript.c on R trunk stopped building with a compiler error of "unknown not defined/declared" on line 160-ish, where R_SVN_REVISION is , on my system.
I see trunk r60972, trunk r60975 changes R_SVN_REVISION to a number - if it can be found, from being a string.
The thing is, I track R development with git's svn support (which IMHO works far better). So svn info cannot work out what revision it is, and it has always defaul...
2006 Apr 11
1
Bug#361968: Wrong name in manpage
Kanru,
Thanks for the bugreport.
On 11 April 2006 at 22:03, Kanru Chen wrote:
| Package: r-base-core
| Version: 2.2.1.svn37668-1
| Severity: minor
|
| In manpage of /usr/bin/R, the first, fourth and last line shows `VERSION'
| instead of `R'.
|
| I believe it is a typo.
More likely something is wrong with how R.1 is autogenerated using help2man.
Incidentally, that `R --version'
2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...v=`echo ${svn_rev}|sed -e 's/[MS]*$//' -e 's/^.*://' -e
's/[^0-9]//g' -e 's/^$/0/'`
echo "/* Rversion.h. Generated automatically. */"
echo "#ifndef R_VERSION_H"
echo "#define R_VERSION_H"
@@ -43,7 +44,7 @@
echo "#define R_SVN_REVISION \"${svn_rev}\""
## Using 1-digit year stops problems with leading zeros
# echo "#define R_FILEVERSION ${maj},${pl}${sl},${y1}${m}${d},0"
- echo "#define R_FILEVERSION ${maj},${pl}${sl},${svn_rev},0"
+ echo "#define R_FILEVERSION ${maj},${pl}${sl...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...;s/[MS]*$//' -e 's/^.*://' -e
> 's/[^0-9]//g' -e 's/^$/0/'`
> echo "/* Rversion.h. Generated automatically. */"
> echo "#ifndef R_VERSION_H"
> echo "#define R_VERSION_H"
> @@ -43,7 +44,7 @@
> echo "#define R_SVN_REVISION \"${svn_rev}\""
> ## Using 1-digit year stops problems with leading zeros
> # echo "#define R_FILEVERSION ${maj},${pl}${sl},${y1}${m}${d},0"
> - echo "#define R_FILEVERSION ${maj},${pl}${sl},${svn_rev},0"
> + echo "#define R_FILEVERSION...
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
...e code. I don't think the M-less svn version in R_FILEVERSION
will cause any confusion.
Index: tools/GETVERSION
===================================================================
--- tools/GETVERSION (revision 45381)
+++ tools/GETVERSION (working copy)
@@ -43,7 +43,9 @@
echo "#define R_SVN_REVISION \"${svn_rev}\""
## Using 1-digit year stops problems with leading zeros
# echo "#define R_FILEVERSION ${maj},${pl}${sl},${y1}${m}${d},0"
- echo "#define R_FILEVERSION ${maj},${pl}${sl},${svn_rev},0"
+# echo "#define R_FILEVERSION ${maj},${pl}${s...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...://' -e
> > 's/[^0-9]//g' -e 's/^$/0/'`
> > echo "/* Rversion.h. Generated automatically. */"
> > echo "#ifndef R_VERSION_H"
> > echo "#define R_VERSION_H"
> > @@ -43,7 +44,7 @@
> > echo "#define R_SVN_REVISION \"${svn_rev}\""
> > ## Using 1-digit year stops problems with leading zeros
> > # echo "#define R_FILEVERSION ${maj},${pl}${sl},${y1}${m}${d},0"
> > - echo "#define R_FILEVERSION ${maj},${pl}${sl},${svn_rev},0"
> > + echo "#...
2013 Apr 03
0
R 3.0.0 is released
...ends on all Unix-alikes: one has been
added for the interface to View().
o PACKAGE = "" is now an error in .C() etc calls: it was always
contrary to the documentation.
o Entry point rcont2 has been migrated to package stats and so is
no longer available.
o R_SVN_REVISION in Rversion.h is now an integer (rather than a
string) and hence usable as e.g. #if R_SVN_REVISION < 70000.
o The entry points rgb2hsv and hsv2rgb have been migrated to
package grDevices and so are no longer available.
o R_GE_version has been increased to 10 and name2col r...
2013 Apr 03
0
R 3.0.0 is released
...ends on all Unix-alikes: one has been
added for the interface to View().
o PACKAGE = "" is now an error in .C() etc calls: it was always
contrary to the documentation.
o Entry point rcont2 has been migrated to package stats and so is
no longer available.
o R_SVN_REVISION in Rversion.h is now an integer (rather than a
string) and hence usable as e.g. #if R_SVN_REVISION < 70000.
o The entry points rgb2hsv and hsv2rgb have been migrated to
package grDevices and so are no longer available.
o R_GE_version has been increased to 10 and name2col r...