Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning on install #24

Open
LucieContamin opened this issue Jul 18, 2023 · 1 comment
Open

Warning on install #24

LucieContamin opened this issue Jul 18, 2023 · 1 comment

Comments

@LucieContamin
Copy link

When installing the package by doing:
remotes::install_github("Infectious-Disease-Modeling-Hubs/hubEnsembles")

The install prints multiple Warning:

 Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
     storing paths of more than 100 bytes is not portable:
     ‘hubEnsembles/inst/example-data/example-simple-forecast-hub/model-output/UMass-ar/2022-11-28-UMass-ar.csv’
   Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
     storing paths of more than 100 bytes is not portable:
     ‘hubEnsembles/inst/example-data/example-simple-forecast-hub/model-output/UMass-ar/2022-12-05-UMass-ar.csv’
   Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
     storing paths of more than 100 bytes is not portable:
     ‘hubEnsembles/inst/example-data/example-simple-forecast-hub/model-output/UMass-ar/2022-12-12-UMass-ar.csv’
   Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
     storing paths of more than 100 bytes is not portable:
     ‘hubEnsembles/inst/example-data/example-simple-forecast-hub/model-output/UMass-gbq/2022-11-28-UMass-gbq.csv’
   Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
     storing paths of more than 100 bytes is not portable:
     ‘hubEnsembles/inst/example-data/example-simple-forecast-hub/model-output/UMass-gbq/2022-12-05-UMass-gbq.csv’
   Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
     storing paths of more than 100 bytes is not portable:
     ‘hubEnsembles/inst/example-data/example-simple-forecast-hub/model-output/UMass-gbq/2022-12-12-UMass-gbq.csv’
   Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
     storing paths of more than 100 bytes is not portable:
     ‘hubEnsembles/inst/example-data/example-simple-forecast-hub/model-output/simple_hub-baseline/2022-11-28-simple_hub-baseline.csv’
   Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
     storing paths of more than 100 bytes is not portable:
     ‘hubEnsembles/inst/example-data/example-simple-forecast-hub/model-output/simple_hub-baseline/2022-12-05-simple_hub-baseline.csv’
   Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L,  :
     storing paths of more than 100 bytes is not portable:
     ‘hubEnsembles/inst/example-data/example-simple-forecast-hub/model-output/simple_hub-baseline/2022-12-12-simple_hub-baseline.csv’

It does not seem to impact the install or the usage of the package but might be good to take a look at it to avoid confusion for users.

@elray1
Copy link
Contributor

elray1 commented Jul 19, 2023

I guess we could do things like rename the folder the hub is in to just example-hub and choose shorter model names to get to shorter overall file names? maybe those changes should be made in the upstream example-simple-forecast-hub rather than here?

@annakrystalli, do you have any other ideas/suggestions about a good way to deal with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants