Re: [R-pkg-devel] vignette problems: invisible

2019-02-01 Thread Troels Ring
Thanks a lot - that solved the issue! Best wishes Troels -Oprindelig meddelelse- Fra: Duncan Murdoch Sendt: 1. februar 2019 15:42 Til: Troels Ring ; package-develop Emne: Re: [R-pkg-devel] vignette problems: invisible On 01/02/2019 9:23 a.m., Duncan Murdoch wrote: > On 01/02/2019 8:22

Re: [R-pkg-devel] vignette problems: invisible

2019-02-01 Thread Duncan Murdoch
On 01/02/2019 9:23 a.m., Duncan Murdoch wrote: On 01/02/2019 8:22 a.m., Troels Ring wrote: devtools::install_github("troelsring/ABCharge",force=TRUE,build_vignettes = TRUE) That looks like an issue with install_github. The normal way to install a package is to build the tarball, then install

Re: [R-pkg-devel] vignette problems: invisible

2019-02-01 Thread Duncan Murdoch
On 01/02/2019 8:22 a.m., Troels Ring wrote: devtools::install_github("troelsring/ABCharge",force=TRUE,build_vignettes = TRUE) That looks like an issue with install_github. The normal way to install a package is to build the tarball, then install from that. When I do that with your package,

Re: [R-pkg-devel] vignette problems: invisible

2019-02-01 Thread Troels Ring
By the way: devtools::install_github("troelsring/ABCharge",force=TRUE,build_vignettes = TRUE) didn't help BW Troels Fra: Troels Ring Sendt: 1. februar 2019 12:15 Til: package-develop (r-package-devel@r-project.org) Emne: vignette problems: invisible Dear friends - I'm closing in on fi

Re: [R-pkg-devel] vignette problems: invisible

2019-02-01 Thread Hong Ooi via R-package-devel
--- Begin Message --- The various devtools::install_* functions don't install vignettes by default; to do so, add the build_vignettes=TRUE argument. -Original Message- From: R-package-devel On Behalf Of Troels Ring Sent: Friday, 1 February, 2019 10:15 PM To: package-develop Subject: [R

[R-pkg-devel] vignette problems: invisible

2019-02-01 Thread Troels Ring
Dear friends - I'm closing in on finalizing the package and its current version is on github/troelsring/ABCharge and it passes ctrl shift E without errors and now also has a vignette. I can see the vignette OK in its directory but issuing after installing from github by devtools, it cannot be calle