[inlinedocs] second impressions...

Cook, Malcolm MEC at stowers.org
Thu Jun 2 22:18:34 CEST 2011


Toby,

I'm having a challenge working with inlinedocs with a package that previously I was able to create with package.skeleton.dx and then R CMD INSTALL.  

This success was prior to recent update of R and all packages to current release version, which might(?) have updated inlinedocs as well (I assume).

I then tried re INSTALLing inlinedocs from source but still have the problem

The problem is as follows:

I can create the package fine with

R>	package.skeleton.dx('~/asea/trunk/R/ASEA')

But, when I smoke testing installing it with

>	R CMD INSTALL -l ./inst/Rlibrary ~/asea/trunk/R/ASEA

I get errors like:

Warning: newline within quoted string at ASEAvCLIP_analysis.Rd:11
Warning: /Volumes/SAN1/Users/mec/asea/trunk/R/ASEA/man/ASEAvCLIP_analysis.Rd:31: unexpected section header '\value'
Warning: newline within quoted string at ASEAvCLIP_analysis.Rd:11
Warning: /Volumes/SAN1/Users/mec/asea/trunk/R/ASEA/man/ASEAvCLIP_analysis.Rd:85: unknown macro '\n'
Warning: newline within quoted string at ASEAvCLIP_analysis.Rd:11
Warning: /Volumes/SAN1/Users/mec/asea/trunk/R/ASEA/man/ASEAvCLIP_analysis.Rd:85: unknown macro '\n'
Warning: newline within quoted string at ASEAvCLIP_analysis.Rd:11
...
Error in parse_Rd("/Volumes/SAN1/Users/mec/asea/trunk/R/ASEA/man/ASEAvCLIP_analysis.Rd",  : 
  Unexpected end of input (in " quoted string opened at ASEAvCLIP_analysis.Rd:105:28)
ERROR: installing Rd objects failed for package 'ASEA'

I tried commenting out the offending function, but that just exposed another function to the same problem.  I suspect it is NOT particular to my function.  

> sessionInfo()
R version 2.13.0 (2011-04-13)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
...
other attached packages:
 [1] inlinedocs_1.7                        

Any suggestions on how to proceed?


~Malcolm




More information about the Inlinedocs-support mailing list