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

Issue with 0.7.0 release #832

Closed
DyfanJones opened this issue Sep 14, 2024 · 1 comment
Closed

Issue with 0.7.0 release #832

DyfanJones opened this issue Sep 14, 2024 · 1 comment
Labels

Comments

@DyfanJones
Copy link
Member

It looks like some methods aren't getting picked up by the code regen (https://cran.r-project.org/web/checks/check_results_paws.html)

Version: 0.6.0
Check: Rd cross-references
Result: WARN 
  Missing link or links in Rd file 'backupstorage.Rd':
    ‘[paws.storage:backupstorage_delete_object]{delete_object}’
    ‘[paws.storage:backupstorage_get_chunk]{get_chunk}’
    ‘[paws.storage:backupstorage_get_object_metadata]{get_object_metadata}’
    ‘[paws.storage:backupstorage_list_chunks]{list_chunks}’
    ‘[paws.storage:backupstorage_list_objects]{list_objects}’
    ‘[paws.storage:backupstorage_notify_object_complete]{notify_object_complete}’
    ‘[paws.storage:backupstorage_put_chunk]{put_chunk}’
    ‘[paws.storage:backupstorage_put_object]{put_object}’
    ‘[paws.storage:backupstorage_start_object]{start_object}’
  
  Missing link or links in Rd file 'codestar.Rd':
    ‘[paws.developer.tools:codestar_associate_team_member]{associate_team_member}’
    ‘[paws.developer.tools:codestar_create_project]{create_project}’
    ‘[paws.developer.tools:codestar_create_user_profile]{create_user_profile}’
    ‘[paws.developer.tools:codestar_delete_project]{delete_project}’
    ‘[paws.developer.tools:codestar_delete_user_profile]{delete_user_profile}’
    ‘[paws.developer.tools:codestar_describe_project]{describe_project}’
    ‘[paws.developer.tools:codestar_describe_user_profile]{describe_user_profile}’
    ‘[paws.developer.tools:codestar_disassociate_team_member]{disassociate_team_member}’
    ‘[paws.developer.tools:codestar_list_projects]{list_projects}’
    ‘[paws.developer.tools:codestar_list_resources]{list_resources}’
    ‘[paws.developer.tools:codestar_list_tags_for_project]{list_tags_for_project}’
    ‘[paws.developer.tools:codestar_list_team_members]{list_team_members}’
    ‘[paws.developer.tools:codestar_list_user_profiles]{list_user_profiles}’
    ‘[paws.developer.tools:codestar_tag_project]{tag_project}’
    ‘[paws.developer.tools:codestar_untag_project]{untag_project}’
    ‘[paws.developer.tools:codestar_update_project]{update_project}’
    ‘[paws.developer.tools:codestar_update_team_member]{update_team_member}’
    ‘[paws.developer.tools:codestar_update_user_profile]{update_user_profile}’
  
  See section 'Cross-references' in the 'Writing R Extensions' manual.
  
  Found the following Rd file(s) with Rd \link{} targets missing package
  anchors:
    cloud9.Rd: cloud9_create_environment_ec2,
      cloud9_create_environment_membership, cloud9_delete_environment,
      cloud9_delete_environment_membership,
      cloud9_describe_environment_memberships,
      cloud9_describe_environments, cloud9_describe_environment_status,
      cloud9_list_environments, cloud9_list_tags_for_resource,
      cloud9_tag_resource, cloud9_untag_resource,
      cloud9_update_environment, cloud9_update_environment_membership
  Please provide package anchors for all Rd \link{} targets not in the
  package itself and the base packages.
@DyfanJones
Copy link
Member Author

It looks like these services have been removed from the api and have been absorb by the other categories.

I apologies for anyone using the current api however paws auto generates from AWS JSONs. I will close this for now.

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

No branches or pull requests

1 participant