You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried : install.packages("devtools") devtools::install_github("JGCRI/rfasst")
to install the rfasst package but it didn't work and I received these errors: Error in dplyr::mutate(., subRegionAlt = as.character(subRegionAlt)) : trying to get slot "data" from an object (class "sf") that is not an S4 object Error: unable to load R code in package 'rfasst'
:
The text was updated successfully, but these errors were encountered:
In order to solve the issue, you just need to make some small changes that have been just incorporated to the main branch (5089108).
You will need to substitute fasstSubset@data by fasstSubset, in the four scripts (m1-m4) and the mappings.Rfile. Also, you may want to add some new rows to fasst_reg.csv. You can see the commit above to see the exact changes.
I tried :
install.packages("devtools") devtools::install_github("JGCRI/rfasst")
to install the rfasst package but it didn't work and I received these errors:
Error in dplyr::mutate(., subRegionAlt = as.character(subRegionAlt)) : trying to get slot "data" from an object (class "sf") that is not an S4 object Error: unable to load R code in package 'rfasst'
:
The text was updated successfully, but these errors were encountered: