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

BUG with installing on ubuntu #7

Open
shajoezhu opened this issue Sep 18, 2024 · 0 comments
Open

BUG with installing on ubuntu #7

shajoezhu opened this issue Sep 18, 2024 · 0 comments

Comments

@shajoezhu
Copy link
Collaborator

Reported via email

** byte-compile and prepare package for lazy loading
Warning in readLines(file, warn = readLines.warn) :
  invalid input found on input connection '/opt/R/4.4.1/lib/R/library/00LOCK-filters/00new/filters/filters.yaml'
Warning in readLines(file, warn = readLines.warn) :
  incomplete final line found on '/opt/R/4.4.1/lib/R/library/00LOCK-filters/00new/filters/filters.yaml'
<simpleError: `target` must be a character vector containing no `NA` values.>
Error in value[[3L]](cond) : Failed at filter 'DRVVT'
Error: `target` must be a character vector containing no `NA` values.

repeat with

docker run --rm --platform linux/arm64 -it ubuntu:noble bash

export TZ=UTC
export DEBIAN_FRONTEND=noninteractive
apt update && apt install -y r-base

R -q -e "install.packages('filters')"
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