similar to: Problem installing R-devel data 4 March 2016.

Displaying 20 results from an estimated 9000 matches similar to: "Problem installing R-devel data 4 March 2016."

2016 Mar 06
2
Problem installing R-devel dated 4 March 2016.
Thanks Peter. I tried running the uninstalled R; it worked. I checked on the existence of FAQ, etc. --- yep everything was there. I don't know about over-zealous virus checkers; I haven't overtly installed any such. So, mystified, I started all over again from scratch. This time it worked; seamlessly. Totally mysterious. Story of my life. Be that as it were, all systems are go
2016 Mar 05
0
Problem installing R-devel data 4 March 2016.
> On 05 Mar 2016, at 03:35 , Rolf Turner <r.turner at auckland.ac.nz> wrote: > > > I am trying to install the latest development version of R so as to be able to perform a package check according the rules specified for CRAN. > > I performed the following steps: > > (1) Downloaded R-devel.tar.gz, dated 04-Mar-2016 03:21, from CRAN > (2) Upacked. > (3)
2016 Mar 06
0
Problem installing R-devel dated 4 March 2016.
Hm, we'll likely never find out. It looks a bit like a race condition or a Makefile deficiency in which some dependencies are not explicitly recorded (so that it tries to copy files before they have been made). I suppose that could happen if you try "make install" w/o a preceding "make". -pd > On 06 Mar 2016, at 04:54 , Rolf Turner <r.turner at auckland.ac.nz>
2017 Nov 18
3
tcltk problems
On 18/11/17 17:00, Erin Hodgess wrote: > When I have compiled from sourced on Ubuntu, I did NOT include the > "with-tcltk" and it worked fine.? Did you try that, please? In the past I have configured without using the "--with-tcltk" flag, and R of course built just fine. But it *did not* have tcltk capability. When I wanted that capability I had to start using the
2017 Nov 18
0
tcltk problems
Rolf, looking at the configure script I believe you need to specify --with-tcl-config=/usr/lib/tcl8.6/tclConfig.sh and similarly --with-tk-config=<location of tkConfig.sh> HTH, Peter On Fri, Nov 17, 2017 at 8:43 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote: > On 18/11/17 17:00, Erin Hodgess wrote: >> >> When I have compiled from sourced on Ubuntu, I did NOT
2017 Nov 19
2
tcltk problems
On 19 November 2017 at 12:17, peter dalgaard wrote: | Dirk may want to dig in here: I respectfully decline. R builds fine on every Ubuntu system, and always has. No bug in R, or Ubuntu, or Debian (which would be cup of tea). There is the distro package (which may be older if an older distro like 16.04 is used) and there always is a current package at CRAN based on Michael's build of my
2018 Jan 01
3
Discrete valued time series data sets.
I am looking for (publicly available) examples of discrete valued time series data sets. I have googled around a bit and have found lots of articles and books on discrete valued time series, but have had no success in locating sites at which data are available. Can anyone make any useful suggestions? Thanks. cheers, Rolf Turner -- Technical Editor ANZJS Department of Statistics
2017 Nov 19
3
tcltk problems
On 18/11/17 18:18, Peter Langfelder wrote: > Rolf, > > looking at the configure script I believe you need to specify > > --with-tcl-config=/usr/lib/tcl8.6/tclConfig.sh > > and similarly > > --with-tk-config=<location of tkConfig.sh> > > HTH. Yes it helped. Thank you. I don't really understand why, but. I had previously (following an off-list
2016 Oct 04
5
Problem installing rgdal on a laptop running Ubuntu 16.04.1
I previously sent a cri de coeur about this problem to the r-help list but so far have not managed to extract a solution. So I am trying here. (Uh, Ubuntu *is* a "special instance" of Debian, isn't it?) The problem is that I cannot install rgdal, and I need it. Rather desperately. I do: install.packages("rgdal",lib="/home/rolf/Rlib") and get the error
2017 Nov 18
4
tcltk problems
It recently came to my attention that my R installation no longer has tcltk capability. I can't figure out why or what to do about it. I built R from source. I configured using the "--with-tcltk" flag. The build and install *seemed* to go OK, but after realising I didn't have tcltk capability I looked into config.log. There I found: > configure:39486: checking for
2016 Apr 09
1
[FORGED] Generating random data with non-linear correlation between two variables
On 09/04/16 06:57, Muhammad Bilal wrote: > Hi All, > > I am new to R and don't know how to achieve it. > > I am interested in generating a hypothetical dataframe that is consisted of say two variables named v1 and v2, based on the following constraints: > 1. The range of v1 is 500-1500. > 2. The mean of v1 is say 1100 > 3. The range of v2 is 300-950. > 4. The mean of
2018 Jan 02
0
Discrete valued time series data sets.
Hi Rolf, I looked at https://docs.microsoft.com/en-us/azure/sql-database/sql-database-public-data-sets One of the first sets in the list is the airline time series (I think it is also used in dplyr examples). https://www.transtats.bts.gov/OT_Delay/OT_DelayCause1.asp You might find other possibilities in that list. HTH, Eric On Tue, Jan 2, 2018 at 12:44 AM, Rolf Turner <r.turner at
2017 Aug 23
4
Flummoxed by gsub().
On 23/08/17 18:33, Stefan Evert wrote: > >> On 23 Aug 2017, at 07:45, Rolf Turner <r.turner at auckland.ac.nz> wrote: >> >> My reading of ?regex led me to believe that >> >> gsub("[:alpha:]","",x) >> >> should give the result that I want. > > That's looking for any of the characters a, l, p, h, : . OK. I see
2017 Aug 23
4
Flummoxed by gsub().
I have a vector (say "x") of the form [1] "mung5" "mung10" "mung20" "gorp5" "gorp10" "gorp20" I want to extract just the numbers (strings of digits) that appear at the end of the strings in "x". My reading of ?regex led me to believe that gsub("[:alpha:]","",x) should give the
2017 Nov 18
0
tcltk problems
When I have compiled from sourced on Ubuntu, I did NOT include the "with-tcltk" and it worked fine. Did you try that, please? Thanks, Erin On Fri, Nov 17, 2017 at 6:34 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote: > > It recently came to my attention that my R installation no longer has > tcltk capability. > > I can't figure out why or what to do about
2017 Sep 30
4
Converting SAS Code
On 9/29/2017 3:37 PM, Rolf Turner wrote: > On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote: > > <SNIP> > >> >> The conceptual paradigm for R is only marginally commensurate with >> that of >> standard statistical software. >> You must immerse yourself in R to become proficient. > > Fortune nomination. For newer list members wondering what
2018 May 28
2
help on the R package Softmaxreg
Hello, Are there anyone knowing about the Softmaxreg R package? I try to understand the mathematics behind its models, by its command softmaxreg, especially the L2 regularized version. Is it regularized on the neural network layers or on the softmax regression layer? Are there any material/article or book on this? Thanks for any clarification. Bests, Vy O. [[alternative HTML version deleted]]
2015 May 11
3
[R] Building R-3.2.0 from source.
I just landed in Paris, and haven't read backwards in this thread, but I've done 3.2.0 builds for all current Fedora releases, they're all in updates-testing (I think the Fedora 22 builds are in updates stable now). The thing that changed is that R doesn't bundle a number of libraries like it used to. This doesn't affect the official Fedora R package, since we never used the
2015 May 11
1
[R] Building R-3.2.0 from source.
On 11/05/15 12:06, M. Edward (Ed) Borasky wrote: > 1. R 3.2.0 is packaged for Fedora now; it's in Rawhide and Fedora 22. > I'm running Fedora 22 (late beta) and haven't had any problems with R. > RStudio Desktop Preview (0.99.435) from the RStudio Fedora RPM is also > running fine. You might save yourself some hassles by upgrading to > Fedora 22. I'm sure I would,
2015 May 10
1
[R] Building R-3.2.0 from source.
I am cross-posting this to r-sig-fedora (I hope that's not an egregious sin) in the hope that doing so might provide some source of insight. I tried sudo yum install zlib and was told > Package zlib-1.2.5-7.fc17.x86_64 already installed and latest version Likewise for "zlib-devel". I also tried sudo yum install bzlib and was told > No package bzlib