Displaying 10 results from an estimated 10 matches for "packagemaintainer".
2017 Oct 03
2
R CMD Rd2pdf and macros
...ot;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-package.Rd:24: unknown macro '\doi'
It would appear that installed, system level macros are not read and used?
Best,
Kasper
[[alternative HTML version deleted]]
2017 Oct 04
1
R CMD Rd2pdf and macros
...SCRIPTION' 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) -- "Unsuffered
Consequences"
Copyright...
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 out 4 occurrences of these 4 macros in
mpra-package.Rd....
2010 Oct 18
4
[Bug 30975] New: A Question about the linux-2.6 kernel-modules for nouveau
...amfs <kernel version>.img
<kernel version>
My only bug-bear by doing the make modules method is that it took a total of 5
1/2 hours with my Athlon XP 3,000 machine.So I looked at building the nouveau
kernel faster using the rpm-tools methodHere is the link
http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo
I have built a skeleton spec file using rpm-spec, and filled in the details
from the kernel section of Fedora Koji,and the Fedora rpm-tools howto.
http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo
I've ran rpmlint -i linux-2.6.36-nouveau.i686.spec to...
2017 Sep 27
1
possible bug in R CMD Rd2pdf
...PTION 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
>> './DESCRIPTION' does not exist
>>
>> This does not happen...
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
>
> This does not happen if I comment out 4 occurrence...
2011 Feb 13
1
RCytoscape setPosition error
Hi
Can some one please point out where i am wrong.
I am trying to position set of nodes column-wise in cytoscape using
RCytoscape
A----D
B----E
C----F
-------------------
g <- new ('graphNEL', edgemode='undirected')
cw <- CytoscapeWindow ('smallExample', graph=RCytoscape::makeSimpleGraph())
layout (cw, 'jgraph-spring')
redraw(cw)
nodesFr = c('A',
2023 Oct 31
0
R 4.3.2 is released
...h(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.
* postscript() refused to accept...
2023 Oct 31
0
R 4.3.2 is released
...h(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.
* postscript() refused to accept...
2023 Oct 31
0
R 4.3.2 is released
...h(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.
* postscript() refused to accept...