> > *From:* Josiah Parry
> > *Sent:* Thursday, June 20, 2024 9:08:10 AM
> > *To:* Balasubramanian Narasimhan
> > *Cc:* r-package-devel@r-project.org
> > *Subject:* Re: [R-pkg-devel] NOTEs in packages using Rust
> >
> > Hi Naras, this should be handle
arry
Sent: Thursday, June 20, 2024 9:32:04 AM
To: Jeff Newmiller
Cc: r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] NOTEs in packages using Rust
To be clear, you need to delete the untarred folders after the build
process. You only need the dependencies at build time. After the build t
from a similar affliction.
> Thanks.
> -Naras
>
> Balasubramanian Narasimhan
> --
> *From:* R-package-devel on behalf
> of Josiah Parry
> *Sent:* Thursday, June 20, 2024 9:32:04 AM
> *To:* Jeff Newmiller
> *Cc:* r-package-devel@r-project.org
From: R-package-devel on behalf of
Josiah Parry
Sent: Thursday, June 20, 2024 9:32:04 AM
To: Jeff Newmiller
Cc: r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] NOTEs in packages using Rust
To be clear, you need to delete the untarred folders after the build
process. You only
To be clear, you need to delete the untarred folders after the build
process. You only need the dependencies at build time. After the build time
it has been compiled into a .so/.dll and then you must delete the vendored
sources. There's no reason that installing an R package should keep the *source
I am not connected to CRAN (by a long shot), but if I were I would not accept
any of the arguments you are making here.
I don't know what you are talking about with respect to excluding files in
tarring... you should be using the package build processes as documented in
Writing R Extensions.
A
: Balasubramanian Narasimhan
Cc: r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] NOTEs in packages using Rust
Hi Naras, this should be handled by the Makevars itself. Are you using extendr
to do this?
Using `rextendr::use_cran_defaults()` should handle it for you. Then you can
use
manian Narasimhan
> *Cc:* r-package-devel@r-project.org
> *Subject:* Re: [R-pkg-devel] NOTEs in packages using Rust
>
> Hi Naras, this should be handled by the Makevars itself. Are you using
> extendr to do this?
>
> Using `rextendr::use_cran_defaults()` should handle it for you. Then y
Hi Naras, this should be handled by the Makevars itself. Are you using
extendr to do this?
Using `rextendr::use_cran_defaults()` should handle it for you. Then you
can use `rextendr::vendor_pkgs()` to handle vendoring.
On Thu, Jun 20, 2024 at 11:57 AM Balasubramanian Narasimhan <
na...@stanford.
I am preparing an update of Clarabel to synchronize with the upstream
repo. When checking the package, I get NOTEs such as:
Found the following CITATION file in a non-standard place:
src/rust/vendor/clarabel/CITATION.bib
Most likely ‘inst/CITATION’ should be used instead.
Foun
10 matches
Mail list logo