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

Install Error #80

Open
eafulton opened this issue Jun 20, 2024 · 3 comments
Open

Install Error #80

eafulton opened this issue Jun 20, 2024 · 3 comments

Comments

@eafulton
Copy link

Sorry to be a pain but installing on Sonoma (mac) through follwing command

install.packages("FLCore", repos = "http://flr-project.org/R")

and get the error

Creating a new generic function for ‘%^%’ in package ‘FLCore’
Error : in method for ‘[’ with signature ‘x="FLQuantDistr"’: arguments (‘drop’) after ‘...’ in the generic must appear in the method, in the same place at the end of the argument list
Error: unable to load R code in package ‘FLCore’

Any chance this is a package code error or do I need to go hunting for the source of corruption my end?

@iagomosqueira
Copy link
Member

The best way to install binary packages now is to do so from r-universe

install.packages('FLCore', repos = c('https://flr.r-universe.dev', 'https://cloud.r-project.org'))

OSX packages are available there for the latest version in github.

Let me know of that works for you. That bug, linked to a change in R, should have been fixed.

@eafulton
Copy link
Author

Thanks that sorted it.

@iagomosqueira
Copy link
Member

Great. we will update the website about this.

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

2 participants