cloudyr / aws.dynamodb

Client Package for the Amazon DynamoDB Service
13 stars 8 forks source link

E checking DESCRIPTION meta-information ... #3

Open zoanthal opened 4 years ago

zoanthal commented 4 years ago

Hi all,

Cannot install and cannot force install. I think this issue has been seen with other cloudyR packages.

`> install.packages("https://github.com/cloudyr/aws.dynamodb") Installing package into ‘C:/Users/vikas/Documents/R/win-library/3.5’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘https://github.com/cloudyr/aws.dynamodb’ is not available (for R version 3.5.2) Warning in install.packages : unable to access index for repository http://cloudyr.github.io/drat/bin/windows/contrib/3.5: cannot open URL 'http://cloudyr.github.io/drat/bin/windows/contrib/3.5/PACKAGES'

remotes::install_github("cloudyr/aws.dynamodb",force = T) Downloading GitHub repo cloudyr/aws.dynamodb@master √ checking for file 'C:\Users\vikas\AppData\Local\Temp\Rtmp0obN0N\remotes12c43e96814\cloudyr-aws.dynamodb-46a110e/DESCRIPTION' (339ms)

  • preparing 'aws.dynamodb': E checking DESCRIPTION meta-information ... Authors@R field gives no person with maintainer role, valid email address and non-empty name.

See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual.

Error in processx::run(bin, args = real_cmdargs, stdout_line_callback = real_callback(stdout), : System command error

install.packages("aws.dynamodb") Installing package into ‘C:/Users/vikas/Documents/R/win-library/3.5’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘aws.dynamodb’ is not available (for R version 3.5.2) Warning in install.packages : unable to access index for repository http://cloudyr.github.io/drat/bin/windows/contrib/3.5: cannot open URL 'http://cloudyr.github.io/drat/bin/windows/contrib/3.5/PACKAGES' `

r007 commented 4 years ago

Same issue here....

r007 commented 4 years ago

@zoanthal feel free to use

remotes::install_github("centreon/aws.dynamodb")

This fork is working!

wenhsinhu commented 3 years ago

@zoanthal feel free to use

remotes::install_github("centreon/aws.dynamodb")

This fork is working!

thanks for the information bro.

r007 commented 3 years ago

@wenhsinhu no problem!