JohnCoene / firebase

Google FIrebase for shiny
https://firebase.john-coene.com
GNU Affero General Public License v3.0
171 stars 26 forks source link

Won't install on R 4.3 #59

Closed richardsprague closed 1 year ago

richardsprague commented 1 year ago

I get this error when I try to install:

install.packages("firebase")
Warning in install.packages :
  package ‘firebase’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
> R.Version()
$platform
[1] "aarch64-apple-darwin20"

$arch
[1] "aarch64"

$os
[1] "darwin20"

$system
[1] "aarch64, darwin20"

$status
[1] ""

$major
[1] "4"

$minor
[1] "3.0"

$year
[1] "2023"

$month
[1] "04"

$day
[1] "21"

$`svn rev`
[1] "84292"

$language
[1] "R"

$version.string
[1] "R version 4.3.0 (2023-04-21)"

$nickname
[1] "Already Tomorrow"
dcaud commented 1 year ago

Indeed, that doesn't work. But this should:

# install.packages("remotes")
remotes::install_github("JohnCoene/firebase")

See https://github.com/JohnCoene/firebase/issues/44 for more info.

munoztd0 commented 1 year ago

Accepted back to CRAN !