mbox series

[bug#57678,0/2] Add r-ggalt and r-proj.4

Message ID 20220908145500.1720098-1-zimon.toutoune@gmail.com
Headers show
Series Add r-ggalt and r-proj.4 | expand

Message

Simon Tournier Sept. 8, 2022, 2:55 p.m. UTC
Hi,

This series adds two CRAN packages.  Note that some warnings raise,

--8<---------------cut here---------------start------------->8---
Warning message:
In normalizePath("~") :
  path[1]="/homeless-shelter": No such file or directory
--8<---------------cut here---------------end--------------->8---


Cheers,
simon



zimoun (2):
  gnu: Add r-proj.4.
  gnu: Add r-ggalt.

 gnu/packages/cran.scm | 66 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)


base-commit: cd10a235d9e027c0851e9b47f76288d0bfca8a9b

Comments

Ricardo Wurmus Sept. 9, 2022, 6:36 a.m. UTC | #1
Hi zimoun,

> This series adds two CRAN packages.

Thanks, these look good to me. 

> Note that some warnings raise,
>
> Warning message:
> In normalizePath("~") :
>   path[1]="/homeless-shelter": No such file or directory

This is unfortunately expected since a recent R upgrade. 

>   gnu: Add r-proj.4.

Shouldn’t this be named “r-proj4”?
Simon Tournier Sept. 9, 2022, 7:53 a.m. UTC | #2
Hi Ricardo,

On ven., 09 sept. 2022 at 08:36, Ricardo Wurmus <rekado@elephly.net> wrote:

>>   gnu: Add r-proj.4.
>
> Shouldn’t this be named “r-proj4”?

Well, I do not know.  Maybe.  Since it is a binding of PROJ.4, I assumed
the name is r-proj.4.  Indeed, upstream names it ’proj4’ without dot.
Therefore, let use ’r-proj4’.


Cheers,
simon
Ricardo Wurmus Sept. 10, 2022, 7:48 a.m. UTC | #3
zimoun <zimon.toutoune@gmail.com> writes:

> Hi Ricardo,
>
> On ven., 09 sept. 2022 at 08:36, Ricardo Wurmus <rekado@elephly.net> wrote:
>
>>>   gnu: Add r-proj.4.
>>
>> Shouldn’t this be named “r-proj4”?
>
> Well, I do not know.  Maybe.  Since it is a binding of PROJ.4, I assumed
> the name is r-proj.4.  Indeed, upstream names it ’proj4’ without dot.
> Therefore, let use ’r-proj4’.

Okay, done.  This is also what the importer should have generated.

Thanks again for the patches!