furrer-lab / r-containers

GNU General Public License v3.0
1 stars 0 forks source link

fetching package name from description file #16

Closed j-i-l closed 5 months ago

j-i-l commented 5 months ago

Parsing of the DESCRIPTION file leads to detecting abn (mind the initial space) as the package name.

Since we parse a DESCRIPTION file and use the extracted filename in R only, it would make more sense to do the parsing in R as well.

j-i-l commented 5 months ago

https://github.com/furrer-lab/r-containers/actions/runs/7762592768/job/21173309195?pr=16#step:7:18274

The $get_field is evaluated by Docker... grr...

j-i-l commented 5 months ago

Works as expected now.

Should we also use the name fetched from the DESCRIPTION file for the container name?