paws-r / paws

Paws, a package for Amazon Web Services in R
https://www.paws-r-sdk.com
Other
315 stars 37 forks source link

Fix cran issue #704

Closed DyfanJones closed 11 months ago

DyfanJones commented 11 months ago

Fix issue splitting environmental variables correctly.

https://win-builder.r-project.org/incoming_pretest/paws.common_0.6.3_20231106_150330/Debian/00check.log

Warning in (function (..., deparse.level = 1)  :
  number of columns of result is not a multiple of vector length (arg 1)

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.