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

issues with installing package under r v3.5 #67

Open
2 tasks
nannewton27 opened this issue Jun 7, 2024 · 0 comments
Open
2 tasks

issues with installing package under r v3.5 #67

nannewton27 opened this issue Jun 7, 2024 · 0 comments

Comments

@nannewton27
Copy link

Please specify whether your issue is about:

  • a possible bug
  • [x ] a question about package functionality
  • a suggested code or documentation change, improvement to the code, or feature request
    Error in rbind(info, getNamespaceInfo(env, "S3methods")) :
    number of columns of matrices must match (see arg 2)
    ERROR: lazy loading failed for package ‘aws.signature’
  • removing ‘/Users/nannewton/Library/R/3.5/library/aws.signature’

If you are reporting (1) a bug or (2) a question about code, please supply:

  • a fully reproducible example using a publicly available dataset (or provide your data)
  • if an error is occurring, include the output of traceback() run immediately after the error occurs
  • the output of sessionInfo()

Put your code here:

## load package
library("aws.signature")

## code goes here
install.packages("aws.signature", repos = c(cloudyr = "http://cloudyr.github.io/drat", getOption("repos")))

## session info for your system
sessionInfo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant