search for: svnroot

Displaying 20 results from an estimated 49 matches for "svnroot".

2013 Apr 23
2
Tables package - remove NAs and NaN
Dear Rxperts, q <- data.frame(p=rep(c("A","B"),each=10,len=30), a=rep(c(1,2,3),each=10),id=seq(30), b=round(runif(30,10,20)), c=round(runif(30,40,70))) The operation below... tabular(((p=factor(p))*(a=factor(a))+1) ~ (N = 1) + (b + c)* (mean+sd),data=q) yields some rows of NAs and NaN as shown below b c p a N mean sd mean sd A 1 10
2010 Mar 27
2
Using SVN + SSH on windows
...till actif in the task bar). 8/ I open explorer. I create a directory that is suppose to be the local directoy for the projet. 9/ I right-click on the directory. I open 'SVN checkout' 10/ In 'URL of repository:', I write : 'svn+ssh://christophe at svn.r-forge.r-project.org/svnroot/kml3d' (christophe is my accoung, kml3d is the project) And... ...nothing happen. No bug, not warning, nothing. I try several things: if I do 'svn://christophe at svn.r-forge.r-project.org/svnroot/kml3d', I do manage to download the project. But then, I do not manage to upload some...
2007 Jul 01
1
[LLVMdev] Repository Layout
Hi Gordon, On Sun, 2007-07-01 at 08:22 -0400, Gordon Henriksen wrote: > On 2007-06-30, at 18:36, Reid Spencer wrote: > > > > I'm finding the current layout a bit frustrating, not to mention > > that it breaks all the documentation. [...] I would rather see it > > laid out like this: > > > > > > > > > trunk/llvm/... > >
2009 Jul 21
1
strange bug? with R CMD check
...check completes successfully. Also, regardless of the package name, the package installs and runs as expected. I'm at a loss trying to figure out what's going on. To reproduce: (1) check out the sbr package (which passes R CMD check) svn checkout svn://svn.r-forge.r-project.org/svnroot/sbr/pkg safeBinaryRegression (2) replace sbr with safeBinaryRegression in DESCRIPTION and NAMESPACE (3) run R CMD check Session Info: > sessionInfo() R version 2.9.1 (2009-06-26) i386-apple-darwin8.11.1 locale: fr_CH.UTF-8/en_US.UTF-8/C/C/fr_CH.UTF-8/fr_CH.UTF-8 attached base packages:...
2010 Aug 05
1
Help installation lme4a,
Dear R users, I recently downloaded the library lme4a by svn checkout svn://svn.r-forge.r-project.org/svnroot/lme4. I tried to install the library lme4a by copying the downloaded document in the location where all the R libraries are saved. When I try to load the library, I obtain the message library(lme4a) Error in library(lme4a) : 'lme4a' is not a valid installed package R version 2.11.1 (...
2010 Aug 05
1
Help installation lme4a, Error Message: lme4a is not a valid installed library
Dear R users, I recently downloaded the library lme4a by svn checkout svn://svn.r-forge.r-project.org/svnroot/lme4. I tried to install the library lme4a by copying the downloaded document in the location where all the R libraries are saved. When I try to load the library, I obtain the message library(lme4a) Error in library(lme4a) : 'lme4a' is not a valid installed package R version 2.11.1 (201...
2009 Mar 11
0
AGX Asterisk Addon - Can't find app_fax.c with spandsp-0.0.4
Hi, I've installed spandsp-0.0.4pre16 With this: cd ~ svn co https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons agx-ast-addons<https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addonsagx-ast-addons> cd agx-ast-addons/trunk ./build.sh I've got this: CMake Error in spandsp-0.0.4/CMakeLists.txt: Cannot find source file "app_fax.c". Tried extensions .c .C .c++ .cc...
2009 Feb 01
1
SVN Repository for the Ogg Video Tools
Hey all, it took me a while, but now I have opened sourceforge project for the Ogg Video Tools with SVN support: https://oggvideotools.svn.sourceforge.net/svnroot/oggvideotools/trunk/ any help (like patches, or additions) are very welcome. - Yorn Ogg Video Tools: contains some nice tools to create and handle ogg files (oggSlideshow, oggThumb, oggCut etc). It is written in C++.
2012 Jun 10
1
Convert "\" to "/"?
...ht anyone have a better solution and / or simple, clear examples that do not generate a warning in "R CMD check"? NOTE: In case you want to try this development version of "sos" including this function, it is available via "svn checkout svn://svn.r-forge.r-project.org/svnroot/rsitesearch/" or install.packages('sos', repos = "http://R-Forge.R-project.org"). Thanks, Spencer p.s. Prof. Ripley provided a way to do this on R-help several years ago. Unfortunately, I've been unable to find his solution.
2009 Mar 20
3
OpenSIPS on CentOS
Hello, I've been looking into OpenSIPS to see if it's a worthwhile addition to our setup. We're currently running a cluster, using Heartbeat, between two servers. It works well but I'm interested in seeing if we can improve it. My manager heavily uses RPM's for installations rather than source, particularly using yum to update. I'm trying to actually install OpenSips via
2012 Dec 05
1
NAMESPACE problem: import(zoo) but 'zoo' could not be loaded
...;zoo'"; see below. I get this both with and without "import(zoo)" in NAMESPACE. Suggestions? Thanks, Spencer p.s. The current code including this problem can be obtained through anonymous access via "svn checkout svn://svn.r-forge.r-project.org/svnroot/fda/". C:\Users\sgraves\2012\R_pkgs\fda>R CMD check fda_2.3.3.tar.gz * using log directory 'C:/Users/sgraves/2012/R_pkgs/fda/fda.Rcheck' * using R version 2.15.2 (2012-10-26) * using platform: i386-w64-mingw32 (32-bit) <snip> * checking loading without being on the library...
2015 May 16
1
That 'make check-all' problem with the survival package
...nette to not depend on it. Having 'make check-all' showing glaring ERROR's for a few months seems to defeat the purpose of doing any checking at all via 'make check-all'. FWIW, I did look at when/how the issue was introduced, but it appeared that svn://svn.r-forge.r-project.org/svnroot/survival is no longer being updated, and git://github.com/cran/survival.git only shows release jumps. Anyway, if first appears with survival 2.38-1 in February, and as the previous 2.37-7 was 13 months older, this info is of no use to anybody. I didn't write earlier as I thought the issue would...
2012 Dec 03
3
error of installing/building an R package (PortfolioAnalytics) on Win 7
Hi, I am trying to install a package (PortfolioAnalytics) of R 2.15.2 on Win 7. I have tried the following instructions on : http://stackoverflow.com/questions/11105131/cannot-install-r-forge-package-using-install-packages I used svn checkout svn://svn.r-forge.r-project.org/svnroot/returnanalytics/ to get the package and then copy it to my Win 7. Then, on Win 7 I run: > install.packages('PortfolioAnalytics', type='source', repos='<The location of the package on Win 7>') I got Warning: unable to access index for repository C:/myPath/...
2009 Mar 13
1
AGX Asterisk Addon - Can't find app_fax.c withspandsp-0.0.4
...Of Olivier Sent: 11 March 2009 06:16 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] AGX Asterisk Addon - Can't find app_fax.c withspandsp-0.0.4 Hi, I've installed spandsp-0.0.4pre16 With this: cd ~ svn co https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons agx-ast-addons cd agx-ast-addons/trunk ./build.sh I've got this: CMake Error in spandsp-0.0.4/CMakeLists.txt: ? Cannot find source file "app_fax.c".? Tried extensions .c .C .c++ .cc .cpp ? .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx This is coherent with : A??...
2011 Mar 10
1
Problem with defining new method for residuals()
...alls the redefined residuals (for my custom class) I get an error (see below). It looks like the wrong method is used. The strange this is, that when it execute the code manually it get no error. Any suggestions? Best regards, Thierry The entire source code is at svn://scm.r-forge.r-project.org/svnroot/aflp The code with the error. > normalise(dummy) Error in object$na.action : $ operator not defined for this S4 class > traceback() 5: naresid(object$na.action, object$residuals) at normalise.R#30 4: residuals.default(outliers(data)) at normalise.R#30 3: residuals(outliers(data)) at normali...
2012 Feb 07
1
xtable "beta" testing wanted
...to CRAN. Both bug reports and design feedback is welcomed. In particular, I'd like to have package authors that have written "xtable" methods try it out. If you are interested and willing, you can get the source from R-Forge via SVN: svn checkout svn://scm.r-forge.r-project.org/svnroot/xtable/ I can also send source and Windows binary versions to anyone that is interested. Feedback can be sent to me or posted in the issue tracking system on R-Forge: http://r-forge.r-project.org/tracker/?group_id=1228 Note that the R-Forge build system is currently being updated, so the...
2010 Mar 28
2
Setting up TortoiseSVN and PuTTY on Windows for r-forge.r-project.org (Was: Re: Using SVN + SSH on windows)
...toiseSVN 1.6.7 (Build 18415 - 32 Bit , 2010/01/22 17:55:06) PuTTY v0.60 (with Pageant v0.60) I have a deprecated r-forge project ('r-oo') that I will use through out. My r-forge username is 'henrikb'. The URL root to this project is: svn+ssh://henrikb at svn.r-forge.r-project.org/svnroot/r-oo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PART I: WITHOUT PAGEANT RUNNING - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I.A. CHECKING OUT 1. Create a directory somewhere, e.g. r-oo,R-forge/ 2. Right click on r-oo,R-forge/, select 'SVN Checkout...'...
2008 Dec 16
2
"could not find function" error in "R CMD check"
..."could not find function" for a function that has long been in the 'fda' package? Both Jim Ramsay in Ottawa, Canada, and I in San Jose, CA, get this same error. I replicated it with a fresh, anonymous checkout from R-Forge (svn checkout svn://svn.r-forge.r-project.org/svnroot/fda). With this, I did "R CMD build pkg", then "R CMD check fda_2.1.0.tar.gz", with the following result: D:\spencerg\statmtds\splines\fda\tmp\fda>R CMD check fda_2.1.0.tar.gz * checking for working pdflatex ... OK * using log directory 'D:/spencerg/statmtds/splines...
2015 May 16
2
That 'make check-all' problem with the survival package
...check-all' showing >> glaring ERROR's for a few months seems to defeat the purpose of >> doing any checking at all via 'make check-all'. >> >> FWIW, I did look at when/how the issue was introduced, but it appeared >> that svn://svn.r-forge.r-project.org/svnroot/survival is no longer being >> updated, and git://github.com/cran/survival.git only shows release jumps. >> Anyway, if first appears with survival 2.38-1 in February, and as the previous >> 2.37-7 was 13 months older, this info is of no use to anybody. >> I didn't write...
2008 Jul 01
1
Autoconf / Windows package building problem for device package
...opups to (currently) text, mtext and rect calls. The package passes R CMD check (minor warnings) and compiles on MacOS X and GNU/Linux, but we do not succeed in building the package for Windows. The current version of the package can be checked out as svn checkout svn://svn.r-forge.r-project.org/svnroot/pdf2/trunk Please find the 00install.out below. Could anyone tell why config.h is not found? My practical experience with the GNU build tools is very limited but I would have hoped config.h.in would be processed into config.h. Any pointer or hint will be appreciated. Many thanks in advance, To...