Closed lgnbhl closed 2 years ago
Now it is working, but for now only using GitHub version of the tidyRSS R package. Once the last version of tidyRSS is pushed on CRAN, BFS will be able to be put on CRAN again.
fixed with last CRAN version of tidyRSS R package
Two functions are currently not working:
bfs_get_catalog_data()
bfs_get_catalog_tables()
The break is due to the dependency
tidyRSS::tidyfeed()
, which is currently not working, i.e. https://github.com/RobertMyles/tidyRSS/issues/61.As a result, the
BFS
package has been removed from CRAN.For now, please use the
bfs_number
argument instead of thebfs_url
argument when running thebfs_get_data()
andbfs_get_comments()
functions. Here an example:More information about how to use the
bfs_number
argument can be found in the README: https://github.com/lgnbhl/BFS.You can continue to use the
BFS
package and install it from GitHub by running: