not available
Closed this issue · 3 comments
zj-wien commented
install.packages("ggplotFL")
Warning in install.packages :
package ‘ggplotFL’ is not available (for R version 3.6.3)
iagomosqueira commented
Are you in windows? The package is there
https://github.com/flr/R/blob/master/bin/windows/contrib/3.6/ggplotFL_2.6.7.zip
Maybe make sure your web connection is not blocking it for some reason.
Can you install any other FLR package?
zj-wien commented
I am in MAC. The command line ( install.packages("ggplotFL", repos="
http://flr-project.org/R")) does not work. Then I installed and loaded the
required package one by one. Finally, it works, see below.
install.packages("iterators")
library(devtools)
install.packages("FLCore", repos="http://flr-project.org/R")
library(FLCore)
install.packages("ggplotFL", repos="http://flr-project.org/R")
library(ggplotFL)
Warning message:
replacing previous import ‘ggplot2::%+%’ by ‘FLCore::%+%’ when loading
‘ggplotFL’
…On Fri, Mar 13, 2020 at 3:58 PM Iago Mosqueira ***@***.***> wrote:
Are you in windows? The package is there
https://github.com/flr/R/blob/master/bin/windows/contrib/3.6/ggplotFL_2.6.7.zip
Maybe make sure your web connection is not blocking it for some reason.
Can you install any other FLR package?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANTNC7VIKZ5QVGGTD3RILITRHJCXPANCNFSM4LHC2HHQ>
.
--
*Zongji Wang*
iagomosqueira commented
OK. I am afraid we don't have binary packages for OSX, so must then switch to install from the source package. Not sure why it did not solve the dependency on FLCore, as it always does.