Displaying 4 results from an estimated 4 matches for "myrepository".
Did you mean:
monrepository
2005 Nov 16
1
update R packages in local repos
I try to update R packages via my local repository.
I put all R packages in g:/myFolder/myRepository, I do like
> library(tools)
> write_PACKAGES("g:/myFolder/myRepository")
> options(repos=c(LocalR="file://g:/myFolder/myRepository"))
> getOption("repos")
LocalR
"file://g:/myFolder/myRepository"
> update.packages(as...
2005 Sep 13
2
rsync asking for user authentication even with no "auth users"
Hi all,
My rsync server was working fine and dandy with only the "hosts allow"
method of authentication until my hosting company switched servers. Now
after changing my config to reflect the new IP and running
rsync mydomain:myrepository/
from the server, rsync asks for authentication for my remote username.
Even with this simple config:
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[myrepository]
path = /path/to/myrepository
comment = My Repository
it still asks for auth!!...
2013 May 02
1
install.packages from own rpository - depencies
I am trying to setup a respository for students with a own package.
Its working fine when the depended packages are already installed with:
install.packages("mypackage",
type="source",repos="http://myrepository.example.com")
but if the the dependencies are not already installed I get the
following error:
ERROR: dependencies 'igraph', 'chron', 'gdata' are not available for
package 'mypackage'
* removing 'C:/.../mypackage'
2010 Sep 17
3
How to set up an own package repository
Dear List,
I'd like to set up a package repository so I can use install.packages() on
it for home-grown packages. I set up an AMPP infrastructure on a windows box
already, but I'm pretty lost with respect to what to do next as I didn't do
any web-programming/admin yet. Could anyone recommend some r-specific
tutorials or has a couple of suggestions for me? I've had a look at the