nickmckay / LiPD-utilities

Input/output and manipulation utilities for LiPD files in Matlab, R and Python
http://nickmckay.github.io/LiPD-utilities/
GNU General Public License v2.0
29 stars 9 forks source link

lipidR bagit warning #71

Closed MichelineCampbell closed 4 years ago

MichelineCampbell commented 4 years ago

Using the example "ODP1098B13.lpd" file and a fresh install of lipdR, writeLipid() returning "Warning: bagit: There was an error while prepping for Bagit: \n Continuing to write LiPD file without bagging Error in get(\"bagit.script\", .GlobalEnv): object 'bagit.script' not found\n". New to LiPD, so no idea if this normal/fine or not :)

nickmckay commented 4 years ago

Yes,

This warning happens if you don't have an optional piece of the lipd writing installed on your computer, and shouldn't cause any problems, you can safely ignore this.

On Thu, Jul 23, 2020 at 7:41 PM MichelineCampbell notifications@github.com wrote:

Using the example "ODP1098B13.lpd" file and a fresh install of lipdR, writeLipid() returning "Warning: bagit: There was an error while prepping for Bagit: \n Continuing to write LiPD file without bagging Error in get(\"bagit.script\", .GlobalEnv): object 'bagit.script' not found\n". New to LiPD, so no idea if this normal/fine or not :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nickmckay/LiPD-utilities/issues/71, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXPOZYS554XJGG3ILQE743R5DRD5ANCNFSM4PGIZ4MQ .

MichelineCampbell commented 4 years ago

Thanks!