search for: chrishold

Displaying 20 results from an estimated 21 matches for "chrishold".

2017 Sep 26
0
Surprising message "Error in FUN(newX[, i], ...) : all arguments must have the same length"
Hi Chris, Maybe the na.rm=TRUE is affecting things. Try this apply(datTAF[,75:78],2,function(x){ sum(!is.na(x)) }) HTH, Eric On Tue, Sep 26, 2017 at 9:53 AM, Chris Evans <chrishold at psyctc.org> wrote: > I am hitting an odd message "Error in FUN(newX[, i], ...) : all arguments > must have the same length". I can't supply the data as it's a huge data > frame but I think this has enough diagnostic information to show the > issue. I am sure I...
2017 Sep 26
2
Surprising message "Error in FUN(newX[, i], ...) : all arguments must have the same length"
I am hitting an odd message "Error in FUN(newX[, i], ...) : all arguments must have the same length". I can't supply the data as it's a huge data frame but I think this has enough diagnostic information to show the issue. I am sure I am missing something obvious. I've put some extra comments in but otherwise this is cut and pasted from Rstudio. ### I wanted a table of the
2019 Jan 22
4
So nearly there, but can't install rJava
...anually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Anyone else got any ideas? Chris > From: "Johannes Ranke" <johannes.ranke at jrwb.de> > To: "r-sig-debian" <r-sig-debian at r-project.org>, "Chris Evans" > <chrishold at psyctc.org> > Sent: Tuesday, 22 January, 2019 08:47:28 > Subject: Re: [R-sig-Debian] So nearly there, but can't install rJava > Am Dienstag, 22. Januar 2019, 08:27:14 CET schrieb Chris Evans: > ... > > error: jni.h: No such file or directory > > #include <jn...
2019 Jan 12
2
Installing Rstudio and shiny free server on Debian
...bian "9+" Last question, to everyone, for tonight: Has anyone been able to download and install the server on a 64bit Debian stretch system? TIA, Chris ----- Original Message ----- > From: "Dirk Eddelbuettel" <edd at debian.org> > To: "Chris Evans" <chrishold at psyctc.org> > Cc: "r-sig-debian" <r-sig-debian at r-project.org> > Sent: Saturday, 12 January, 2019 14:58:10 > Subject: Re: [R-sig-Debian] Installing Rstudio and shiny free server on Debian > Chris, > > I fear you may be overcomplicating things. RStudio te...
2023 Jul 02
0
How to plot both lines and points by group on ggplot2
Thank you that is exactly it! The problem was to connect each point of the series 'Conc' with a line. Best regards Luigi On Sat, Jul 1, 2023 at 8:33?PM Chris Evans <chrishold at psyctc.org> wrote: > > > On 01/07/2023 19:20, Luigi Marongiu wrote: > > Hello, > > I have a dataframe with measurements stratified by the concentration > > of a certain substance. I would like to plot the points of the > > measures and connect the points withi...
2019 Jan 22
3
So nearly there, but can't install rJava
...that can be done to fix the r-api-3/r-api-3.5 issue. You can see I'm no programmer or sysadmin but if there is anything I can do to help ...? TIA all, Chris ----- Original Message ----- > From: "Dirk Eddelbuettel" <edd at debian.org> > To: "Chris Evans" <chrishold at psyctc.org> > Cc: "r-sig-debian" <r-sig-debian at r-project.org> > Sent: Tuesday, 22 January, 2019 12:21:39 > Subject: Re: [R-sig-Debian] So nearly there, but can't install rJava > On 22 January 2019 at 10:14, Chris Evans wrote: >| root at DebianAdvent:/hom...
2010 Jan 06
1
chooseCRANmirror() (PR#14179)
Full_Name: Chris Evans Version: 2.10.1 OS: Windows XP sp3 Submission from: (NULL) (86.159.235.204) I was on leave and using a wifi internet connection in France and got connected, launched R (2.10.1 on Windoze XPsp3) and tried to update my packages and got: > chooseCRANmirror() Error in m[, 1L] : incorrect number of dimensions It took me a bit to realise that the message was coming up
2019 Jan 12
1
Installing Rstudio and shiny free server on Debian
----- Original Message ----- > From: "Dirk Eddelbuettel" <edd at debian.org> > To: "Chris Evans" <chrishold at psyctc.org> > Cc: "r-sig-debian" <r-sig-debian at r-project.org> > Sent: Saturday, 12 January, 2019 21:23:46 > Subject: Re: [R-sig-Debian] Installing Rstudio and shiny free server on Debian > On 12 January 2019 at 20:30, Chris Evans wrote: >| I wonder if I'...
2019 Jan 22
0
So nearly there, but can't install rJava
...appy if I manage to get the base and recommended packages out on new releases. Johannes > > TIA all, > > Chris > > > > ----- Original Message ----- > > > From: "Dirk Eddelbuettel" <edd at debian.org> > > To: "Chris Evans" <chrishold at psyctc.org> > > Cc: "r-sig-debian" <r-sig-debian at r-project.org> > > Sent: Tuesday, 22 January, 2019 12:21:39 > > Subject: Re: [R-sig-Debian] So nearly there, but can't install rJava > > > > On 22 January 2019 at 10:14, Chris Evans wrote: &...
2009 May 07
1
extending strsplit to handle missing text that doesn't have the target on which to split
I am sure there is an obvious answer to this that I'm missing but I can't find it. I'm parsing headers of Emails and most have a date like this: "Wed, 16 Nov 2005 05:28:00 -0800" and I can parse that using: tmp.dat.data <- matrix(unlist(strsplit(headers$Date.line,",")), ncol = 2, byrow = TRUE) before going on to look at the day and date/time data.
2019 Jan 21
2
r-api-3 with R 3.5.2. on Stretch: is there a workaround?
Now that I am at least mapping the right repository to my Debian version (doh!) I have another question. In the installation page at https://cran.r-project.org/bin/linux/debian/#debian-stretch-stable there is the line: "Please note that R packages from the Debian stretch distribution are not compatible with R 3.5.x, as it provides r-api-3.5, while the stretch packages depend on
2019 Jan 22
2
So nearly there, but can't install rJava
Wow, this has amplified my respect and gratitude for the R Debian repositories. Doing all the install.packages() and following the clues about missing dependencies has taken hours! However, I have almost all the packages I want installed on this machine and Rstudio and the shiny server are installed and running fine. Bizarrely, to my mind, I am totally failing on rJava and hence a number of
2012 Aug 01
2
Problem updating packages in 2.15.1 on Ubuntu 12.04
The specific message is: "Warning: package 'spatial' in library '/usr/lib/R/library' will not be updated" and the number of libraries about which that's the complaint is now increasingly almost daily so clearly something is wrong. I'm working on a laptop on which I do the recommended Ubuntu updates daily. I done a standard installation of R 2.15.1 using
2019 Jan 12
2
Installing Rstudio and shiny free server on Debian
First, as I'm here and owe it: huge thanks to Dirk and others who maintain the Debian packaging. Second: I realise these questions are not right on topic here and I will go to the rstudio community support next but I'm failing to find answers elsewhere on the web which makes me suspect they haven't come up there and might well be Debian specific so I suspect that if the expertise
2019 Jan 23
0
So nearly there, but can't install rJava
...if >> there is anything I can do to help ...? >> >> TIA all, >> >> Chris >> >> >> >> ----- Original Message ----- >>> From: "Dirk Eddelbuettel" <edd at debian.org> >>> To: "Chris Evans" <chrishold at psyctc.org> >>> Cc: "r-sig-debian" <r-sig-debian at r-project.org> >>> Sent: Tuesday, 22 January, 2019 12:21:39 >>> Subject: Re: [R-sig-Debian] So nearly there, but can't install rJava >> >>> On 22 January 2019 at 10:14, Chris...
2020 Oct 14
1
Can anyone advise me on running R and Rstudio on an AWS virtual machine
This is a funny one and if it's off topic here, I would be grateful if I could be guided to where it would be on topic. I have done some searching but not very successfully so far. Situation: I am doing some analyses of data that are stored in a postgres database in the AWS cloud and using the RJDBC and dplyr packages for the specifics of yanking the data to my own machine. They work and
2019 Jan 20
2
Still hitting odd problems trying to install R 3.5.2 on Debian amd64 machine
My Emails a week or so back were about installing Rstudio and the R shiny server on Debian. I was using an old Toshiba laptop as a sandbox for that and it would only install i386 (same for Ubuntu). Using the information at https://cran.r-project.org/bin/linux/debian/ I did get to the point where I had R 3.5.2, Rstudio and the server on there (with some help from Dirk that is in the list archives).
2010 Apr 23
1
Oddity with internet access and R 11.0 with Sophos firewall and Windoze XP - solved
Just in case anyone else hits this. I just installed R 11.0 alongside R 10.1.0 (off my D: drive in D:\R\... but I think that's irrelevent) and all went well, I selected my nearest CRAN mirror (Bristol is the one I like) and getting the selection list seemed to take ages though it did come eventually. However, I then got an error message saying that R couldn't make contact on port 80. I
2011 Sep 20
2
update.packages() as ordinary user, /usr/lib/R/site-library is not writable
I am moving from windoze on a Dell laptop to Debian but I seem to have hit a snag for R. I managed to find the information to point an /etc/apt/sources.list entry at my local CRAN repository and have installed R 2.13.1 for squeeze from the Bristol UK repository. I installed a number of the additional R packages using synaptic which reported no errors but when I run my first
2011 May 29
1
Oddity: I seem to have a variable in a dataframe that doesn't show in colnames() - can anyone advise?
I may be being dopey, I surely am, but I'm baffled by this. I've been working, on and off for a few days in R version 2.13.0 (2011-04-13) i386-pc-mingw32/i386 (32-bit) working it through ESS. I've got a dataframe created a couple of days back, during the session: > dim(AllDat) [1] 27270 94 I came back this morning and misremembered my variables and thought I had a variable