Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S s2dverification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • s2dverification
  • Merge requests
  • !238

Change ACC() 'Import abind' to 'ImportFrom abind abind' to remove the warning

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged aho requested to merge develop-abind_import into master Nov 12, 2020
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Hi @nperez

This is a small adjustment for removing the warning when library(s2dverification).

Because of the previous development of Load(), @'ImportFrom abind abind was added in Load(). However, it created importFrom(abind, abind) in NAMESPACE and conflicted with the existing import(abind) generated from ACC(). This leads to a warning:

replacing previous import by ‘abind::abind’ when loading ‘s2dverification’

I changed the @'Import in ACC() to be aligned with the one in Load(). Sorry that I should have noticed it before the last release. This warning appears when library(startR), too.

Best,
An-Chi

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-abind_import