Dear friends - I'm struggling to get the documentation of my package
correct. The working package is now (with your help!) at
devtools::install_github("troelsring/ABCharge")
and in its proto version includes only a single dataset "brom.RData" which
has two components, a data.frame "brom" and a ma
Dear Troels
What happens if you add \alias{TOTAL}
Michael
On 26/01/2019 08:15, Troels Ring wrote:
Dear friends - I'm struggling to get the documentation of my package
correct. The working package is now (with your help!) at
devtools::install_github("troelsring/ABCharge")
and in its proto ver
Dear Michael - fantastic: TOTAL is now acknowledged -- so I only need the
constants kw, K3, and Kc from the utility_acid.r file - how for format their
documentation - they are available as required inside and outside the package.
All best wishes
Troels
-Oprindelig meddelelse-
Fra: Micha
On 26/01/2019 8:31 a.m., Troels Ring wrote:
Dear Michael - fantastic: TOTAL is now acknowledged -- so I only need the
constants kw, K3, and Kc from the utility_acid.r file - how for format their
documentation - they are available as required inside and outside the package.
Within R, set your
Thanks a lot - I tried with prompt(kw) and that warning disappeared but instead
I got another
> checking for code/documentation mismatches ... WARNING
Data with usage in documentation object 'kw' but not in code:
Kw
And the code is really full og kw -
I'm so sorry to bother
BW
Troels
---
Well in the usage section it says Kw but elsewhere kw so you need to
make them match. Probably some "helpful" part of your system is
capitalising things without you noticing.
Michael
On 26/01/2019 14:04, Troels Ring wrote:
Thanks a lot - I tried with prompt(kw) and that warning disappeared bu
Thanks a lot - but it is really kw and not Kw everywhere - according to "find
in files" etc - thanks a lot for your patience and interest!
BW
Troels
-Oprindelig meddelelse-
Fra: Michael Dewey
Sendt: 26. januar 2019 15:48
Til: Troels Ring ; 'Duncan Murdoch'
; 'package-develop'
Emne: Re
On 26/01/2019 9:04 a.m., Troels Ring wrote:
Thanks a lot - I tried with prompt(kw) and that warning disappeared but instead
I got another
checking for code/documentation mismatches ... WARNING
Data with usage in documentation object 'kw' but not in code:
Kw
And the code is really full
Thanks a lot - I followed your suggestion, and prompt generated under usage:
data(kw) - which is not working as kw is just a single number. So I just
removed the usage section and no complaints are left. Thanks for all help!
BW
Troels
-Oprindelig meddelelse-
Fra: Duncan Murdoch
Sendt: