Hi everyone,
I am trying to submit a package to CRAN that depends on INLA, which itself
is not on CRAN. However, INLA is installed on the winbuilder machine but
the version is 0.0-1440400394 and extremely outdated (older than a year, I
think) and some essential functions that I use are not availab
On 08.11.2017 14:25, Fabian Bachl wrote:
Hi everyone,
I am trying to submit a package to CRAN that depends on INLA, which itself
is not on CRAN. However, INLA is installed on the winbuilder machine but
the version is 0.0-1440400394 and extremely outdated (older than a year, I
think) and some e
Good evening,
I am trying to upload my package, called PdPDB 2.0.
When building and checking the package with R-studio with --as-cran option
selected, everything looks ok but, once I tried to upload the package to
CRAN I had the following reply:
*"Strong dependencies not in mainstream repositorie
I think you should be using:
Additional_repositories: https://github.com/mrdwab/SOfun
since that is the actual repository.
Regards,
Brian
On Wed, 2017-11-08 at 17:01 +0100, LUCA BELMONTE wrote:
> Good evening,
>
> I am trying to upload my package, called PdPDB 2.0.
> When building and checkin
Now insalled, please resub,it the package now.
Best,
Uwe Ligges
On 08.11.2017 17:21, Uwe Ligges wrote:
On 08.11.2017 14:25, Fabian Bachl wrote:
Hi everyone,
I am trying to submit a package to CRAN that depends on INLA, which
itself
is not on CRAN. However, INLA is installed on the winbui
And even this cannot work for strong dependencies, as sztrong
deendencies must be available from mainstream repositoreis.
Best,
Uwe Ligges
On 08.11.2017 17:59, Brian G. Peterson wrote:
I think you should be using:
Additional_repositories: https://github.com/mrdwab/SOfun
since that is the
Great, thank you so much!
On Wed, Nov 8, 2017 at 5:21 PM Uwe Ligges
wrote:
>
>
> On 08.11.2017 14:25, Fabian Bachl wrote:
> > Hi everyone,
> >
> > I am trying to submit a package to CRAN that depends on INLA, which
> itself
> > is not on CRAN. However, INLA is installed on the winbuilder machine
I tried to define a macro to produce today's date (like unto the
"\today" command in LaTeX):
\newcommand{\today}{format(Sys.date(),"%d/%m/%Y")}
I put this into my *.Rd file just before invoking it. (Something like
"I don't think I will do any more work today (i.e. \today).")
When I did