Displaying 20 results from an estimated 4000 matches similar to: "translation from windows to linux"
2010 Oct 30
2
How to get write permissions for (lib="~/.R/library") ??
Hi
I am trying to install R-igraph, but when I issue the command :
install.packages("igraph", lib="~/.R/library")
in the R session, I get the following error:
Warning in install.packages("igraph", lib = "~/.R/library") :
'lib = "~/.R/library"' is not writable
Error in install.packages("igraph", lib =
2012 Mar 13
2
Upgrade from 2.11.1 to 2.14.2 options?
Linux kernel 2.6.18-2-pve Proxmox vm.
debian_version 6.0.4 Squeeze
sessionInfo()
R version 2.11.1 (2010-05-31)
x86_64-pc-linux-gnu
locale:
C
New to R, new to Debian.
I'm trying to upgrade from 2.11.1 to 2.14 following the steps outlined in
the doc below that I found on the link.
http://www.r-project.org/ -
DEBIAN PACKAGES OF R SOFTWARE
I added this line to the sources.list file it's
2002 Jul 18
2
RODBC and Excel Files
Hello,
I am trying to play with RODBC library and Excel Files. In my file
(doubs.xls) there are 2 spreadsheets:
> library(RODBC)
> connection<-odbcConnect("Excel Files")
> sqlTables(connection)
TABLE_CAT TABLE_SCHEM TABLE_NAME TABLE_TYPE REMARKS
1 F:\\Th?se\\R\\Doubs NA Faune$ SYSTEM TABLE NA
2 F:\\Th?se\\R\\Doubs NA Milieu$
2008 Apr 22
4
Modeling presence only data in R
Dear All,
I have a set of environental maps and presence-only points for some species.
How can I generate distributions models on R using these presence-only data?
What packages and functions can I use to do so?
Kind regards,
Miltinho
Brazil
[[alternative HTML version deleted]]
2017 Jul 18
1
Backports of R 3.4.1 to Debian delayed
Dear all,
I have bad RAM on the machine that I am using to create the backports, so I
need to replace it. It took me a while to figure it out... While I was able to
create the backport after several iterations with spurious segfaults, I will
not upload it as I am not sure if it could be corrupted in some way.
I hope to be able to upload a clean backport of R 3.4.1 during the rest of the
week
2018 Feb 13
3
Suppress horizontal mean line in beanplot()
Hi,
I would like to use the beanplot() function from the beanplot package.
Unfortunately, I can't find out how to suppress the dashed horizontal
line, that shows the overall mean.
In the help I've found the argument "overallline", but it only allows
for "mean" or "median" .
I have tried overallline = F, overallline="n", and
2006 Aug 02
4
College course on Ruby on Rails
Hello all,
I am very happy to announce that registration for my new course entitled
"Ruby on Rails Development" at my college is now open. We are offering this
course as part of our LAMP certificate which is designed for working
professionals who want to upgrade their skills.
I think that it is a sign of Rails'' growing maturity that I was able to
propose this and work it
2015 Feb 26
3
R 3.1.2 for Debian jessie/testing available on CRAN
Dear Johannes,
Thanks a lot for this work! I have to admit that I'm now a little bit
puzzled, though. I'm running Debian Jessie (current testing) with great
satisfaction. When it comes to R, I simply have the SID repository
(official Debian) enabled, with some pining to get only R-related stuff.
Now, I'm not sure to understand the benefit of using the CRAN repository
for Jessie?I
2008 Feb 18
2
skip non-converging nls() in a list
Howdee,
My question appears at #6 below:
1. I want to model the growth of each of a large number of individuals using
a 4-parameter logistic growth curve.
2. nlme does not converge with the random structure that I want to use.
3. nlsList does not converge for some individuals.
4. I decided to go around nlsList using:
t(sapply(split(data, list(data$id)),
function(subd){coef(nls(mass ~
2015 Mar 03
2
Suggestions to improve the info page of /bin/linux/debian
Hi Johannes,
I didn't know what would be the best approach to modify the page?how it was
generated, is there a central place, etc.?which is why I posted on
r-sig-debian in the first place. Anyway, although I'm more or less familiar
with markdown and pandoc, it was easier for me to edit directly README.html
as it was on CRAN. Please find attached a revision with the modifications I
2017 Oct 10
1
Unbalanced data in split-plot analysis with aov()
Dear all,
I'm analysing a split-plot experiment, where there are sometimes one or
two values missing. I realized that if the data is slightly unbalanced,
the effect of the subplot-treatment will also appear and be tested
against the mainplot-error term.
I replicated this with the Oats dataset from Yates (1935), contained in
the nlme package, where Variety is on mainplot, and nitro on
2015 Feb 26
2
R 3.1.2 for Debian jessie/testing available on CRAN
Thanks Johannes to clarify this point. It makes more sense to me now. So I
understand that the idea is to make it simpler without apt-pinning for less
adventurous people (I mean normal people :)): just add jessie-cran3 repo
and you're good to go.
Am I also correct that jessie-cran3 is essentially a backport of Debian
SID, with some (short?) delay? In other words, modulo a couple of days,
2012 Nov 06
2
Question on callNextMethod
I don't understand why I get the following results. I define two classes
'Base' and 'Derived', the latter of which 'contains' the first. I then
define a generic method 'test' and overload it for each of these classes. I
call 'callNextMethod()' in the overload for Derived. From the output, it
appears that the overload for Base gets called twice. Why is
2009 Jan 07
1
proto question
Dear R Users,
I have a couple of proto objects like:
wedge <- proto(expr={
start.year <- 2008
end.year <- 2050
})
star.rating <- wedge$proto(
star = c(4, 5, 8, 10),
gain = c(0, .3, .5, .7),
cost = c(0, 2100, 4000, 7500),
star.rating <- function(., year) 6.0,
setup = function(.){
.$cost.for.star <- approxfun(.$star,
2011 Jul 04
2
RWinEdt problem
Hi R Helpers,
I am a long time RWinEdt user and have just acquired a new laptop. I have
installed RWinEdt and things are going smoothly except for one small glitch
- file names are not appearing on the document tabs. When I use WinEdt (as
opposed to RWinEdt), they are appearing. Can anyone offer any advice on
this?
Thanks in advance,
Simon Knapp
OS: windows7
Arch: 64 bit
R version: 2.13.0
2008 Feb 15
2
lmList, tapply() and lm()
Howdee,
*** I know that the lmList() function exists, yet I don't want to use it.
***
Would anyone be kind enough to tell how I can apply the function lm() to
each level of a given factor so to obtain the intercept and slope for each
factor level within a matrix?
For instance, suppose a dataframe containing 3 variables: id, x and y.
I want to compute the function lm() for each level
2005 Dec 09
6
Which mysql for a new project?
Hi all,
I am about to start a new RoR project. Which version of mysql is the
current best one to use? I will be using the soon-to-be-released RoR
1.0 for the project. I really don''t want to start a PostreSQL vs.
MySQL vs. Whatever war. I have all databases including Oracle at my
disposal. This project will be my testbed for using RoR with mysql. I
will be doing other tests with other dbs
2015 Feb 26
2
Suggestions to improve the info page of /bin/linux/debian
After Johannes set up the CRAN repository for Jessie, I had quite some
trouble figuring out what any user should do to have a running and
up-to-date R in Debian (particularly Testing). Part of the problem is, I
think, the overwhelming documentation on the page "DEBIAN PACKAGES OF R
SOFTWARE" which is provided on CRAN at /bin/linux/debian. Some information
is also lacking in places.
2015 Jan 24
2
Unable to install R 3.1.2 on Debian:Testing
> otherwise I will only have time in the weekend to do something (amend the
> README or set up a new repo for jessie) on the weekend.
The repository for jessie is in the works - but don't expect it to be up
before next weekend.
Johannes
2005 Dec 09
2
Blocking problem with embeded R (windows)
Hi all,
I am trying to make calls to R from an MFC application running on XP
and am having problems blocking the application while the call
executes.
I have tried the following approaches to using R from the application
(note that I set a wait cursor while R is executing).
1) call rcmd in BATCH mode using system(). This works well, except
that I get the cmd window popping up... which makes the