RETURN-project / makeDataCube

Data management
Apache License 2.0
0 stars 0 forks source link

Problem installing package in singularity container #39

Closed wandadk closed 3 years ago

wandadk commented 3 years ago

While installing the makeDateCube package in a singularity container (Ubuntu bionic), I received the following error message:

Error : (converted from warning) /tmp/RtmpW3UQTX/R.INSTALL6ec56c383c36/makeDataCube/man/systemf.Rd:12: unknown macro '\item'
ERROR: installing Rd objects failed for package 'makeDataCube'
* removing '/usr/local/lib/R/site-library/makeDataCube'
Error: Failed to install 'makeDataCube' from GitHub:
  (converted from warning) installation of package '/tmp/RtmpV4187b/file6a9e77dc2dac/makeDataCube_0.1.0.tar.gz' had non-zero exit status

The definition file is available here.

PabRod commented 3 years ago

Wow, that was a subtle one.

Apparently, roxygen2 doesn't handle well percentage symbols in the comments. More info here.