Perfect, thank you!
From: Steven P Sanderson II
Sent: Wednesday, July 19, 2023 4:19 PM
To: Wang, Jifan
Cc: r-package-devel@r-project.org
Subject: [External] Re: [R-pkg-devel] Reference in the DESCRIPTION file
It should be, I have done this, I do not have a paper published for my packages
so th
It should be, I have done this, I do not have a paper published for my
packages so there is nothing to refer to for them. This can be the case for
a great many packages.
On Wed, Jul 19, 2023 at 2:26 PM Wang, Jifan wrote:
> Hi all,
> I was asked to add references describing the methods in my pack
Not sure if I reported the success here or not.
Copying the 3rd party DLL, but not the .lib file, to the src directory
does work around the bug in the linker.
The complete working solution can be seen at
https://github.com/ralmond/RNetica.
Thanks for the help.
--Russell
On 7/17/23
Hi all,
I was asked to add references describing the methods in my package. I plan to
publish a paper describing this package and methods in details, but I wanted to
refer the CRAN page in our paper. I have described the method briefly in the
function documentation. I wonder what is the order of
Hello,
this is *not* a new behavior on CRAN, at least on (re-)submissions to
CRAN. The package has to pass R CMD check --as-cran with all OK. If
one of the Suggests:ed package is not installed, but one of your
examples or package tests needed it, that would be detected by the
check system.
The w