Ferri Leberl
2018-Nov-11 16:30 UTC
[R] Line with linearly changing thickness – installation issues
Dear All, Thanks to Peter for his hint to the lwline package. As a pitty, I have difficulties to get it installed, as it requires https://github.com/Gibbsdavidl/twine which failes for me. install_github("git at github.com:Gibbsdavidl/twine.git") ? ends with ** building package indices Error in read.table(zfile, header = TRUE, as.is = FALSE) : more columns than column names ERROR: installing package indices failed * removing ?/usr/local/lib/R/site-library/twine? Fehler in i.p(...) : (konvertiert von Warnung) installation of package ?/tmp/RtmpD3exKe/file730c303b4c3/twine_0.1.tar.gz? had non-zero exit status I found hints like https://community.rstudio.com/t/lazydata-failed-for-for-package/4196 and https://stat.ethz.ch/pipermail/r-help/2011-March/272829.html that boil down to problems within the data subdir of the project ? but I cannot (and should not) edit the project, can I? Can anybody help me solving the problem? Thank you in advance! Yours, Ferri ? Gesendet:?Sonntag, 11. November 2018 um 15:38 Uhr Von:?"Peter Dalgaard" <pdalgd at gmail.com> An:?"Ferri Leberl" <ferri.leberl at gmx.at> Cc:?r-help at r-project.org Betreff:?Re: [R] Line with linearly changing thickness Hmm... I don't recall whether this has been packaged up, but Paul Murrell talked about it at useR in Brisbane. https://www.youtube.com/watch?v=L6FawdEA3W0 -pd> On 11 Nov 2018, at 11:44 , Ferri Leberl <ferri.leberl at gmx.at> wrote: > > > Dear All, > I want to depict flows: At point x there is an input of a units. at point y, b units arrive. > Obviously, the line thicknes can be manipulated with (a constant) cex. But I want the thickness to change linearly from ~a in x to ~b in y. > Is there an out of the box solution for this? > Thank you in advance! > Yours, Ferri > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help[https://stat.ethz.ch/mailman/listinfo/r-help] > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html[http://www.R-project.org/posting-guide.html] > and provide commented, minimal, self-contained, reproducible code.-- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com ?
David Winsemius
2018-Nov-11 17:22 UTC
[R] Line with linearly changing thickness – installation issues
I would have imagined that drawing a polygon would be the way most people would have attempted. Regarding Murrell's package: I thought the package name was "vwline". My attempt to install was unsuccessful> > devtools::install_github("pmur002/vwline") Error in utils::download.file(url, path, method = download_method(), quiet = quiet,? : ? cannot open URL 'https://api.github.com/repos/pmur002/vwline/contents/DESCRIPTION?ref=master' > install.packages("~/vwline-0.2-1.tar.gz", repo=NULL) Installing package into ?/home/david/R/x86_64-pc-linux-gnu-library/3.5.1? (as ?lib? is unspecified) Warning in untar2(tarfile, files, list, exdir, restore_times) : ? skipping pax global extended headers ERROR: cannot extract package from ?/home/david/vwline-0.2-1.tar.gz? Warning in install.packages : ? installation of package ?/home/david/vwline-0.2-1.tar.gz? had non-zero exit status Furthermore, I do get the same error from attempting to install pkg:twine from github. -- David Doing this from an Rstudio console running R 3.5.1 in Ubuntu 18.04 On 11/11/18 8:30 AM, Ferri Leberl wrote:> Dear All, > Thanks to Peter for his hint to the lwline package. > As a pitty, I have difficulties to get it installed, as it requires https://github.com/Gibbsdavidl/twine which failes for me. > > install_github("git at github.com:Gibbsdavidl/twine.git") > > ends with > > ** building package indices > Error in read.table(zfile, header = TRUE, as.is = FALSE) : > more columns than column names > ERROR: installing package indices failed > * removing ?/usr/local/lib/R/site-library/twine? > Fehler in i.p(...) : > (konvertiert von Warnung) installation of package ?/tmp/RtmpD3exKe/file730c303b4c3/twine_0.1.tar.gz? had non-zero exit status > > I found hints like > https://community.rstudio.com/t/lazydata-failed-for-for-package/4196 and > https://stat.ethz.ch/pipermail/r-help/2011-March/272829.html > that boil down to problems within the data subdir of the project ? but I cannot (and should not) edit the project, can I? > > Can anybody help me solving the problem? > Thank you in advance! > Yours, Ferri > > > > Gesendet:?Sonntag, 11. November 2018 um 15:38 Uhr > Von:?"Peter Dalgaard" <pdalgd at gmail.com> > An:?"Ferri Leberl" <ferri.leberl at gmx.at> > Cc:?r-help at r-project.org > Betreff:?Re: [R] Line with linearly changing thickness > Hmm... I don't recall whether this has been packaged up, but Paul Murrell talked about it at useR in Brisbane. > > https://www.youtube.com/watch?v=L6FawdEA3W0 > > -pd > >> On 11 Nov 2018, at 11:44 , Ferri Leberl <ferri.leberl at gmx.at> wrote: >> >> >> Dear All, >> I want to depict flows: At point x there is an input of a units. at point y, b units arrive. >> Obviously, the line thicknes can be manipulated with (a constant) cex. But I want the thickness to change linearly from ~a in x to ~b in y. >> Is there an out of the box solution for this? >> Thank you in advance! >> Yours, Ferri >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help[https://stat.ethz.ch/mailman/listinfo/r-help] >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html[http://www.R-project.org/posting-guide.html] >> and provide commented, minimal, self-contained, reproducible code. > -- > Peter Dalgaard, Professor, > Center for Statistics, Copenhagen Business School > Solbjerg Plads 3, 2000 Frederiksberg, Denmark > Phone: (+45)38153501 > Office: A 4.23 > Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com > > > > > > > > > > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Paul Murrell
2018-Nov-11 20:05 UTC
[R] [FORGED] Re: Line with linearly changing thickness – installation issues
Hi This should hopefully work ... library(devtools); install_github("pmur002/vwline/pkg at v0.1") You can also do ... library(devtools); install_github("pmur002/gridBezier at v1.0-0") library(devtools); install_github("pmur002/vwline/pkg at v0.2-1") ... to get the latest version. There is more info at ... https://www.stat.auckland.ac.nz/~paul/Reports/VWline/vwline-intro/power-curve.html ... and even more in several other reports at ... https://www.stat.auckland.ac.nz/~paul/index.html Paul On 12/11/18 6:22 AM, David Winsemius wrote:> I would have imagined that drawing a polygon would be the way most > people would have attempted. > > Regarding Murrell's package: > > I thought the package name was "vwline". My attempt to install was > unsuccessful> > > > devtools::install_github("pmur002/vwline") > Error in utils::download.file(url, path, method = download_method(), > quiet = quiet,? : > ? cannot open URL > 'https://api.github.com/repos/pmur002/vwline/contents/DESCRIPTION?ref=master' > > > install.packages("~/vwline-0.2-1.tar.gz", repo=NULL) > Installing package into ?/home/david/R/x86_64-pc-linux-gnu-library/3.5.1? > (as ?lib? is unspecified) > Warning in untar2(tarfile, files, list, exdir, restore_times) : > ? skipping pax global extended headers > ERROR: cannot extract package from ?/home/david/vwline-0.2-1.tar.gz? > Warning in install.packages : > ? installation of package ?/home/david/vwline-0.2-1.tar.gz? had > non-zero exit status > > > Furthermore, I do get the same error from attempting to install > pkg:twine from github. > > -- David > > Doing this from an Rstudio console running R 3.5.1 in Ubuntu 18.04 > > On 11/11/18 8:30 AM, Ferri Leberl wrote: >> Dear All, >> Thanks to Peter for his hint to the lwline package. >> As a pitty, I have difficulties to get it installed, as it requires >> https://github.com/Gibbsdavidl/twine which failes for me. >> >> install_github("git at github.com:Gibbsdavidl/twine.git") >> ends with >> >> ** building package indices >> Error in read.table(zfile, header = TRUE, as.is = FALSE) : >> ?? more columns than column names >> ERROR: installing package indices failed >> * removing ?/usr/local/lib/R/site-library/twine? >> Fehler in i.p(...) : >> ?? (konvertiert von Warnung) installation of package >> ?/tmp/RtmpD3exKe/file730c303b4c3/twine_0.1.tar.gz? had non-zero exit >> status >> >> I found hints like >> https://community.rstudio.com/t/lazydata-failed-for-for-package/4196 and >> https://stat.ethz.ch/pipermail/r-help/2011-March/272829.html >> that boil down to problems within the data subdir of the project ? but >> I cannot (and should not) edit the project, can I? >> >> Can anybody help me solving the problem? >> Thank you in advance! >> Yours, Ferri >> >> >> Gesendet:?Sonntag, 11. November 2018 um 15:38 Uhr >> Von:?"Peter Dalgaard" <pdalgd at gmail.com> >> An:?"Ferri Leberl" <ferri.leberl at gmx.at> >> Cc:?r-help at r-project.org >> Betreff:?Re: [R] Line with linearly changing thickness >> Hmm... I don't recall whether this has been packaged up, but Paul >> Murrell talked about it at useR in Brisbane. >> >> https://www.youtube.com/watch?v=L6FawdEA3W0 >> >> -pd >> >>> On 11 Nov 2018, at 11:44 , Ferri Leberl <ferri.leberl at gmx.at> wrote: >>> >>> >>> Dear All, >>> I want to depict flows: At point x there is an input of a units. at >>> point y, b units arrive. >>> Obviously, the line thicknes can be manipulated with (a constant) >>> cex. But I want the thickness to change linearly from ~a in x to ~b >>> in y. >>> Is there an out of the box solution for this? >>> Thank you in advance! >>> Yours, Ferri >>> >>> ______________________________________________ >>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >>> https://stat.ethz.ch/mailman/listinfo/r-help[https://stat.ethz.ch/mailman/listinfo/r-help] >>> >>> PLEASE do read the posting guide >>> http://www.R-project.org/posting-guide.html[http://www.R-project.org/posting-guide.html] >>> >>> and provide commented, minimal, self-contained, reproducible code. >> -- >> Peter Dalgaard, Professor, >> Center for Statistics, Copenhagen Business School >> Solbjerg Plads 3, 2000 Frederiksberg, Denmark >> Phone: (+45)38153501 >> Office: A 4.23 >> Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com >> >> >> >> >> >> >> >> >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.