Questions tagged [r-forge]

R-forge is one of several non-CRAN source repositories. Others include Rforge (not the same), github and Omegahat.

18 questions
83
votes
2 answers

How to tell CRAN to install package dependencies automatically?

I develop a package in R and when I check and build it in my local computer it works properly. But when I tried it in CRAN, I get a package dependencies error. My package depends on two functions of other packages. If I list the other packages…
Mikael
  • 985
  • 1
  • 7
  • 6
64
votes
4 answers

Cannot install R-forge package using install.packages

This, question, is, asked, over, and, over, and, over, on the R-sig-finance mailing list, but I do not think it has been asked on stackoverflow. It goes like this: Where can I obtain the latest version of package XYZ that is hosted on R-forge? I…
GSee
  • 48,880
  • 13
  • 125
  • 145
45
votes
1 answer

Automatically update packages installed from R-forge

I recently installed R-2.12.0 from R-2.11.1 and I've updated all CRAN packages via: update.packages(checkBuilt=TRUE, ask=FALSE) Now I want to update all the packages I have installed from R-forge, but only if they're not available on CRAN. In…
Joshua Ulrich
  • 173,410
  • 32
  • 338
  • 418
7
votes
1 answer

How to install multicore package on R v3.1.2?

I am using default command to install multicore package install.packages('multicore','http://www.rforge.net/') as written here http://www.rforge.net/multicore/files/ but I recieve warning: install.packages('multicore','http://www.rforge.net/') …
Marcin
  • 7,834
  • 8
  • 52
  • 99
3
votes
0 answers

Remove a project / package / repository from RForge

Since I have moved my R projects from RForge to GitHub, I desired to remove them from the old hosting. However i didn't found the way, yet (in the admin pages, the manuals don't mention it). Is that possible or a mail to the admins is the only way?…
Luca Braglia
  • 3,133
  • 1
  • 16
  • 21
2
votes
3 answers

R: Installing Quantstrat Error

I'm trying to install quantstrat, however I always get following errors trying this: > install.packages("quantstrat",repos="http://R-Forge.R-project.org") Warning in install.packages : package ‘quantstrat’ is not available (for R version…
MichiZH
  • 5,587
  • 12
  • 41
  • 81
2
votes
1 answer

build R package failing with rJava LoadLibrary "not a valid win32 application" failure

I wrote an R package to connect R with messageQueues, specifically activeMQ and rabbitMQ, so all the source can be found here: http://r-forge.r-project.org/projects/r-message-queue/ r-forge fails to build the package, so I'm recreating/debugging…
Matt M
  • 751
  • 1
  • 9
  • 19
1
vote
0 answers

Jonckheere-Terpstra test with survey data in R

I would like to perform a Jonckheere-Terpstra test with weighted data in R. As far as I´ve seen, the only readily available function is the one in the wtJonckheere package. This is still in development and only available on R-Forge, and I couldn´t…
seb-29
  • 51
  • 2
1
vote
1 answer

can't install “CHAID” on Mac OS X 10.11.1 For R Version 3.2.2

Tried to follow the solution from can't install "CHAID" on Mac OS X 10.9.5 but it doesn't work for my case. When I try to install the package from R-Forge and type as source, it shows following results: install.packages("CHAID",…
HappyCoding
  • 5,029
  • 7
  • 31
  • 51
1
vote
1 answer

How to rebuild the 'indexing' package on MAC OSX

I am trying to install 'indexing' package in r: R-Forge However, It says it is "failed to build" & am looking for a way to fix this? I do not see a download option for the package.... I am currently on MAC OSX Yosemite and trying to load this in the…
Rime
  • 912
  • 2
  • 11
  • 39
1
vote
1 answer

Writing R package, trimTrees and kknn cannot be installed automatically

Recently my package on R-Forge failed to build on windows, not linux. Apparently packages kknn and trimTrees are not available. I cannot figure out why or why these two packages are different from randomForest or rgl which installs automatically. I…
Soren Havelund Welling
  • 1,823
  • 1
  • 16
  • 23
1
vote
1 answer

R-Forge package check error. Package dependencies on linux platform

I've got an error regarding to R CMD check in R-forge repository. when it checks with windows and mac platform it doesn't give an error except one note which is regarding to maintainer. how ever, it doesn't check correctly regarding to Linux…
Mikael
  • 985
  • 1
  • 7
  • 6
0
votes
2 answers

https://r-forge.r-project.org/ and packages from it are not working

I wrote a script with a package from r-forge. yesterday I tried to use it again but I had a problem with installing this package. The following message appeared: Warning in install.packages : unable to access index for repository…
Henryk Borzymowski
  • 988
  • 1
  • 10
  • 22
0
votes
1 answer

Isolation Forest in R

I'm currently working on identifying outliers in my data set using the IsolationForest method in R. The execution of the existing project on https://r-forge.r-project.org/R/?group_id=479 failed, it displays: RTver <-…
0
votes
1 answer

Optimist R-Forge project

I´m studing the bin packing problem begining with the knapsack code of Martello algorithm. It wrote in Old Fortran IV or 66 code. I found a very interesting project at R-Forge calling Optimist (Administrator Hans W. Borchers) that by R console you…
Eduardo
  • 3
  • 2
1
2