Re: [R] [FORGED] Re: Line with linearly changing thickness – installation issues

2018-11-11 Thread Ferri Leberl
Dear Paul, Thank you for your help. With your command, the package got installed immediately. Yours, Ferri   Gesendet: Sonntag, 11. November 2018 um 21:05 Uhr Von: "Paul Murrell" An: "David Winsemius" , r-help@r-project.org Betreff: Re: [R] [FORGED] Re: Line with linearl

Re: [R] [FORGED] Re: Line with linearly changing thickness – installation issues

2018-11-11 Thread Paul Murrell
Hi This should hopefully work ... library(devtools); install_github("pmur002/vwline/pkg@v0.1") You can also do ... library(devtools); install_github("pmur002/gridBezier@v1.0-0") library(devtools); install_github("pmur002/vwline/pkg@v0.2-1") ... to get the latest version. There is more info