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

Installation of aws.s3 on 🚩🇨🇳🏹中科红旗 RedFlag Linux (🍥Debian) #424

Closed
3 tasks
englianhu opened this issue Oct 14, 2022 · 0 comments
Closed
3 tasks

Comments

@englianhu
Copy link

Before filing an issue, please make sure you are using the latest development version which you can install using install.packages("aws.s3",repo="https://rforge.net") (see README) since the issue may have been fixed already. Also search existing issues first to avoid duplicates.

Please specify whether your issue is about:

  • a possible bug
  • a question about package functionality
  • a suggested code or documentation change, improvement to the code, or feature request

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.s3")

## code goes here


## session info for your system
#sessionInfo()

❯ sessionInfo()
R version 4.2.1 (2022-06-23)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: RedFlag Desktop 11.0

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.3.5.so

locale:
 [1] LC_CTYPE=zh_CN.UTF-8       LC_NUMERIC=C               LC_TIME=zh_CN.UTF-8        LC_COLLATE=zh_CN.UTF-8     LC_MONETARY=zh_CN.UTF-8   
 [6] LC_MESSAGES=zh_CN.UTF-8    LC_PAPER=zh_CN.UTF-8       LC_NAME=C                  LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=zh_CN.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] datasets  stats     graphics  grDevices utils     methods   base     

other attached packages:
...
...
...
❯ install.packages("aws.s3",repo="https://rforge.net")
将程序包安装入'/usr/lib/R/library'
(因为'lib'没有被指定)
Warning: 没有''aws.signature''这种相依关系
试开URLhttps://rforge.net/src/contrib/aws.s3_0.3.22.tar.gz'
Content type 'application/octet-stream' length 53639 bytes (52 KB)
==================================================
downloaded 52 KB

sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
ERROR: dependency ‘aws.signature’ is not available for package ‘aws.s3’
* removing ‘/usr/lib/R/library/aws.s3’

下载的程序包在
        '/tmp/RtmpOtI1s2/downloaded_packages'
更新'.Library'里的HTML程序包列表
Making 'packages.html' ... 做完了。
Warning messages:
1: In install.packages("aws.s3", repo = "https://rforge.net") :
  'repo'部分匹配为'repos'
2: In install.packages("aws.s3", repo = "https://rforge.net") :
  安装程序包'aws.s3'时退出狀態的值不是0


❯ install.packages('aws.s3',repo='https://rforge.net')
将程序包安装入'/usr/lib/R/library'
(因为'lib'没有被指定)
Warning: 没有''aws.signature''这种相依关系
试开URL’https://rforge.net/src/contrib/aws.s3_0.3.22.tar.gz'
Content type 'application/octet-stream' length 53639 bytes (52 KB)
==================================================
downloaded 52 KB

sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
ERROR: dependencyaws.signatureis not available for packageaws.s3* removing/usr/lib/R/library/aws.s3’

下载的程序包在
        '/tmp/RtmpOtI1s2/downloaded_packages'里
更新'.Library'里的HTML程序包列表
Making 'packages.html' ... 做完了。
Warning messages:
1: In install.packages("aws.s3", repo = "https://rforge.net") :
  'repo'部分匹配为'repos'
2: In install.packages("aws.s3", repo = "https://rforge.net") :
  安装程序包'aws.s3'时退出狀態的值不是0
✔ 
❯ lib('aws.s3')
载入需要的程辑包:aws.s3
将程序包安装入'/usr/lib/R/library'
(因为'lib'没有被指定)
还安装相依关系'aws.signature'

试开URLhttps://cran.rstudio.com/src/contrib/aws.signature_0.6.0.tar.gz'
Content type 'application/x-gzip' length 28571 bytes (27 KB)
==================================================
downloaded 27 KB

试开URL’https://cran.rstudio.com/src/contrib/aws.s3_0.3.21.tar.gz'
Content type 'application/x-gzip' length 54667 bytes (53 KB)
==================================================
downloaded 53 KB

begin installing package aws.signature
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
* installing *source* packageaws.signature...
** 成功将‘aws.signature’程序包解包并MD5和检查
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
** help
*** installing help indices
** building package indices
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
** testing if installed package can be loaded from temporary location
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
** testing if installed package can be loaded from final location
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
** testing if installed package keeps a record of temporary installation path
* DONE (aws.signature)
begin installing package aws.s3
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
* installing *source* packageaws.s3...
** 成功将‘aws.s3’程序包解包并MD5和检查
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
** help
*** installing help indices
** building package indices
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
** testing if installed package can be loaded from temporary location
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
** testing if installed package can be loaded from final location
sudo: /etc/sudoers.d 可被任何人写
sudo: /etc/sudoers.d 可被任何人写
** testing if installed package keeps a record of temporary installation path
* DONE (aws.s3)

下载的程序包在
        '/tmp/RtmpOtI1s2/downloaded_packages'里
更新'.Library'里的HTML程序包列表
Making 'packages.html' ... 做完了。
载入需要的程辑包:aws.s3

载入程辑包:'aws.s3'

The following object is masked from 'package:pryr':

    object_size

aws.s3 
  TRUE
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