Skip to content

Migration to typeconv #1

@dchiu911

Description

@dchiu911

Hi @samuelcyleung the following steps can be performed in data packages to migrate from using package-specific to_native_type() implementations to the one in typeconv::to_native_type():

  • in DESCRIPTION, add:
    • Imports: typeconv
    • Remotes: TalhoukLab/typeconv
  • in the data package, simply change the to_native_type() function body to typeconv::to_native_type(x) and remove all S3 methods

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions