Displaying 8 results from an estimated 8 matches for "packageauthor".
2017 Sep 27
3
possible bug in R CMD Rd2pdf
When I include the macros \packageAuthor, \packageDescription,
\packageTitle, \packageMaintainer in a XX-package.Rd file, R CMD Rd2pdf
fails with
$ R CMD Rd2pdf mpra
Hmm ... looks like a package
Converting Rd files to LaTeX Error : mpra/man/mpra-package.Rd:6: file
'./DESCRIPTION' does not exist
This does not happen if I comment...
2017 Sep 27
1
possible bug in R CMD Rd2pdf
...that the input dir is a collection of man pages with a
DESCRIPTION file in the same directory
Best,
Kasper
On Wed, Sep 27, 2017 at 7:03 AM, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
> On 26/09/2017 10:27 PM, Kasper Daniel Hansen wrote:
>
>> When I include the macros \packageAuthor, \packageDescription,
>> \packageTitle, \packageMaintainer in a XX-package.Rd file, R CMD Rd2pdf
>> fails with
>>
>> $ R CMD Rd2pdf mpra
>> Hmm ... looks like a package
>> Converting Rd files to LaTeX Error : mpra/man/mpra-package.Rd:6: file
>> './DESCR...
2017 Oct 03
2
R CMD Rd2pdf and macros
...an/mpra-package.Rd", encoding = "unknown", fragment =
FALSE, :
man/mpra-package.Rd:9: unknown macro '\packageDescription'
Warning in parse_Rd("man/mpra-package.Rd", encoding = "unknown", fragment =
FALSE, :
man/mpra-package.Rd:15: unknown macro '\packageAuthor'
Warning in parse_Rd("man/mpra-package.Rd", encoding = "unknown", fragment =
FALSE, :
man/mpra-package.Rd:17: unknown macro '\packageMaintainer'
Warning in parse_Rd("man/mpra-package.Rd", encoding = "unknown", fragment =
FALSE, :
man/mpra-pa...
2017 Oct 04
1
R CMD Rd2pdf and macros
...ra-package.Rd:6: file
'./DESCRIPTION' does not exist
whereas you (Kurt) reports that this works on zTree.
When I do
R CMD Rd2pdf mpra/man
I get
- a pdf produced
- warnings about missing macros
This is for a package with a
PKGNAME-package.Rd
man page containing \packageDescription, \packageAuthor, \packageTitle,
\packageMaintainer, \doi
R-versions:
R version 3.4.2 Patched (2017-10-04 r73462) -- "Short Summer"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin16.7.0 (64-bit)
R Under development (unstable) (2017-10-04 r73461) -- "Unsu...
2017 Sep 27
0
possible bug in R CMD Rd2pdf
On 26/09/2017 10:27 PM, Kasper Daniel Hansen wrote:
> When I include the macros \packageAuthor, \packageDescription,
> \packageTitle, \packageMaintainer in a XX-package.Rd file, R CMD Rd2pdf
> fails with
>
> $ R CMD Rd2pdf mpra
> Hmm ... looks like a package
> Converting Rd files to LaTeX Error : mpra/man/mpra-package.Rd:6: file
> './DESCRIPTION' does not exist...
2023 Oct 31
0
R 4.3.2 is released
...ds when
length(x) != length(y), thanks to Alexander Ploner's report and
patch proposal (PR#18557).
* norm(<0-length>, "2") now gives zero instead of an error, as all
the other norm types, thanks to Mikael Jagan's PR#18542.
* Build-stage Rd macros \packageAuthor and \packageMaintainer now
process Authors at R, fixing NA results when the package DESCRIPTION
omits Author and Maintainer fields.
* Formatting and printing complex numbers could give things like
0.1683-0i because of rounding error: -0i is now replaced by +0i.
* postscr...
2023 Oct 31
0
R 4.3.2 is released
...ds when
length(x) != length(y), thanks to Alexander Ploner's report and
patch proposal (PR#18557).
* norm(<0-length>, "2") now gives zero instead of an error, as all
the other norm types, thanks to Mikael Jagan's PR#18542.
* Build-stage Rd macros \packageAuthor and \packageMaintainer now
process Authors at R, fixing NA results when the package DESCRIPTION
omits Author and Maintainer fields.
* Formatting and printing complex numbers could give things like
0.1683-0i because of rounding error: -0i is now replaced by +0i.
* postscr...
2023 Oct 31
0
R 4.3.2 is released
...ds when
length(x) != length(y), thanks to Alexander Ploner's report and
patch proposal (PR#18557).
* norm(<0-length>, "2") now gives zero instead of an error, as all
the other norm types, thanks to Mikael Jagan's PR#18542.
* Build-stage Rd macros \packageAuthor and \packageMaintainer now
process Authors at R, fixing NA results when the package DESCRIPTION
omits Author and Maintainer fields.
* Formatting and printing complex numbers could give things like
0.1683-0i because of rounding error: -0i is now replaced by +0i.
* postscr...