search for: nhh

Displaying 20 results from an estimated 463 matches for "nhh".

Did you mean: nh
2018 Nov 10
2
Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw)
On Sat, 10 Nov 2018, I?aki Ucar wrote: > On Sat, 10 Nov 2018 at 15:17, Roger Bivand <Roger.Bivand at nhh.no> wrote: >> >> On upgrading my F28 to F29, I've found that R-core and a number of R >> packages: >> >> R-evaluate R-glue R-highr R-knitr R-magrittr R-markdown R-mime R-stringi >> R-stringr R-yaml >> >> are installed, although I only ever inst...
2006 Oct 07
3
merge and polylist
Greetings: I would like to kindly ask for a little help. The rough code is: #________________________________________________________ dat=data.frame(read.delim(file="all.txt", header = TRUE, sep = "\t", quote="\"", dec=".",na.strings = "NA")) nc=read.shape("astae.shp", dbf.data=TRUE, verbose=TRUE) mappolys=Map2poly(nc) submap
2023 Oct 30
1
Wayland Display Support in R Plot
El lun., 30 oct. 2023 12:26, Roger Bivand <Roger.Bivand at nhh.no> escribi?: > I also noticed this: > > https://www.theregister.com/2023/10/13/gnome_proposes_dropping_x11/ > > which is concerning. Until now, I've retained X11 on Fedora because of > difficulties in screen sharing via zoom in Wayland sessions. > KDE Plasma user here...
2018 Nov 10
2
Fedora 29 upgrade: texlive-scheme-medium may depend on R
...ncluded in any scheme groups. I would CC RStudio, but support does not expose an email, so I'm CC-ing the rmarkown maintainer. Roger -- Roger Bivand Department of Economics, Norwegian School of Economics, Helleveien 30, N-5045 Bergen, Norway. voice: +47 55 95 93 55; e-mail: Roger.Bivand at nhh.no http://orcid.org/0000-0003-2392-6140 https://scholar.google.no/citations?user=AWeghB0AAAAJ&hl=en
2018 Nov 10
0
Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw)
..., one might like files properly separated and > executed individually. I myself find it a fairly nice workflow for many > of my projects. R is a pretty large install just for one texlive package. Roger > > ________________________________ > From: Roger Bivand <Roger.Bivand at nhh.no> > Sent: Saturday, November 10, 2018 6:35:05 PM > To: I?aki Ucar > Cc: r-sig-fedora at r-project.org; Andreas Storvik Strauman > Subject: Re: [R-sig-Fedora] Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw) > > On Sat, 10 Nov 2018, I?aki Ucar wrot...
2018 Nov 10
1
Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw)
...dant as R is invoked on a per-file basis and not by it's own including syntax. However, one might like files properly separated and executed individually. I myself find it a fairly nice workflow for many of my projects. ________________________________ From: Roger Bivand <Roger.Bivand at nhh.no> Sent: Saturday, November 10, 2018 6:35:05 PM To: I?aki Ucar Cc: r-sig-fedora at r-project.org; Andreas Storvik Strauman Subject: Re: [R-sig-Fedora] Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw) On Sat, 10 Nov 2018, I?aki Ucar wrote: > On Sat, 10 Nov 2018...
2015 Jan 16
2
[R-sig-Geo] Error installing 'rgdal' on Centos 7
...stall.packages : installation of package ?rgdal? had non-zero exit status The downloaded source packages are in ?/tmp/Rtmpeaf9P4/downloaded_packages? ------------------- I tried to install gdal -dev and gdal but it is impossible. Regards, Manuel Roger Bivand <Roger.Bivand at nhh.no> escribi?: > Please do not cross-post. Please do provide sufficient information > to help diagnose your problem (here the output of the ./configure > run during installation). Almost certainly you are trying to install > from source when one or more external dependency is n...
2005 Oct 21
2
Finding the neighbors of the point
Dear all, I got point data of trees. I was wondering if anybody has experience in searching the neighbors within a specified distance efficiently. X Y Z 99 34 65 98 35 29 98 34 28 99 33 33 98 32 23 99 33 21 99 33 22 99 32 24 99 30 23 ... What I want to do is : searching for the neighbors with a distance R for each tree & the neighbor must have a bigger Z.
2006 Feb 20
2
help on dyn.load()
Hi, I used .C to call the C functions inside R. Everything works fine on the linux sever. I installed cygwin on my windows xp x64 platform and used rcmd shlib xxx.c to compile. Everything works fine till now and xxx.dll is generated. But when I use dyn.load("xxx.dll") in R, it will open another R window and the original R window becomes "Not responding", nothing loaded in
2005 Aug 19
1
How to create design matrix for LLMNL?
Hello, I have a small problem with developing design matrix X, which I use in estimation the log-likelihood of a multinomial logit model. I have the data: number of observation - 289 number of choice alternative- 3 number of choice specific variables in matrix X -4 matrix X =289x4 I tried to use the function createX, I know that I have to get design matrix 289x12 (am I right?) but
2023 Oct 30
1
Wayland Display Support in R Plot
..._proposes_dropping_x11/ which is concerning. Until now, I've retained X11 on Fedora because of difficulties in screen sharing via zoom in Wayland sessions. Roger -- Roger Bivand Emeritus Professor Norwegian School of Economics Postboks 3490 Ytre Sandviken, 5045 Bergen, Norway Roger.Bivand at nhh.no
2018 Nov 10
2
Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw)
On Sat, 10 Nov 2018 at 19:12, Roger Bivand <Roger.Bivand at nhh.no> wrote: > > My point exactly. It should only run R RHOME to check for the existence of > R (if this is what it does) at run time, not at install time. If it then, > at run time, does not find R, or having found R does not find knitr > (though Sweave is part of utils, so knitr i...
2006 Jan 20
1
Problem loading package with version, S4 classes and NAMESPACE
...installed without package versions, runs OK, passes R CMD check, and so on. A user reported that he installed it --with-package-versions, and that from then on it would fail at first use of a class defined in the package. I've reconstructed the problem in a skeletal package: http://reclus.nhh.no/R/etc/S4nswv_0.1-1.tar.gz which when installed without versions works: $ R CMD INSTALL S4nswv $ R ... > library(S4nswv) > sessionInfo() R version 2.2.1, 2005-12-20, i686-pc-linux-gnu attached base packages: [1] "methods" "stats" "graphics" "grD...
2000 Oct 27
6
GIS and R
Dear All, Does anyone know of any GIS packages for R? I know that there are GIS facilities for S-Plus (eg Arc Info), and am looking for freeware equivalents. Best wishes, Sam Brown ----------------------------------------------------------- Sam Brown sam at zoo.cam.ac.uk Department of Zoology tel +44 1223 330933 Downing Street fax +44 1223 334466
2003 Aug 20
2
grid Graphics by Paul Murrell
Dear All, I've been trying to format a plot output using par() with mfrow, fin, mai, etc and basically it's proving to be a pain. I searched on google and found that Paul Murrell had written a grid Graphics program which seems perfect. However, when I try and use say viewport() I just get a function not found error. Can someone tell me what I'm doing wrong please? Thank-you
2003 Sep 21
3
Z aware interpolation
Hello again, There is any package which does Z aware (real 3D) interpolations? It can be any method (IDW, kriging or spline) but it should take into consideration not only x and y coordinates for interpolation, but also z coordinate. I looked into different packages but it seems i didn't find the right one. The ultimate goal is to import the output into a GIS (Geographical Information
2004 Aug 23
2
Reading GAL file
Greetings: I am trying to work with spdep (everything is "brand new" downloaded this morning). OS = Windows 2000 (also up to date). The code I am using follows: #example gal.county=read.geoda("lnpilnd.GAL", row.names=NULL, skip=0) summary.nb(gal.county) Error in summary.nb(gal.county) : Not a neighbours list #end The gal file works just fine in GeoDa (also up to date).
2020 Jun 29
1
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld woes
On Mon, 29 Jun 2020 at 11:24, I?aki Ucar <iucar at fedoraproject.org> wrote: > > On Mon, 29 Jun 2020 at 10:21, Roger Bivand <Roger.Bivand at nhh.no> wrote: > > > > In the rgdal package, configure.ac has had : ${LDFLAGS=`"${RBIN}" CMD > > config LDFLAGS`} at least since 2012, so picking up LDFLAGS known to the R > > version installed. Very recently, users installing rgdal from source with > > R inst...
2008 Aug 01
1
bug in readRAST6 function in package spgrass6
Hi if I try to import a raster layer which consists only of NULL values from grass by using the readRAST6, I get an error message: > readRAST6("HSericea_seedsDisperse_2007") ERROR: Invalid value for null (integers only) Error in readBinGrid(rtmpfl11, colname = vname[i], proj4string = p4, integer = to_int) : no such file:
2004 Nov 18
1
Method dispatch S3/S4 through optimize()
...thods should dispatch on class irrespective of context, I think. SparseM does not have a namespace, spdep does, but I don't think this is the issue. I'm pretty sure this isn't an issue with SparseM either, because of 1). I've put a copy of the problematic spdep on: http://reclus.nhh.no/R/spdep/spdep_0.2-24.tar.gz should that be of any use, the issue is present in both R-2.0.1 and R-devel (2004-11-16), SparseM is 0.52. I hope that I'm missing something fairly obvious. Roger -- Roger Bivand Economic Geography Section, Department of Economics, Norwegian School of Econo...