[Rd] Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
Spencer Graves
spencer.graves at prodsyse.com
Wed Mar 8 23:06:48 CET 2017
Hello:
A call to help(..., help_type='text') fails with "package='fda":
> install.packages('fda')
> help(package='fda', help_type='text')
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) :
incorrect values of 'indent' and 'width'
I have this wrapped inside "try" in PackageSum2{sos}, so it
doesn't die, but it also doesn't give me the additional information I
want from help(..., help_type='text')
Is this a bug?
Thanks,
Spencer Graves
Using RStudio 1.0.136 with
> sessionInfo()
R version 3.3.3 (2017-03-06)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: macOS Sierra 10.12.3
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets
[6] methods base
loaded via a namespace (and not attached):
[1] tools_3.3.3
More information about the R-devel
mailing list