-
Notifications
You must be signed in to change notification settings - Fork 1
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 failed #3
Comments
Marko,
Sem zgladil, zdaj bi package build moral delovati. Prosim poskusi in sporoči.
Andrej
From: Marko Petek ***@***.***>
Sent: torek, 11. maj 2021 13:31
To: NIB-SI/seekr ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [NIB-SI/seekr] Installation failed (#3)
Tried to install the package using Rstudio Version 1.3.1073 and R version 4.0.2 (2020-06-22) and got the error below:
if (!require(devtools)) {
+ install.packages("devtools")
+ require(devtools)
+ }
Loading required package: devtools
Loading required package: usethis
Warning message:
package ‘devtools’ was built under R version 4.0.5
devtools::install_github("nib-si/seekr")
Downloading GitHub repo nib-si/seekr@HEAD
√ checking for file 'C:\Users\markop\AppData\Local\Temp\RtmpUnd35C\remotes129b88d3033\NIB-SI-seekr-f217eb5/DESCRIPTION' (339ms)
- preparing 'seekr':
√ checking DESCRIPTION meta-information ...
- excluding invalid files
Subdirectory 'R' contains invalid file names:
'seekr.pdf'
- checking for LF line-endings in source and make files and shell scripts
- checking for empty or unneeded directories
- building 'seekr_0.1.0.9000.tar.gz'
Installing package into ‘C:/Users/markop/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
* installing *source* package 'seekr' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Warning: package 'httr' was built under R version 4.0.3
** help
*** installing help indices
converting help for package 'seekr'
finding HTML links ... done
contentType html
print.seek_api html
finding level-2 HTML links ... done
Rd warning: C:/Users/markop/AppData/Local/Temp/RtmpeuyoIF/R.INSTALL404c1c8f1e21/seekr/man/print.seek_api.Rd:57: missing link 'fhParse ...'
Rd warning: C:/Users/markop/AppData/Local/Temp/RtmpeuyoIF/R.INSTALL404c1c8f1e21/seekr/man/print.seek_api.Rd:59: missing link 'skParse ...'
skCreate html
skData html
Rd warning: C:/Users/markop/AppData/Local/Temp/RtmpeuyoIF/R.INSTALL404c1c8f1e21/seekr/man/skData.Rd:50: missing link 'get ...'
skFindId html
skFindTitle html
skGet html
Rd warning: C:/Users/markop/AppData/Local/Temp/RtmpeuyoIF/R.INSTALL404c1c8f1e21/seekr/man/skGet.Rd:39: missing link 'get ...'
skIni html
skLog html
skParse html
Rd warning: C:/Users/markop/AppData/Local/Temp/RtmpeuyoIF/R.INSTALL404c1c8f1e21/seekr/man/skParse.Rd:37: missing link 'skGget ...'
skSkeleton html
skUpload html
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
*** arch - i386
Warning: S3 method 'print.pISAmeta' was declared in NAMESPACE but not found
Error: package or namespace load failed for 'seekr' in namespaceExport(ns, exports):
undefined exports: fhCreate, fhData, fhFindId, fhFindTitle, fhGet, fhIni, fhLog, fhParse, fhSkeleton, fhTime, fileName, fileType, fsummary, getLayer, getMeta, getMeta.default, getMeta.list, getRoot, out.path, pisa, readMeta
Error: loading failed
Execution halted
*** arch - x64
Warning: S3 method 'print.pISAmeta' was declared in NAMESPACE but not found
Error: package or namespace load failed for 'seekr' in namespaceExport(ns, exports):
undefined exports: fhCreate, fhData, fhFindId, fhFindTitle, fhGet, fhIni, fhLog, fhParse, fhSkeleton, fhTime, fileName, fileType, fsummary, getLayer, getMeta, getMeta.default, getMeta.list, getRoot, out.path, pisa, readMeta
Error: loading failed
Execution halted
ERROR: loading failed for 'i386', 'x64'
* removing 'C:/Users/markop/Documents/R/win-library/4.0/seekr'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/markop/AppData/Local/Temp/RtmpUnd35C/file129b813a71df/seekr_0.1.0.9000.tar.gz’ had non-zero exit status
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#3>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AALFZUEDL5JLGBC65GFJPGDTNEIN7ANCNFSM44VGFVNQ>.
|
Hey all, I'm also having an issue with installation, but I am receiving a different error:
SessionInfo:
Any idea on what is failing here? EDIT: It seems the error is similar to what is described here? r-lib/devtools#420 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried to install the package using Rstudio Version 1.3.1073 and R version 4.0.2 (2020-06-22) and got the error below:
The text was updated successfully, but these errors were encountered: