9, 2019 8:40:55 PM
Para: Andrea Vilar Alvarez
CC: r-package-devel@r-project.org
Asunto: Re: [R-pkg-devel] Problems installing dependences of my package
Hi Andrea,
If your code is highly dependent on a specific version, another option is to
include their code directly in your package
Hi Andrea,
If your code is highly dependent on a specific version, another option is
to include their code directly in your package. The forecast package is
under GPL-3 license, meaning you can use their code. You would just need
include the authors as a contributor ([ctb] tag) and make note of
> And now, I have another problem because the versions are usually
indicated using “>=”, for example:
> forecast (>=8.7) but I need to use exactly the versión 8.7 because
sometimes when packages are updated,
> they lost some functions. But if I use <= or == and the package is update
to versión 8.8,
Dear Andrea
Comments in-line
On 09/09/2019 15:47, Andrea Vilar Alvarez wrote:
Hi,
I am writting because I am doing a package in R and I have some problems
installing dependences which appear at DESCRIPTION file.
First of all, I am not sure about the difference between Depends and Imports,
On Mon, 9 Sep 2019 at 16:58, Andrea Vilar Alvarez
wrote:
>
> First of all, I am not sure about the difference between Depends and Imports,
> but I only use Depends.
Common advice goes the other way around: you should avoid Depends as
much as possible, so that your users' search path doesn't get
Hi,
I am writting because I am doing a package in R and I have some problems
installing dependences which appear at DESCRIPTION file.
First of all, I am not sure about the difference between Depends and Imports,
but I only use Depends.
My problem is that my package is going to be used at diff